Intake Stage

Supportable maintains a global list of Intake Stages which can be selected for an Offering’s intake process.

Sample Request #

HeadersAuthorization = Bearer [token]
ParametersNone
BodyNone
GET https://connect.supportableapp.com/api/intake-stages

Sample Response JSON #

Status: 200

[
  {
    "id": "61e855177612ad3088ec9a16",
    "status": true,
    "name": "Screening",
    "sequenceNumber": 1
  },
  {
    "id": "61e855177612ad3088ec9a17",
    "status": true,
    "name": "Assessment",
    "sequenceNumber": 2
  },
  {
    "id": "61e855177612ad3088ec9a18",
    "status": true,
    "name": "Tour",
    "sequenceNumber": 3
  },
  {
    "id": "61e855177612ad3088ec9a19",
    "status": true,
    "name": "Authorization",
    "sequenceNumber": 4
  },
  {
    "id": "61e855177612ad3088ec9a1a",
    "status": true,
    "name": "Queue",
    "sequenceNumber": 5
  }
]

Notes on Values #

AttributeData TypeDescription
idstringThe unique identifier of the Intake Stage.
statusbooleanWhether the Intake Stage is active in Supportable.
namestringThe name of the Intake Stage as it appears in the application.
sequenceNumberintegerThe default order in which the Intake Stage appears in the list of stages.