v1

latestOpenAPI 3.1.02026-08-0624539313.1 KB
Air

Get Special Service Requests (SSR) for a Category

Returns the list of Special Service Requests (SSR) for a selected category. Every category type can contain multiple service requests. For example, the category: MEAL includes service requests such as a vegetarian meal, baby/infant meal, gluten free meal, and so on. These service requests are displayed as subCategory fields within the category: MEAL. To learn more about a selected category such as its subCategory values, category code, and other relevant information, run this API using the category type as the query parameter.

get/v2/air/special-service-requests/categories

Query parameters

category'BASSINET' | 'SPECIAL_ASSISTANCE_WHEELCHAIR' | 'BAGGAGE' | 'UNACCOMPANIED_MINOR' | 'PETS' | 'MEET_AND_ASSIST' | 'OTHERS' | 'MEAL' | 'SPECIAL_ASSISTANCE_DISABILITY' required

Category details of the Special Service Request (SSR).

Example:SPECIAL_ASSISTANCE_WHEELCHAIR

The category type of a Special Service Request (SSR).

Response

OK

Example response

{
  "specialServiceRequests": [
    {
      "code": "WCHC",
      "category": {
        "type": "SPECIAL_ASSISTANCE_WHEELCHAIR",
        "description": "Special Assistance - Wheelchair"
      },
      "subCategory": "Wheelchair with wet cell battery.",
      "isFreeTextMandatory": true,
      "isFreeTextAllowed": true
    }
  ]
}