Checkins represent member presence at a certain office. The checkin, checkout and list checkins endpoints allow you to manage member presence.
Here is a list of all properties the checkin object has:
Checkin
Property | Type | Required | Description |
---|---|---|---|
member | Member | true | A reference to the member that is checked in. |
team | Company | false | A reference to the team of the member that is checked in. |
start | date | true | The start date of the checkin. |
end | date | false | The end date of the checkin. |
office | Location | true | A reference to the office where the member is checked in. |
createdAt | date | readonly | The date when the checkin has been created. |
createdBy | id | readonly | The user that created the checkin. |