{ "opencollection": "1.0.0", "info": { "name": "SAP Business Intelligence SAP Analytics Cloud Catalog Process Chains API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{tenant}.sapanalytics.cloud/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Process Chains", "type": "folder" }, "items": [ { "info": { "name": "SAP Business Intelligence List process chains", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/RSPC_API_SRV/ProcessChains", "params": [ { "name": "$top", "value": "", "type": "query", "description": "Maximum number of results to return (OData)" }, { "name": "$skip", "value": "", "type": "query", "description": "Number of results to skip for pagination (OData)" }, { "name": "$format", "value": "", "type": "query", "description": "Response format" } ] }, "docs": "Retrieve a list of all process chains in the BW/4HANA system." }, { "info": { "name": "SAP Business Intelligence Get a process chain", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/RSPC_API_SRV/ProcessChains(':chainId')", "params": [ { "name": "chainId", "value": "", "type": "path", "description": "Process chain identifier" }, { "name": "$format", "value": "", "type": "query", "description": "Response format" } ] }, "docs": "Retrieve details and execution history of a specific process chain." }, { "info": { "name": "SAP Business Intelligence Start a process chain", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.sapanalytics.cloud/api/v1/RSPC_API_SRV/ProcessChains(':chainId')/Start", "params": [ { "name": "chainId", "value": "", "type": "path", "description": "Process chain identifier" } ] }, "docs": "Trigger execution of a process chain." } ] } ], "bundled": true }