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

KeyDatatypeRequiredDescription
namestring
startDatestring
endDatestring
pagenullThe number of items to skip before starting to collect the result set
pageSizenumberThe 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}]}