Get a specific workflow by ID.
cURL
curl --request GET \ --url https://public.api.serval.com/v2/workflows/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "teamId": "<string>", "name": "<string>", "description": "<string>", "executionScope": "WORKFLOW_EXECUTION_SCOPE_UNSPECIFIED", "requireFormConfirmation": true, "content": "<string>", "isPublished": true, "hasUnpublishedChanges": true, "tagIds": [ "<string>" ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the workflow.
Success
The workflow.
Show child attributes
Was this page helpful?