Render breadcrumbs of the structure of the workflow.

GET /api/v1/workflow/{workflow_uuid}/breadcrumbs

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
GET /api/v1/workflow/{workflow_uuid}/breadcrumbs
curl \
 -X GET https://api.plannrcrm.com/api/v1/workflow/workflow_uuid/breadcrumbs \
 -H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 -H "Content-Type: application/json" \
 -H "Accept: application/json"
Response examples (200)
{
  "name": "Example Task",
  "uuid": "3f8153e6-a770-41cb-a00e-e29e32714c69",
  "breadcrumbs": "Parent Task > Example Task"
}