Operations
Operational information about the museum.
Demo Only
GET
/museum-hours
Get museum hours
Get upcoming museum operating hours
Authorization
Authorization
RequiredBasic <token>
In: header
Query Parameters
startDate
string
The starting date to retrieve future operating hours from. Defaults to today's date.
Example:"2023-02-23"
Format: "date"
page
integer
The page number to retrieve.
Example:2
Default: 1
limit
integer
The number of days per page.
Example:15
Default: 10
Maximum: 30
Status code | Description |
---|---|
200 | Success |
400 | Bad request |
404 | Not found |
List of museum operating hours for consecutive days.
Last updated on