Get active holiday rules for specified locations within a date range
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
locationUuids
- Type: array of uuids
- Required: Yes
- Description: Array of location UUIDs to fetch holiday rules for
locationUuids*
- Type: uuid
- Action: ADD uuid
startDate
- Type: date
- Description: Start date for filtering holiday rules (ISO 8601 format)
endDate
- Type: date
- Description: End date for filtering holiday rules
Response Codes
200 Successfully fetched active holiday rules
400 Bad request - invalid parameters
401 Unauthorized - invalid or missing authentication
500 Internal server error
Example Request
xxxxxxxxxx
curl --request POST \
--url https://services.fountain.com/api/serviceattendance/processes/holidayRules/getActiveHolidayRulesForLocations \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"locationUuids":[]}'
Click Try It!
To start a request and see the response here! Or choose an example:
Response Format:
200