1. Schemas
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
  1. Schemas

DWUserBookingAttendanceResponseDto

{
    "userId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
    "primaryLocationId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
    "primaryLocationName": "New York",
    "day": "2021-12-24T00:00:00.000Z",
    "plan": "a",
    "bookingDepth": 1,
    "attendanceType": "confirmed",
    "bookingLocationId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
    "bookingLocationName": "New York",
    "bookingLevelId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
    "bookingLevelName": "Level 1",
    "bookingZoneId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
    "bookingZoneName": "Engineering Zone",
    "bookingPlaceId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
    "bookingPlaceName": "WD1",
    "primaryGroupId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
    "primaryGroupName": "Engineering",
    "bookingGroupId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
    "bookingGroupName": "Engineering",
    "bookingSource": "user",
    "bookingReasonCode": "userSelected",
    "onWaitlist": true
}
Built with