Installer.com Docs
API ReferenceWorkflow templates
GET
/api/routers/{routerId}/workflow-templates/{id}

Path Parameters

id*string
Formatuuid
routerId*string
Formatuuid

Response Body

application/json

curl -X GET "http://localhost:8000/api/routers/497f6eca-6276-4993-bfeb-53cbbbba6f08/workflow-templates/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "customId": "string",
  "name": "string",
  "routerId": "c3d4372d-3cfa-4618-a60e-50a4c920823d",
  "isAutoDispatchingEnabled": true,
  "isDefaultTemplate": true,
  "orderName": "string",
  "orderDescriptionRichText": "string",
  "orderDescriptionPlainText": "string",
  "customerPortalWelcomeDescription": "string",
  "defaultAssigneeId": "9758b113-d343-4892-8205-18c4d7b13b15",
  "updatedAt": "2019-08-24",
  "createdAt": "2019-08-24",
  "steps": [
    {
      "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": {
        "useActorsInstallerNetwork": true,
        "isAutoDispatchingEnabled": false,
        "retryOnFailure": false,
        "multipleDispatches": 1,
        "responseDeadlineDays": 10,
        "skipWeekendsForResponseDeadline": false
      },
      "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",
      "inputs": [],
      "tasks": [],
      "backgroundEvents": [],
      "actorVisibility": [],
      "documents": [],
      "workflowTemplate": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "name": "string"
      },
      "states": [],
      "dependantStepId": "string",
      "productTags": []
    }
  ],
  "documents": [],
  "groups": [],
  "actors": [],
  "files": [],
  "orderTags": [],
  "chatsSettings": [],
  "allowedStepGroupIds": []
}