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": "a1fcc052-bd51-49c5-8331-32db2d83a97b",
  "breadcrumbs": "Parent Task > Example Task"
}