Render breadcrumbs of the structure of the workflow.
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": "a217e11e-2397-4825-bc50-079c3f5d0e6d",
"breadcrumbs": "Parent Task > Example Task"
}