API ReferenceWorkflow templates
List all injectable step groups for a router
Path Parameters
routerId*string
Format
uuidResponse Body
application/json
curl -X GET "http://localhost:8000/api/routers/497f6eca-6276-4993-bfeb-53cbbbba6f08/injectable-step-groups"[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"isInjectable": true,
"templateSteps": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"title": "string",
"descriptionOperator": "string",
"descriptionContractor": "string",
"descriptionClient": "string",
"dependsOnStepId": "e8ff1ea6-401d-4234-97d5-b3d1846438d8",
"isRequired": true,
"type": "booking_create",
"settings": "string",
"variant": "inspection",
"index": -2147483648,
"actor": "operator",
"groupId": "eb54e96e-21b8-4f54-9cd4-80fccbd06f55",
"autoComplete": true,
"dueAfterDays": -2147483648,
"dueAtTime": "string",
"dueDateSkipWeekends": true,
"visibleToOperator": true,
"visibleToContractor": true,
"visibleToClient": true,
"workflowTemplateId": "53e62d87-459b-4f1f-ae45-ffe2549e140f",
"actorId": "d2f1b55c-8cee-4a0d-af57-aebaeff77518",
"dispatchesActorId": "4b53a359-41fc-4bb3-aae5-be9591e6b70a",
"backgroundEvents": [],
"actorVisibility": [],
"workflowTemplate": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string"
}
}
]
}
]