This endpoint returns structured Holiday Calendar objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array and will be indexed by ID in the holiday_calendars top-level JSON key. Please see our Response Format section for more information.
GET
curl -i -X GET \
'https://api.mavenlink.com/api/v1/holiday_calendars?matching=string&only=string&order=default&page=1&per_page=20'Response
{ "count": 0, "meta": { "count": 0, "page_count": 0, "page_number": 0, "page_size": 0 }, "results": [ { "key": "string", "id": "string" } ], "holiday_calendars": { "property1": { "default": true, "name": "string" }, "property2": { "default": true, "name": "string" } } }