{ "opencollection": "1.0.0", "info": { "name": "Salesforce Experience Cloud Salesforce CMS Connect Actions Describe 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": "Describe", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Experience Cloud Describe Global", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v59.0/connect/cms/sobjects", "headers": [ { "name": "If-Modified-Since", "value": "" } ] }, "docs": "Returns a list of all sObjects available in the org, including metadata about each object such as label, name, key prefix, and available operations (createable, queryable, etc.)." }, { "info": { "name": "Salesforce Experience Cloud Describe an sObject", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v59.0/connect/cms/sobjects/:sObjectName/describe", "headers": [ { "name": "If-Modified-Since", "value": "" } ], "params": [ { "name": "sObjectName", "value": "", "type": "path", "description": "The API name of the Salesforce object (e.g., Account, Contact)" } ] }, "docs": "Returns complete metadata about the specified sObject, including all fields, record types, child relationships, URLs, and supported operations. Includes field-level details such as type, length, picklist values, and relationship information." } ] } ], "bundled": true }