Age categories
Get all age categories
Returns all age categories filtered by Service. Note this operation uses Pagination and supports Portfolio Access Tokens.
Request
[PlatformAddress]/api/connector/v1/ageCategories/getAll
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
| array of string | optional, max 1000 items | Unique identifiers of the Enterprises. If not specified, the operation returns data for all enterprises within scope of the Access Token. |
| array of string | optional, max 1000 items | Unique identifiers of Age categories. |
| array of string | required, max 1000 items | Unique identifiers of Services where the age category belong to. |
| optional, max length 3 months | Interval in which the age category was updated. | |
| array of Activity state | optional | Whether to return only active, only deleted or both records. |
| required | Limitation on the quantity of data returned. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of Age category | required | Age category of the enterprise. |
| string | optional | Unique identifier of the item one newer in time order than the items to be returned. If Cursor is not specified, i.e. null, then the latest or most recent items will be returned. |
Age category
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Unique identifier of age category. |
| string | required | Unique identifier of Service the age category belongs to. |
| integer | optional | Minimal age for the age category. |
| integer | optional | Maximal age for the age category. |
| object | required | All translations of the name of the age category. |
| object | optional | All translations of the short name of the age category. |
| string | required | Creation date and time of the age category in UTC timezone in ISO 8601 format. |
| string | required | Last update date and time of the age category in UTC timezone in ISO 8601 format. |
| required | The classification of the age category. |
Age category classification
Adult
Child
Last updated