{ "opencollection": "1.0.0", "info": { "name": "Viva Engage (Yammer) Legacy REST Files Search API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.yammer.com/dialog/oauth", "accessTokenUrl": "https://www.yammer.com/oauth2/access_token.json", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search messages, users, and topics", "type": "http" }, "http": { "method": "GET", "url": "https://www.yammer.com/api/v1/search.json", "params": [ { "name": "search", "value": "", "type": "query" } ] }, "docs": "Search messages, users, and topics" } ] } ], "bundled": true }