{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Salesforce Sources API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.cloud.coveo.com/oauth/authorize", "accessTokenUrl": "https://platform.cloud.coveo.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Salesforce Sources", "type": "folder" }, "items": [ { "info": { "name": "Retrieves the Default Objects for a Salesforce Source", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/salesforce/defaultObjectsToGet", "params": [ { "name": "preset", "value": "", "type": "query", "description": "The preset name of default objects to get (Value: \"B2BProduct\")" }, { "name": "organizationId", "value": "", "type": "path", "description": "The organization ID" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.cloud.coveo.com/oauth/authorize", "accessTokenUrl": "https://platform.cloud.coveo.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves the Default Objects for a Salesforce Source" } ] } ], "bundled": true }