AgeCategory

Get an age category list

Get the list of age categories. <br>You must have at least one of these scopes: 'settings.read, setup.read, setup.manage'.

get/settings/v1/age-categories

Query parameters

propertyIdstring required

Return age categories for the specific property

Response

Return all age categories.

countinteger required

Total count of items

Example response

{
  "ageCategories": [
    {
      "id": "MUC-BABY",
      "code": "BABY",
      "propertyId": "MUC",
      "name": "Baby",
      "minAge": 0,
      "maxAge": 1
    },
    {
      "id": "MUC-CHILD",
      "code": "CHILD",
      "propertyId": "PROP ID",
      "name": "Child",
      "minAge": 2,
      "maxAge": 12
    }
  ],
  "count": 2
}

Changes

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