Lookup and retrieve information about an attendance event by its skyvision_id.
GET
/attendance-events
curl \
-X GET https://cloud.sierraonetech.com/skyvision/integrations/v1/attendance-events?skyvision_id=string \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
Checkinattendanceevent (generated)
{
"external_id": "abc123",
"employee_id": "AZ123",
"building": "string",
"time_in": "2023-05-04T09:42:00+00:00"
}
{
"external_id": "abc123",
"employee_id": "AZ123",
"building": "string",
"time_out": "2023-05-04T09:42:00+00:00"
}
Response examples (200)
Checkinattendanceevent
{
"external_id": "abc123",
"employee_id": "AZ123",
"building": "string",
"time_in": "2025-05-04T09:42:00Z"
}
{
"external_id": "abc123",
"employee_id": "AZ123",
"building": "string",
"time_out": "2025-05-04T09:42:00Z"
}