Skip to content

Get camera opening hour

Request

Get all attributes of a camera model given a camera ID.

Security
api_key
Path
cameraIdstring, (uuid)required

the camera ID of the camera

Query
datestring, (date)

Day of the year of requested Opening Hour

curl -i -X GET \
  'https://coreapi.hoxton.ai/_mock/v1/cameras/{cameraId}/opening-hours?date=2019-08-24' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK.

Bodyapplication/json
Array of strings, (date-time)
Response
[ "2019-08-24T14:15:22Z" ]