Search existing holidays
Use case
In this case, we will search for existing holidays.
Use case data
API parameters with values
Requesting to display the search results on the first page; the page size is 1.
...api/v1/holiday/holidays?pageSize=1&pageNumber=1
Sample API call
To find existing holidays, use the following endpoint:
https://holiday-api.sandbox.tuumplatform.com/api/v1/holiday/holidays
Sample request
The sample request body is as follows:
No body
Sample response
Below you will find the response to the sample request:
Result
The search returned information about the existing holidays.
Last updated
Was this helpful?