{
"opencollection": "1.0.0",
"info": {
"name": "DocuSign Admin AccountBrands WorkflowInstanceManagement API",
"version": "v2.1"
},
"items": [
{
"info": {
"name": "WorkflowInstanceManagement",
"type": "folder"
},
"items": [
{
"info": {
"name": "Docusign Cancels a running workflow instance.",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.docusign.net/Management/v1/accounts/:accountId/management/instances/:instanceId/cancel",
"params": [
{
"name": "accountId",
"value": "",
"type": "path",
"description": "The account ID."
},
{
"name": "instanceId",
"value": "",
"type": "path",
"description": "The instance ID of the workflow to cancel."
}
]
},
"docs": "Cancels a running \n[workflow][workflows-concept]\ninstance.\n\n\n\n\n The Maestro API is currently only available\n as part of a beta program.\n See Get access to Maestro API\n for details.\n\n\n\n\n### Related topics\n\n- [How to cancel a Maestro workflow instance][howto-cancel]\n\n\n[howto-cancel]: /docs/maestro-api/how-to/cancel-workflow/\n[workflows-concept]: /d"
},
{
"info": {
"name": "Docusign Gets a list of configuration instances for a workflow definition",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.docusign.net/Management/v1/accounts/:accountId/management/workflow_definitions/:workflowDefinitionId/config_instances",
"params": [
{
"name": "accountId",
"value": "",
"type": "path",
"description": "The account ID."
},
{
"name": "workflowDefinitionId",
"value": "",
"type": "path",
"description": "Workflow definition ID."
}
]
},
"docs": "Gets a list of configuration instances for a workflow definition\n\n\n\n The Maestro API is currently only available\n as part of a beta program.\n See Get access to Maestro API\n for details.\n\n\n"
},
{
"info": {
"name": "Docusign Get a list of instances of a deployed workflow definition.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.docusign.net/Management/v1/accounts/:accountId/management/workflow_definitions/:workflowDefinitionId/instances",
"params": [
{
"name": "accountId",
"value": "",
"type": "path",
"description": "The account ID."
},
{
"name": "workflowDefinitionId",
"value": "",
"type": "path",
"description": "The ID of the workflow definition to delete."
}
]
},
"docs": "Get a list of instances of a deployed workflow definition.\n\n\n\n The Maestro API is currently only available\n as part of a beta program.\n See Get access to Maestro API\n for details.\n\n\n\n\nA successful response is an array of \n[`WorkflowInstance`](/docs/maestro-api/reference/workflowinstancemanagement/workflowinstancemanagement/getworkflowinstance/#schema_20"
},
{
"info": {
"name": "Docusign Gets the details for a specific instance for a deployed workflow definition.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.docusign.net/Management/v1/accounts/:accountId/management/workflow_definitions/:workflowDefinitionId/instances/:instanceId",
"params": [
{
"name": "accountId",
"value": "",
"type": "path",
"description": "The account ID."
},
{
"name": "workflowDefinitionId",
"value": "",
"type": "path",
"description": "Workflow definition ID."
},
{
"name": "instanceId",
"value": "",
"type": "path",
"description": "Workflow instance ID. \nA string in UUID format: 4a6d6a08-xxxx-xxxx-xxxx-bae4fecc99c8\n"
}
]
},
"docs": "Gets the details for a specific instance for a deployed workflow definition.\n\n\n\n\n The Maestro API is currently only available\n as part of a beta program.\n See Get access to Maestro API\n for details.\n\n\n\n\n\n### Related topics\n\n- [How to get the status of a Maestro workflow instance][howto-status]\n\n[howto-status]: /docs/maestro-api/how-to/get-workflow-statu"
}
]
}
],
"bundled": true
}