Schemas
Copy Page
Calven
Overview
Key Access Levels
Basic Authentication Overview
HMAC Authentication Overview
SDKs
Calven Data Models
Changelog
HMAC Authentication
Generate a token with an API key and HMAC
Generate a token with an API key and client secret
Presence
Presence Overview
Submit presence events with BASIC auth
Submit presence events
Occupancy
Occupancy Overview
Submit occupancy events
Time off
Submit time off updates
Access Credentials
Submit access credentials
Warehouse - Basic Auth
Warehouse Overview
Users
Groups
Locations
Desks
Bookings & Attendance
Presence Details
User Actions Log
Warehouse - HMAC Auth
Warehouse Overview
Users
Groups
Locations
Desks
Bookings & Attendance
Presence
User Actions Log
Hierarchy Information
Org Hierarchy Information Overview
Submit group hierarchy relationships
Submit group hierarchy relationships with Basic Auth
DirectoryManagement
User Attributes Overview
Write directory user attributes
Write directory user attributes with Basic Auth
Schemas
Schemas
DWDesksResponseDto
DMGroupRelationshipDto
PresenceEventDto
DWGroupsResponseDto
LeaveRequestBody
CreatePresenceEventDto
TimeoffRequestBody
TimeOffEvent
EventResultDto
TimeoffResponse
ResultCodes
TimeoffEventResponse
CreatePresenceEventResponseDto
OccupancyEventDto
CreateOccupancyEventDto
CreateOccupancyEventResponseDto
AuthRequestDto
AuthResponseDto
OAuthRequestDto
OAuthResponseDto
AccessCredentialUpdateResultCodes
AccessCredentialUpdateResult
AccessCredentialUpdateResponse
AccessCredential
AccessCredentialUpdate
AccessCredentialUpdateRequest
DWChangeLogUserResponseDto
DWUserBookingAttendanceResponseDto
DWPresenceResponseDto
DWUsersResponseDto
DWLocationsResponseDto
DMPostUserAttributesRecordDto
DMPostUserAttributesBodyDto
DMPostUserAttributesRecordResponseDto
DMPostUserAttributesResponseDto
Schemas
Copy Page
LeaveRequestBody
{
"emailUserName"
:
"bob@domain.com"
,
"leaveStatus"
:
"APPROVED"
,
"leaveDates"
:
[
"string"
]
}