Installer.com Docs
API ReferenceWorkflows
GET
/api/routers/{routerId}/workflows/{workflowId}/composite-steps

Path Parameters

workflowId*string
Formatuuid
routerId*string
Formatuuid

Response Body

application/json

curl -X GET "http://localhost:8000/api/routers/497f6eca-6276-4993-bfeb-53cbbbba6f08/workflows/497f6eca-6276-4993-bfeb-53cbbbba6f08/composite-steps"
{
  "actors": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "slug": "string",
      "name": "string",
      "workflowTemplateId": "53e62d87-459b-4f1f-ae45-ffe2549e140f",
      "type": "dispatched",
      "source": "order_creator",
      "isMainInstaller": true,
      "professions": [
        "ELECTRICIAN"
      ],
      "services": [
        "AIR_CONDITIONING"
      ],
      "tags": []
    }
  ],
  "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"
          }
        }
      ]
    }
  ]
}