{ "opencollection": "1.0.0", "info": { "name": "Workday Extend Workday Custom Objects App Configurations Orchestration Triggers 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": "Orchestration Triggers", "type": "folder" }, "items": [ { "info": { "name": "Workday Extend List orchestration triggers", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/api/customObjects/v1/{tenant}/orchestrations/:orchestrationId/triggers", "params": [ { "name": "orchestrationId", "value": "", "type": "path", "description": "The unique identifier of the orchestration" } ] }, "docs": "Returns the collection of triggers configured for the specified orchestration, including event-based, scheduled, and API triggers." }, { "info": { "name": "Workday Extend Create an orchestration trigger", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/api/customObjects/v1/{tenant}/orchestrations/:orchestrationId/triggers", "params": [ { "name": "orchestrationId", "value": "", "type": "path", "description": "The unique identifier of the orchestration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new trigger to the specified orchestration. Triggers define how and when the orchestration is executed, including event-based triggers from business processes and scheduled triggers." } ] } ], "bundled": true }