# Get camera opening hour Get all attributes of a camera model given a camera ID. Endpoint: GET /cameras/{cameraId}/opening-hours Version: 0.0.1 Security: o_auth ## Path parameters: - `cameraId` (string, required) the camera ID of the camera ## Query parameters: - `date` (string) Day of the year of requested Opening Hour ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 404 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields