Create a report of dwell time for a given time range and given organisation
request dwell time data for an organisation and a given time range.
OK
bad request
Authentication failed.
not allowed
Payload too large
unprocessable entity
failed
Not implemented.
{- "endDate": "2019-08-24",
- "occupancyMonitorIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "peopleCountMonitorIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "startDate": "2019-08-24"
}
{- "createdAt": "string",
- "dwellTimeReportId": "cc3abed8-7b0e-446e-98c2-20f9781cd5e6",
- "endDate": "2019-08-24",
- "errorMessage": "string",
- "occupancyMonitorIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "peopleCountMonitorIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "reportData": [
- {
- "day": "string",
- "description": "string",
- "dwellTime": "string",
- "monitorType": "string"
}
], - "startDate": "2019-08-24",
- "status": "completed"
}
Get a dwell time report identified by the provided report ID.
OK.
Authentication failed.
Not allowed.
Not found.
Unprocessable entity.
Failed.
Not implemented.
{- "createdAt": "string",
- "dwellTimeReportId": "cc3abed8-7b0e-446e-98c2-20f9781cd5e6",
- "endDate": "2019-08-24",
- "errorMessage": "string",
- "occupancyMonitorIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "peopleCountMonitorIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "reportData": [
- {
- "day": "string",
- "description": "string",
- "dwellTime": "string",
- "monitorType": "string"
}
], - "startDate": "2019-08-24",
- "status": "completed"
}
List of all dwell time reports for the given organisation
OK.
Authentication failed.
Not allowed.
Not found.
Unprocessable entity.
Failed.
Not implemented.
[- {
- "createdAt": "string",
- "dwellTimeReportId": "cc3abed8-7b0e-446e-98c2-20f9781cd5e6",
- "endDate": "2019-08-24",
- "errorMessage": "string",
- "occupancyMonitorIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "peopleCountMonitorIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "reportData": [
- {
- "day": "string",
- "description": "string",
- "dwellTime": "string",
- "monitorType": "string"
}
], - "startDate": "2019-08-24",
- "status": "completed"
}
]