List of all dwell time reports for the given organisation
Security
api_key
- Mock serverhttps://coreapi.hoxton.ai/_mock/v1/dwell-time-reports
- https://nexus.hoxton.ai/api/v1https://nexus.hoxton.ai/api/v1/dwell-time-reports
curl -i -X GET \
'https://coreapi.hoxton.ai/_mock/v1/dwell-time-reports?organisationId=497f6eca-6276-4993-bfeb-53cbbbba6f08&status=pending' \
-H 'Authorization: YOUR_API_KEY_HERE'OK.
Array []
It is the upper bound of the date range for which to return data. The endDate is non-inclusive; i.e, the returned data will be for dates from startDate to endDate-1
It is the lower bound of the date range for which to return data. The startDate is inclusive; i.e, the returned data will be for dates from startDate to endDate-1
Response
[ { "createdAt": "string", "dwellTimeReportId": "cc3abed8-7b0e-446e-98c2-20f9781cd5e6", "endDate": "2019-08-24", "errorMessage": "string", "occupancyMonitorIds": [ … ], "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98", "peopleCountMonitorIds": [ … ], "reportData": [ … ], "startDate": "2019-08-24", "status": "completed" } ]