Responses

  • 200 application/json
    Hide response attributes Show response attributes object
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": "8deee337-5ea2-46a9-8221-2b55d6a38f6a",
  "breadcrumbs": "Parent Task > Example Task"
}