---
title: "GET /StaffLifecycle/Config/{type}"
method: GET
path: "/StaffLifecycle/Config/{type}"
tags: ["Stafflifecycle"]
---

# GET /StaffLifecycle/Config/{type}

`GET /StaffLifecycle/Config/{type}`

**Requires permissions:** *Admin* or *IT*

## Path parameters

- `type` string, required

## Response `200`

Success

- WorkflowConfigDto
  - `version` integer
  - `updated` string, date-time, nullable
  - `updatedBy` string, nullable
  - `steps` WorkflowStepDto[]
    - `id` integer
    - `stepKey` string, nullable
    - `order` integer
    - `name` string, nullable
    - `actionType` string, nullable
    - `assigneeRef` string, nullable
    - `offsetDays` integer
    - `condition` string, nullable
    - `subjectTemplate` string, nullable
    - `bodyTemplate` string, nullable
    - `ticketStatus` integer, nullable
    - `category` string, nullable
    - `subCategory` string, nullable
    - `enabled` boolean
    - `tasks` WorkflowStepTaskDto[]
      - `id` integer
      - `order` integer
      - `title` string, nullable
      - `notes` string, nullable
      - `condition` string, nullable
      - `assigneeRef` string, nullable
      - `enabled` boolean
  - `fieldMappings` FieldMappingDto[]
    - `id` integer
    - `formField` string, nullable
    - `isamsTarget` string, nullable
    - `isCustomField` boolean
    - `populate` boolean
    - `staticValue` string, nullable
    - `source` string, nullable
    - `isamsCustomFieldIds` object, nullable
    - `valueMap` object, nullable
  - `customFields` CustomFieldDefDto[]
    - `id` integer
    - `label` string, nullable
    - `fieldType` string, nullable
    - `required` boolean
    - `order` integer
    - `choices` string, nullable
    - `section` string, nullable
  - `requiredFields` string[]

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
