Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://api.calven.com/v1/analytics/presence?endDate&startDate'
Responses
application/json [
{
"levelId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
"levelName": "Level 1",
"locationDay": "2023-12-31T00:00:00.000Z",
"locationId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
"locationName": "Main Office",
"locationTime": "14:30:00",
"placeId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
"placeName": "Desk 1",
"source": "sensor",
"timestamp": "2023-12-31T14:30:00.000Z",
"userId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
"zoneId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
"zoneName": "Zone A"
}
]
Modified at 2025-04-03 13:54:25