Get a Holidays
GET {{baseUrl}}/buyers/:buyerId/holidays?name=ipsum&startDate=ea off&endDate=cupidatat reprehenderit incididunt&page=&pageSize=10
All filters are optionals and can be use to improve your search.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | ||
startDate | string | ||
endDate | string | ||
page | null | The number of items to skip before starting to collect the result set | |
pageSize | number | The numbers of items to return. |
RESPONSES
status: OK
{"totalRecords":2,"page":"0","pageSize":10,"isNumberPagination":true,"pageCount":2,"items":[{"id":-2983658,"name":"New Year","startDate":"2020-01-01","endDate":"2020-01-01","isGlobal":true},{"id":33202696,"name":"New Year","startDate":"2020-01-01","endDate":"2020-01-01","isGlobal":true}]}