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": "7d5716f3-b332-431d-bf1a-9debab07696d",
  "breadcrumbs": "Parent Task > Example Task"
}