Get list of holidays by country
Get list of holidays by country
Query Parameters
- Country string
- From date-time
Date from, example value: 2018-07-25
- To date-time
Date to, example value: 2018-07-25
- ContinuationToken string
Token is needed, unless all records have been returned in previous request. Do not forget to pass also all other parameters.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (from schema)
Schema
- ContinuationToken string
Items object[]
Array [Guid guid requiredRevision int64 requiredPersonCreated guidPersonChanged guidTimestampCreated date-timeTimestampChanged date-timeDate date-time requiredName string required]
{
"ContinuationToken": "string",
"Items": [
{
"Guid": "string",
"Revision": 0,
"PersonCreated": "string",
"PersonChanged": "string",
"TimestampCreated": "2023-05-24T12:26:16.137Z",
"TimestampChanged": "2023-05-24T12:26:16.137Z",
"Date": "2023-05-24T12:26:16.137Z",
"Name": "string"
}
]
}
Error
- application/json
- Schema
- Example (from schema)
Schema
Error object
Code stringMessage string
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Loading...