cancellation-reason

Get a paged array of cancellation-reasons

Get a paged array of cancellation-reasons

get/cancellation-reasons

Query parameters

id_gtinteger nullable

The starting object id of the next page

Example:200
id_ltinteger nullable

The starting object id of the previous page

Example:100
string
OR
string
string
OR
string
include_archived'true' | 'false' nullable

Whether archived objects should be retrieved, default is false

Response

A paged array of cancellation-reasons

Example response

{
  "data": [
    {
      "id": 1,
      "reason": "No show due to health reason",
      "code": "NSDH"
    }
  ],
  "links": {
    "previousPage": "/v1/${object_type}?id_gt=200",
    "nextPage": "/v1/${object_type}?id_lt=100"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.