Events Api
Presence
{
"sourceId": "My System",
"presenceEvents": [
{
"timestamp": "2023-05-15T10:22:45Z",
"sourceUserId": "1341"
"userEmail": "SomeUser@somedomain.com",
"locationId":"D0FA9F18-6E7F-449A-8C50-30276AA9B63F",
"locationType": "location",
"eventId": "42FA8F0D-DBB6-42AC-8618-1865DD476769"
},
{
"timestamp": "2023-05-15T10:23:45Z",
"sourceUserId": "1342"
"userId": "2F6F955E-C1BB-483D-BAE8-56D15233F11B",
"locationId":"D0FA9F18-6E7F-449A-8C50-30276AA9B63F",
"locationType": "location",
"eventId": "71FA8F0D-DBB6-42AC-8618-1865DD476769"
}
]
}
sourceId
is an identifier for your presence source.presenceEvents
is an array of up to 100 presence events.Each presence event has a
timestamp
that indicates when the presence was detected (this can be in the past) and a unique eventId
that is used to identify the resul t of the event in the response.userId
or by their email/login userEmail
-userEmail
value is case sensitve and must match the value that has been provisioned into Calven.sourceUserId
is a an identifier for the user in the source systemlocationId
specifies the point in the Calven location hierarchy where the presence is being reported.locationType
specifies the type of location represeneted by locationId
- Valid values are level
, location
, place
, space
or zone
.Modified at 2023-11-24 05:30:36