{ "opencollection": "1.0.0", "info": { "name": "Salesforce Net Zero Cloud REST Carbon Emissions ESG Reporting API", "version": "59.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.salesforce.com/services/oauth2/authorize", "accessTokenUrl": "https://login.salesforce.com/services/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "ESG Reporting", "type": "folder" }, "items": [ { "info": { "name": "Query Sustainability Data", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.my.salesforce.com/services/data/v59.0/query", "params": [ { "name": "q", "value": "", "type": "query", "description": "SOQL query string" } ] }, "docs": "Executes a SOQL query to retrieve sustainability data across any Net Zero Cloud object with custom filtering and aggregation." } ] } ], "bundled": true }