Render breadcrumbs of the structure of the workflow.
GET
/api/v1/workflow/{workflow_uuid}/breadcrumbs
curl \
--request GET 'https://api.plannrcrm.com/api/v1/workflow/workflow_uuid/breadcrumbs' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"name": "Example Task",
"uuid": "d547adf7-1444-4c66-ab94-25e5e90fd308",
"breadcrumbs": "Parent Task > Example Task"
}