v1
latestSwagger 2.02026-08-043765135.6 KBhours
Get Hours
Get all existing availability.
get/hours
Query parameters
mockboolean
Return mock data
resourceUristring string
Query by resourceUri
perPageinteger
Query parameter to set the number of results per page
pageAfterstring
Query parameter to set the token for the next page of results
datestring[]
Query parameter to filter by date
dayOfWeekinteger[]
Query parameter to filter by dayOfWeek 1 (Monday) through 7 (Sunday).
Response
Return an array of data responses
Example response
{
"data": [
{
"attributes": {
"startTime": "17:00:00",
"endTime": "23:00:00",
"timeZone": "America/New_York",
"resourceUri": "/organizations/f759af6a-2d8d-42b4-8a63-a17582404a9d/locations/f759af6a-2d8d-42b4-8a63-a17582404a9d",
"createdAt": "2018-02-03T10:30:00Z",
"updatedAt": "2018-02-03T10:30:00Z"
}
}
]
}