v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBCheckins
Retrieve a single Check-In
Retrieve a single Check-In by checkinId.
Required scopes: flex.community.checkins.read
get/api/v2/organizations/{orgSlug}/checkins/{checkinId}
Path parameters
checkinIdstring required
check-in id
orgSlugstring required
organization slug
Response
Example response
{
"_id": "6080186f490fcf6e0547ec57",
"start": "2024-10-31T13:15:00.000Z",
"end": "2024-10-31T15:30:00.000Z",
"location": "6080186f490fcf6e0547ec57",
"company": "6080186f490fcf6e0547ec57",
"member": "6080186f490fcf6e0547ec57",
"booking": "6080186f490fcf6e0547ec57",
"pass": "6080186f490fcf6e0547ec57",
"resourceType": "hotdesk",
"source": "admin",
"createdBy": "6080186f490fcf6e0547ec57",
"modifiedBy": "6080186f490fcf6e0547ec57"
}