Calven
  1. Warehouse - HMAC Auth
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
      POST
    • Generate a token with an API key and client secret
      POST
  • Presence
    • Presence Overview
    • Submit presence events with BASIC auth
      POST
    • Submit presence events
      POST
  • Occupancy
    • Occupancy Overview
    • Submit occupancy events
      POST
  • Time off
    • Submit time off updates
      POST
  • Access Credentials
    • Submit access credentials
      POST
  • Warehouse - Basic Auth
    • Warehouse Overview
    • Users
    • Groups
    • Locations
    • Desks
    • Bookings & Attendance
    • Presence Details
    • User Actions Log
  • Warehouse - HMAC Auth
    • Warehouse Overview
    • Users
      GET
    • Groups
      GET
    • Locations
      GET
    • Desks
      GET
    • Bookings & Attendance
      GET
    • Presence
      GET
    • User Actions Log
      GET
  • analytics
  • Schemas
    • Schemas
      • PresenceEventDto
      • LeaveRequestBody
      • SyncFreeBusyDto
      • DWGroupsResponseDto
      • CreatePresenceEventDto
      • TimeoffRequestBody
      • TimeOffEvent
      • GetConsentUrlResponseDto
      • EventResultDto
      • TimeoffResponse
      • O365IntegrationConfigDto
      • CreatePresenceEventResponseDto
      • TimeoffEventResponse
      • CreateO365IntegrationDto
      • ResultCodes
      • ApiServiceException
      • IntegrationCreatedDto
      • OccupancyEventDto
      • GetO365IntegrationConfigDto
      • CreateOccupancyEventDto
      • GetO365IntegrationDto
      • CreateOccupancyEventResponseDto
      • PatchO365IntegrationConfigDto
      • AuthRequestDto
      • PatchO365IntegrationDto
      • VisitorArrivalEventDto
      • AuthResponseDto
      • ListRoomConnectionsDto
      • OAuthRequestDto
      • MappedSpaceDto
      • CreateVisitorArrivalEventDto
      • OAuthResponseDto
      • RoomConnectionDto
      • AccessCredentialUpdateResultCodes
      • CreateRoomConnectionDto
      • CreateVisitorArrivalEventResponseDto
      • AccessCredentialUpdateResult
      • CreateRoomConnectionResponseDto
      • AccessCredentialUpdateResponse
      • PatchRoomConnectionDto
      • AccessCredential
      • ListRoomResourcesDto
      • AccessCredentialUpdate
      • CreateGoogleWorkspaceIntegrationConfigDto
      • AccessCredentialUpdateRequest
      • CreateGoogleWorkspaceIntegrationDto
      • GetGoogleWorkspaceConfigDto
      • GetGoogleWorkspaceIntegrationDto
      • BasePatchIntegrationConfigDto
      • PatchGoogleWorkspaceIntegrationDto
      • CalendarEventConferencingDetailsDto
      • CalendarEventEmailNameDto
      • CalendarEventRemindersDto
      • CalendarEventDto
      • ListCalendarEventsDto
      • CreateCalendarEventDto
      • DWChangeLogUserResponseDto
      • DWUserBookingAttendanceResponseDto
      • DWPresenceResponseDto
      • DWUsersResponseDto
      • DWLocationsResponseDto
      • DWDesksResponseDto
  1. Warehouse - HMAC Auth

Groups

GET
/v1/analytics/groups

Request

None

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.calven.com/v1/analytics/groups'

Responses

🟢200OK
application/json
Body

Example
[
    {
        "groupId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
        "name": "Sales",
        "parentId": "2b7c1e4f-5f5a-4472-ab61-a2cc1784d38b"
    }
]
Modified at 2025-09-24 13:57:48
Previous
Users
Next
Locations
Built with