Reclaim.ai oneOnOnes API
The oneOnOnes API from Reclaim.ai — 13 operation(s) for oneonones.
The oneOnOnes API from Reclaim.ai — 13 operation(s) for oneonones.
openapi: 3.0.1
info:
title: Reclaim account-time-schemes oneOnOnes API
description: Reclaim's awesome API
contact:
name: Reclaim.ai Inc.
url: http://reclaim.ai
email: info@reclaim.ai
license:
name: Reclaim 9.9
url: http://reclaim.ai
version: '0.1'
tags:
- name: oneOnOnes
paths:
/api/oneOnOne:
get:
tags:
- oneOnOnes
operationId: getOneOnOnes
parameters:
- name: instances
in: query
schema:
type: boolean
nullable: true
responses:
'200':
description: getOneOnOnes 200 response
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/RecurringOneOnOne'
security:
- Authorization: []
post:
tags:
- oneOnOnes
operationId: createOnOnOne
parameters:
- name: notificationKey
in: query
schema:
type: string
nullable: true
- name: sendTeamInvite
in: query
schema:
type: boolean
nullable: true
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/RecurringOneOnOne_1'
required: true
responses:
'200':
description: createOnOnOne 200 response
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/RecurringOneOnOne'
security:
- Authorization: []
/api/oneOnOne/convert-auto/{id}:
post:
tags:
- oneOnOnes
operationId: convertPendingToAuto
parameters:
- name: id
in: path
required: true
schema:
type: integer
format: int64
- name: title
in: query
schema:
type: string
nullable: true
responses:
'200':
description: convertPendingToAuto 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/RecurringOneOnOne'
security:
- Authorization: []
/api/oneOnOne/detected:
get:
tags:
- oneOnOnes
operationId: getDetected
responses:
'200':
description: getDetected 200 response
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/RecurringOneOnOne'
security:
- Authorization: []
/api/oneOnOne/invite/{id}/respond:
post:
tags:
- oneOnOnes
operationId: respond
parameters:
- name: id
in: path
required: true
schema:
type: integer
format: int64
- name: notificationKey
in: query
schema:
type: string
nullable: true
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/RecurringOneOnOneRespondRequest'
required: true
responses:
'200':
description: respond 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/oneOnOne/invite/{id}/respond/{inviteKey}:
post:
tags:
- oneOnOnes
operationId: respondAnonymously
parameters:
- name: id
in: path
required: true
schema:
type: integer
format: int64
- name: inviteKey
in: path
required: true
schema:
type: string
- name: notificationKey
in: query
schema:
type: string
nullable: true
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/RecurringOneOnOneRespondRequest'
required: true
responses:
'200':
description: respondAnonymously 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/RecurringOneOnOne_2'
/api/oneOnOne/invitee-eligibility:
get:
tags:
- oneOnOnes
operationId: getInviteeEligibility
parameters:
- name: email
in: query
required: true
schema:
type: string
responses:
'200':
description: getInviteeEligibility 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/InviteeEligibility'
security:
- Authorization: []
/api/oneOnOne/invites:
get:
tags:
- oneOnOnes
operationId: getMeetingInvites
parameters:
- name: instances
in: query
schema:
type: boolean
nullable: true
responses:
'200':
description: getMeetingInvites 200 response
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/RecurringOneOnOne'
security:
- Authorization: []
/api/oneOnOne/invites/{id}:
get:
tags:
- oneOnOnes
operationId: getMeetingInvite
parameters:
- name: id
in: path
required: true
schema:
type: integer
format: int64
- name: inviteKey
in: query
schema:
type: string
nullable: true
- name: instances
in: query
schema:
type: boolean
nullable: true
responses:
'200':
description: getMeetingInvite 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/RecurringOneOnOne'
/api/oneOnOne/suggestions:
get:
tags:
- oneOnOnes
operationId: getSuggestions
responses:
'200':
description: getSuggestions 200 response
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/RecurringOneOnOne'
security:
- Authorization: []
/api/oneOnOne/zoom/{trackingCode}/{oneOnOneId}:
get:
tags:
- oneOnOnes
operationId: zoomRedirect
parameters:
- name: trackingCode
in: path
required: true
schema:
type: string
- name: oneOnOneId
in: path
required: true
schema:
type: integer
format: int64
responses:
'200':
description: zoomRedirect 200 response
content:
application/json:
schema:
type: object
/api/oneOnOne/{id}:
get:
tags:
- oneOnOnes
operationId: getOneOnOne
parameters:
- name: id
in: path
required: true
schema:
type: integer
format: int64
- name: instances
in: query
schema:
type: boolean
nullable: true
responses:
'200':
description: getOneOnOne 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/RecurringOneOnOne'
security:
- Authorization: []
delete:
tags:
- oneOnOnes
operationId: deleteOneOnOne
parameters:
- name: id
in: path
required: true
schema:
type: integer
format: int64
- name: notificationKey
in: query
schema:
type: string
nullable: true
responses:
'200':
description: OK response
content:
application/json:
schema:
nullable: true
security:
- Authorization: []
patch:
tags:
- oneOnOnes
operationId: patchOneOnOne
parameters:
- name: id
in: path
required: true
schema:
type: integer
format: int64
- name: notificationKey
in: query
schema:
type: string
nullable: true
requestBody:
content:
application/json:
schema:
type: object
additionalProperties: true
required: true
responses:
'200':
description: patchOneOnOne 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/RecurringOneOnOne'
security:
- Authorization: []
/api/oneOnOne/{id}/migrate-to-smart-series:
post:
tags:
- oneOnOnes
operationId: migrateToSmartSeries_1
parameters:
- name: id
in: path
required: true
schema:
type: integer
format: int64
- name: recurrenceType
in: query
schema:
nullable: true
allOf:
- $ref: '#/components/schemas/SmartSeriesRecurrenceType'
responses:
'200':
description: migrateToSmartSeries_1 200 response
content:
application/json:
schema:
type: object
security:
- Authorization: []
/api/oneOnOne/{oneOnOneId}/instances:
get:
tags:
- oneOnOnes
operationId: getInstances
parameters:
- name: user
in: query
required: true
schema:
$ref: '#/components/schemas/User'
- name: oneOnOneId
in: path
required: true
schema:
type: integer
format: int64
responses:
'200':
description: getInstances 200 response
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/RecurringAssignmentInstance'
security:
- Authorization: []
components:
schemas:
RecurringAssignmentAttendee.Status:
type: string
enum:
- INVITING
- PENDING
- ACCEPTED
- DECLINED
- ASSUMED_ACCEPTED
DefaultRsvpAvailability:
type: object
properties:
treatNeedsActionRsvpAs:
$ref: '#/components/schemas/AvailabilityType'
SchedulingWindowWeeks:
type: string
enum:
- ONE
- TWO
- THREE
- FOUR
- FIVE
- SIX
- SEVEN
- EIGHT
- NINE
- TEN
- ELEVEN
- TWELVE
EventKey:
required:
- calendarId
- eventId
type: object
properties:
eventId:
type: string
calendarId:
type: integer
format: int64
WebhookSettings:
type: object
properties:
enabled:
type: boolean
all:
$ref: '#/components/schemas/WebhookSettings'
UserInterests:
type: object
properties:
tasks:
type: boolean
priorities:
type: boolean
office365:
type: boolean
calendar:
type: boolean
asana:
type: boolean
trello:
type: boolean
todoist:
type: boolean
jira:
type: boolean
linear:
type: boolean
clickup:
type: boolean
monday:
type: boolean
MSTeams:
type: boolean
AvailabilitySettings:
type: object
properties:
redisCacheEnabled:
type: boolean
UserProfileDepartment:
type: string
enum:
- PRODUCT
- ENGINEERING
- SUPPORT
- MARKETING
- SALES
- DESIGN
- HR
- OPERATIONS
- ACCOUNTING_AND_FINANCE
- FOUNDER
- EXECUTIVE_ASSISTANT
- IT_SECURITY
- OTHER
x-deprecated:
- OTHER
Colorized:
type: object
properties:
color:
$ref: '#/components/schemas/EventColor'
TaskAutoWorkflowSettings:
type: object
properties:
category:
$ref: '#/components/schemas/TaskAutoWorkflowType'
durationToWaitInDays:
type: integer
format: int32
RecurringAssignmentType:
type: string
enum:
- ONE_ON_ONE
- DAILY_HABIT
- TASK
AsanaSettings:
type: object
properties:
enabled:
type: boolean
TimezonePreference:
type: string
enum:
- USE_PRIMARY_CALENDAR_TZ
- USE_RECLAIM_TZ
UserProvisioningDetails:
required:
- hasTeamProvisionedMetadata
type: object
properties:
hasTeamProvisionedMetadata:
type: boolean
ConferenceType:
type: string
enum:
- GOOGLE_MEET
- MICROSOFT_TEAMS
- ZOOM
- CUSTOM
- GENERIC_LOCATION
- PHYSICAL_ADDRESS
- PHONE_NUMBER
PriorityLevel:
type: string
enum:
- P1
- P2
- P3
- P4
- PRIORITIZE
- DEFAULT
x-deprecated:
- PRIORITIZE
- DEFAULT
UserMetadataUsecase:
type: string
enum:
- EDUCATION
- WORK
- NON_PROFIT
- TEAM
- SOLO_WORK
- PERSONAL
x-deprecated:
- EDUCATION
- NON_PROFIT
ExperimentalSettings:
type: object
properties:
treatOptionalSmartMeetingAttendeesAsFree:
type: boolean
lookAheadForSmartMeetingIdealDayOnWeeklyMeetings:
type: boolean
PrioritiesSettings:
type: object
properties:
enabled:
type: boolean
EventDisplayPreferences:
required:
- attribution
- busyEmoji
- description
- doneEmoji
- freeEmoji
- lockEmoji
- prefix
- progressEmoji
- warningEmoji
type: object
properties:
progressEmoji:
type: boolean
lockEmoji:
type: boolean
freeEmoji:
type: boolean
busyEmoji:
type: boolean
doneEmoji:
type: boolean
warningEmoji:
type: boolean
description:
type: boolean
attribution:
type: boolean
prefix:
type: boolean
SchedulingWindowWeeksOverride:
type: string
enum:
- ONE
- TWO
- THREE
- FOUR
- FIVE
- SIX
- SEVEN
- EIGHT
- NINE
- TEN
- ELEVEN
- TWELVE
UserAccountLock.AccountLockType:
type: string
enum:
- PIPELINE_MIGRATION
SignupMethod:
type: string
enum:
- SCIM
- ADMIN_API
- SLACK
- SELF
RecurringOneOnOne_1:
required:
- invitee
type: object
properties:
id:
type: integer
format: int64
timesPerPeriod:
type: integer
format: int32
created:
type: string
format: date-time
updated:
type: string
format: date-time
enabled:
type: boolean
notification:
type: boolean
organizerTimePolicyType:
nullable: true
allOf:
- $ref: '#/components/schemas/TimePolicyType'
timePolicyType:
$ref: '#/components/schemas/TimePolicyType'
organizerOneOffPolicy:
nullable: true
allOf:
- $ref: '#/components/schemas/TimePolicy'
oneOffPolicy:
nullable: true
allOf:
- $ref: '#/components/schemas/TimePolicy'
organizerTimeSchemeId:
type: string
nullable: true
timeSchemeId:
type: string
nullable: true
idealTime:
type: string
format: partial-time
idealDay:
nullable: true
allOf:
- $ref: '#/components/schemas/DayOfWeek'
rrule:
type: string
recurrence:
nullable: true
allOf:
- $ref: '#/components/schemas/Recurrence'
duration:
maximum: 480
minimum: 15
type: integer
description: Duration min in minutes
format: int32
deleted:
type: boolean
description: Set for websocket callbacks.
invitee:
$ref: '#/components/schemas/ThinPerson'
inviteeTimePolicyType:
nullable: true
allOf:
- $ref: '#/components/schemas/TimePolicyType'
inviteeTimeSchemeId:
type: string
nullable: true
inviteeOneOffPolicy:
nullable: true
allOf:
- $ref: '#/components/schemas/TimePolicy'
inviteKey:
type: string
nullable: true
priority:
$ref: '#/components/schemas/PriorityLevel'
priorityUntil:
type: string
format: date
snoozeUntil:
type: string
format: date-time
nullable: true
assistTimePolicy:
$ref: '#/components/schemas/TimePolicy'
conferenceType:
nullable: true
allOf:
- $ref: '#/components/schemas/ConferenceType'
conferenceData:
type: object
additionalProperties: true
nullable: true
location:
type: string
nullable: true
status:
$ref: '#/components/schemas/RecurringAssignmentStatus'
organizerUserId:
type: string
additionalDescription:
type: string
nullable: true
recurringEventId:
type: string
instances:
type: array
items:
$ref: '#/components/schemas/RecurringAssignmentInstance'
personalizedInviteMessage:
type: string
nullable: true
title:
type: string
displayTitle:
type: string
organizersTimeZone:
type: string
eventFilter:
$ref: '#/components/schemas/Predicate_Event_'
recurringAssignmentType:
$ref: '#/components/schemas/RecurringAssignmentType'
reclaimEventType:
$ref: '#/components/schemas/ReclaimEventType'
RecurringOneOnOne_2:
required:
- invitee
type: object
properties:
id:
type: integer
format: int64
timesPerPeriod:
type: integer
format: int32
created:
type: string
format: date-time
updated:
type: string
format: date-time
enabled:
type: boolean
notification:
type: boolean
organizerTimePolicyType:
nullable: true
allOf:
- $ref: '#/components/schemas/TimePolicyType'
timePolicyType:
$ref: '#/components/schemas/TimePolicyType'
organizerOneOffPolicy:
nullable: true
allOf:
- $ref: '#/components/schemas/TimePolicy'
oneOffPolicy:
nullable: true
allOf:
- $ref: '#/components/schemas/TimePolicy'
organizerTimeSchemeId:
type: string
nullable: true
timeSchemeId:
type: string
nullable: true
idealTime:
type: string
format: partial-time
idealDay:
nullable: true
allOf:
- $ref: '#/components/schemas/DayOfWeek'
rrule:
type: string
recurrence:
nullable: true
allOf:
- $ref: '#/components/schemas/Recurrence'
duration:
maximum: 480
minimum: 15
type: integer
description: Duration min in minutes
format: int32
deleted:
type: boolean
description: Set for websocket callbacks.
invitee:
$ref: '#/components/schemas/ThinPerson'
inviteeTimePolicyType:
nullable: true
allOf:
- $ref: '#/components/schemas/TimePolicyType'
inviteeTimeSchemeId:
type: string
nullable: true
inviteeOneOffPolicy:
nullable: true
allOf:
- $ref: '#/components/schemas/TimePolicy'
inviteKey:
type: string
nullable: true
priority:
$ref: '#/components/schemas/PriorityLevel'
priorityUntil:
type: string
format: date
snoozeUntil:
type: string
format: date-time
nullable: true
assistTimePolicy:
$ref: '#/components/schemas/TimePolicy'
conferenceType:
nullable: true
allOf:
- $ref: '#/components/schemas/ConferenceType'
conferenceData:
type: object
additionalProperties: true
nullable: true
location:
type: string
nullable: true
status:
$ref: '#/components/schemas/RecurringAssignmentStatus'
organizerUserId:
type: string
additionalDescription:
type: string
nullable: true
recurringEventId:
type: string
instances:
type: array
items:
$ref: '#/components/schemas/RecurringAssignmentInstance'
personalizedInviteMessage:
type: string
nullable: true
title:
type: string
displayTitle:
type: string
organizersTimeZone:
type: string
eventFilter:
$ref: '#/components/schemas/Predicate_Event_'
recurringAssignmentType:
$ref: '#/components/schemas/RecurringAssignmentType'
reclaimEventType:
$ref: '#/components/schemas/ReclaimEventType'
Recurrence:
type: string
enum:
- Daily
- Weekly
- Biweekly
- Monthly
- Quarterly
x-enum-descriptions:
- ''
- ''
- Every other week.
- ''
- ''
x-enum-varnames:
- Daily
- Weekly
- Biweekly
- Monthly
- Quarterly
UserMetadata:
type: object
properties:
jobTitle:
type: string
companyName:
type: string
companySize:
$ref: '#/components/schemas/UserMetadataCompanySize'
usecase:
$ref: '#/components/schemas/UserMetadataUsecase'
role:
nullable: true
allOf:
- $ref: '#/components/schemas/UserProfileRole'
goals:
type: array
items:
$ref: '#/components/schemas/UserProfileGoal'
isWorkspace:
type: boolean
department:
nullable: true
allOf:
- $ref: '#/components/schemas/UserProfileDepartment'
orgMetadata:
$ref: '#/components/schemas/OrgMetadata'
UserMetadataCompanySize:
type: string
enum:
- SUB_10
- SUB_50
- SUB_100
- SUB_500
- SUB_1000
- THOUSAND_PLUS
CalendarEntrySettings:
type: object
properties:
pipelineEnabled:
type: boolean
pipelineWatchEnabled:
type: boolean
autoMigrate:
type: boolean
shouldMigrate:
type: boolean
selfServiceMigrate:
type: boolean
dailyAudit:
type: boolean
microsoftPipelineBatching:
type: boolean
scoredTopContacts:
type: boolean
googleGhCutoff:
type: boolean
usePipelineCleanCalendar:
type: boolean
dedicatedUpsertEnabled:
type: boolean
DetailedEntitlements:
type: object
properties:
unlimitedHabitsEnabled:
$ref: '#/components/schemas/EntitlementDetails'
unlimitedSyncEnabled:
$ref: '#/components/schemas/EntitlementDetails'
unlimitedConnectedCalendarsEnabled:
$ref: '#/components/schemas/EntitlementDetails'
customSyncTransparencyEnabled:
$ref: '#/components/schemas/EntitlementDetails'
smart11CreationEnabled:
$ref: '#/components/schemas/EntitlementDetails'
customSlackSyncStatusEnabled:
$ref: '#/components/schemas/EntitlementDetails'
customConferenceBufferTitleEnabled:
$ref: '#/components/schemas/EntitlementDetails'
linearEnabled:
$ref: '#/components/schemas/EntitlementDetails'
jiraEnabled:
$ref: '#/components/schemas/EntitlementDetails'
todoistEnabled:
$ref: '#/components/schemas/EntitlementDetails'
asanaEnabled:
$ref: '#/components/schemas/EntitlementDetails'
clickupEnabled:
$ref: '#/components/schemas/EntitlementDetails'
trelloEnabled:
$ref: '#/components/schemas/EntitlementDetails'
mondayEnabled:
$ref: '#/components/schemas/EntitlementDetails'
AssistSettings:
type: object
properties:
travel:
type: boolean
otherTravelDuration:
type: integer
format: int32
conferenceBuffer:
type: boolean
conferenceBufferDuration:
type: integer
format: int32
assignmentPaddingDuration:
type: integer
format: int32
conferenceBufferPrivate:
type: boolean
conferenceBufferType:
$ref: '#/components/schemas/ConferenceBufferType'
customConferenceBufferTitle:
type: string
focus:
type: boolean
allOneOnOnesBusy:
type: boolean
autoLockForMeetings:
$ref: '#/components/schemas/AutoLock'
autoLockForNonMeetings:
$ref: '#/components/schemas/AutoLock'
sendMeetingNotifications:
type: boolean
useFreeBusyEmojis:
type: boolean
useLockEmoji:
type: boolean
includeDescription:
type: boolean
includeAttribution:
type: boolean
smartSeries:
type: boolean
smartMeetingRecurrenceType:
$ref: '#/components/schemas/SmartSeriesRecurrenceType'
smartHabitRecurrenceType:
$ref: '#/components/schemas/SmartSeriesRecurrenceType'
showClassicHabits:
type: boolean
allowSmartSeriesOptIn:
type: boolean
smartSeriesMigrateComplete:
type: boolean
neverSeenClassicHabits:
type: boolean
notificationSettings:
$ref: '#/components/schemas/AssistNotificationSettings'
assistDays:
type: integer
format: int32
bypassed:
type: boolean
dayZero:
type: string
format: date
schedulerDisabled:
type: boolean
schedulerSuppressedUntil:
type: string
format: date-time
schedulerSuppressed:
type: boolean
rescheduleUnstarted:
type: boolean
rescheduleUnstartedOkToSchedule:
type: boolean
dampSmartMeetings:
type: boolean
scheduleSmartMeetingsAtMostDaily:
type: boolean
scheduleSmartMeetingsOnce:
type: boolean
manualAssistRunsEnabled:
type: boolean
schedulerWindowWeeks:
nullable: true
allOf:
- $ref: '#/components/schemas/SchedulingWindowWeeksOverride'
extendedSmartMeetingCooldown:
type: boolean
includeOrganizerInSmartSeries:
type: boolean
deprecated: true
debugScheduler:
type: boolean
smartHabitGen2ToGen3MigrationDate:
type: string
format: date-time
smartMeetingGen2ToGen3MigrationDate:
type: string
format: date-time
gen1HabitsAndMeetingsToGen3AutoMigrate:
type: boolean
smartHabitsToGen3AutoMigrate:
type: boolean
smartMeetingsToGen3AutoMigrate:
type: boolean
DayOfWeek:
type: string
enum:
- MONDAY
- TUESDAY
- WEDNESDAY
- THURSDAY
- FRIDAY
- SATURDAY
- SUNDAY
AdventureSetting:
required:
- complete
type: object
properties:
complete:
type: boolean
DayHours:
required:
- intervals
type: object
properties:
intervals:
type: array
items:
$ref: '#/components/schemas/LocalTimeInterval'
startOfDay:
type: string
format: partial-time
nullable: true
endOfDay:
type: string
format: partial-time
nullable: true
AssistNotificationSettings:
required:
- detectedDigest
- instanceChanges
- instanceWindowInDays
- needsAttentionDigest
type: object
properties:
instanceChanges:
type: boolean
instanceWindowInDays:
type: integer
format: int32
needsAttentionDigest:
type: boolean
detectedDigest:
type: boolean
User:
required:
- edition
- editionUsage
- schedulerWindowWeeks
- sku
type: object
properties:
id:
type: string
email:
type: string
principal:
type: string
provider:
type: string
baseProvider:
type: string
name:
type: string
firstName:
type: string
entitlements:
$ref: '#/components/schemas/Entitlements'
detailedEntitlements:
$ref: '#/components/schemas/DetailedEntitlements'
editionEntitlements:
properties:
MAX_TEAM_SIZE:
$ref: '#/components/schemas/EntitlementValue_Object_'
SCHEDULER_WEEKS:
$ref: '#/components/schemas/EntitlementValue_Object_'
MAX_TASKS:
$ref: '#/components/schemas/EntitlementValue_Object_'
MAX_CALENDARS:
$ref: '#/components/schemas/EntitlementValue_Object_'
MAX_SYNCS:
$ref: '#/components/schemas/EntitlementValue_Object_'
MAX_HABITS:
$ref: '#/components/schemas/EntitlementValue_Object_'
MAX_TASKS_WEEK:
$ref: '#/components/schemas/EntitlementValue_Object_'
TRAVEL_TIME:
$ref: '#/components/schemas/EntitlementValue_Object_'
DECOMPRESSION_TIME:
$ref: '#/components/schemas/EntitlementValue_Object_'
CUSTOM_BLOCKING:
$ref: '#/components/schemas/EntitlementValue_Object_'
CUSTOM_BLOCKING_DECOMPRESSION:
$ref: '#/components/schemas/EntitlementValue_Object_'
CUSTOM_BLOCKING_HABITS:
$ref: '#/components/schemas/EntitlementValue_Object_'
CUSTOM_BLOCKING_CALENDAR_SYNC:
$ref: '#/components/schemas/EntitlementValue_Object_'
CUSTOM_SLACK_STATUS:
$ref: '#/components/schemas/EntitlementValue_Object_'
MAX_SCHEDULING_LINKS:
$ref: '#/components/schemas/EntitlementValue_Object_'
DERIVATIVE_SCHEDULING_LINKS:
$ref: '#/components/schemas/EntitlementValue_Object_'
SCHEDULING_LINK_SURVEY:
$ref: '#/components/schemas/EntitlementValue_Object_'
SCHEDULING_LINK_REDIRECT:
$ref: '#/components/schemas/EntitlementValue_Object_'
MAX_SCHEDULING_LINK_MEETINGS_QUARTER:
$ref: '#/components/schemas/EntitlementValue_Object_'
MAX_1_ON_1_ORGANIZE:
$ref: '#/components/schemas/EntitlementValue_Object_'
MAX_1_ON_1_ATTEND:
$ref: '#/components/schemas/EntitlementValue_Object_'
MAX_CUSTOM_TIME_SCHEMES:
$ref: '#/components/schemas/EntitlementValue_Object_'
INTEGRATIONS:
$ref: '#/components/schemas/EntitlementValue_Object_'
INTEGRATION_GOOGLE_TASKS:
$ref: '#/components/schemas/EntitlementValue_Object_'
INTEGRATION_GOOGLE_ADD_ON:
$ref: '#/components/schemas/EntitlementValue_Object_'
INTEGRATION_SLACK:
$ref: '#/components/schemas/EntitlementValue_Object_'
# --- truncated at 32 KB (67 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/reclaim-ai/refs/heads/main/openapi/reclaim-ai-oneonones-api-openapi.yml