{ "opencollection": "1.0.0", "info": { "name": "Sadq Integration Archiving & Delegations Workflows API", "version": "1.0.0" }, "items": [ { "info": { "name": "Workflows", "type": "folder" }, "items": [ { "info": { "name": "List Workflows", "type": "http" }, "http": { "method": "GET", "url": "https://api.sadq.sa/api/v1/workflows", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a paginated list of all signing workflows configured for the tenant." }, { "info": { "name": "Update Workflow", "type": "http" }, "http": { "method": "PUT", "url": "https://api.sadq.sa/api/v1/workflows/:workflowId", "params": [ { "name": "workflowId", "value": "", "type": "path", "description": "The unique workflow ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The \"Update Workflow\" API method enables modification of an existing workflow instance. This method is essential for altering workflow details and destinations." }, { "info": { "name": "Delete Workflow", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sadq.sa/api/v1/workflows/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique workflow ID to delete" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Permanently delete a workflow. Active workflows with ongoing signing processes cannot be deleted." } ] } ], "bundled": true }