{ "opencollection": "1.0.0", "info": { "name": "Workday Extend Workday Custom Objects App Configurations App Deployments API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{baseUrl}/authorize", "accessTokenUrl": "https://{baseUrl}/oauth2/{tenant}/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "App Deployments", "type": "folder" }, "items": [ { "info": { "name": "Workday Extend List application deployments", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/api/customObjects/v1/{tenant}/apps/:appId/deployments", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The unique identifier of the Extend application" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Returns a collection of deployment records for the specified Extend application, including active and historical deployments." }, { "info": { "name": "Workday Extend Deploy an Extend application", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/api/customObjects/v1/{tenant}/apps/:appId/deployments", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The unique identifier of the Extend application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a deployment of the specified Extend application version to the target environment. The deployment process provisions resources and activates the application." }, { "info": { "name": "Workday Extend Retrieve a specific deployment", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/api/customObjects/v1/{tenant}/apps/:appId/deployments/:deploymentId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The unique identifier of the Extend application" }, { "name": "deploymentId", "value": "", "type": "path", "description": "The unique identifier of the deployment record" } ] }, "docs": "Returns the details of a specific deployment record including its status, deployed version, and deployment timestamp." } ] } ], "bundled": true }