11 structure changes including:
    
    1 Breaking change
    2 Additions
    9 Modifications
        Modified
        9
          Breaking
      
      DELETE /employees/{employeeId}/unavailability-event/{id}
              - Path went from /employees/{id}/unavailabilityto/employees/{employeeId}/unavailability-event/{id}(same operationId)Breaking
- Verb went from POSTtoDELETE(same operationId)Breaking
- Body
- 
  application/json content type Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
- Response
- 
  201, 422 responses Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
- 204 response Added
- Path
- employeeId path parameter Added
GET /employees/{id}/unavailability
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers, id properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /listings
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - string-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /listings/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - string-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /unavailability
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
PATCH /listings/{id}
              - Body
- 
  application/json content type Modified
    - string-1 property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - string-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /employees/{id}/unavailability
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers, id properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /employees/{id}/unavailability-event
              - Body
- 
  application/json content type Modified
    - array-1 property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers, id properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /listings
              - Body
- 
  application/json content type Modified
    - string-1 property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - string-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
        Added
        2
      
      GET /contexts/{id}
          POST /contexts
          
  2 structure changes including:
    
    2 Modifications
        Modified
        2
      
      GET /employees
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /offices
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
  11 structure changes including:
    
    11 Modifications
        Modified
        11
      
      GET /employees/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /offices/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
PATCH /employees/{id}
              - Body
- 
  application/json content type Modified
    - object-1 property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
PATCH /offices/{id}
              - Body
- 
  application/json content type Modified
    - object-1 property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /employees
              - Body
- 
  application/json content type Modified
    - object-1 property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /offices
              - Body
- 
  application/json content type Modified
    - object-1 property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST AppointmentCreatewebhook
              - Body
- 
  application/json content type Modified
    - 
  data property Modified
    - 
  appointment property Modified
    - office, participants properties Modified
 
 
- 
  appointment property Modified
    
 
- 
  data property Modified
    
POST AppointmentUpdatewebhook
              - Body
- 
  application/json content type Modified
    - 
  data property Modified
    - 
  appointment property Modified
    - office, participants properties Modified
 
 
- 
  appointment property Modified
    
 
- 
  data property Modified
    
POST CallbackRequestCreatewebhook
              - Body
- 
  application/json content type Modified
    - 
  data property Modified
    - 
  callbackRequest property Modified
    - OfficeWebhook, participants properties Modified
 
 
- 
  callbackRequest property Modified
    
 
- 
  data property Modified
    
POST CallbackRequestUpdatewebhook
              - Body
- 
  application/json content type Modified
    - 
  data property Modified
    - 
  callbackRequest property Modified
    - OfficeWebhook, participants properties Modified
 
 
- 
  callbackRequest property Modified
    
 
- 
  data property Modified
    
POST CommunicationWebhookwebhook
              - Body
- 
  application/json content type Modified
    - 
  data property Modified
    - 
  resource property Modified
    - AppointmentCreateWebhookData, AppointmentUpdateWebhookData, CallbackRequestCreateWebhookData, CallbackRequestUpdateWebhookData alternatives Modified
 
 
- 
  resource property Modified
    
 
- 
  data property Modified
    
  1 structure change including:
    
    1 Addition
        Added
        1
      
      POST /employees/{id}/unavailability-event
          
  4 structure changes including:
    
    4 Modifications
        Modified
        4
      
      PATCH /appointments/{id}
              - Body
- 
  application/json content type Modified
    - Content type is no longer required
 - 
  object-1 property Modified
    - Property is no longer required
 
 
POST /appointments
              - Body
- 
  application/json content type Modified
    - 
  object-1 property Modified
    - Property is no longer required
 
 
- 
  object-1 property Modified
    
POST /appointments/_actions/invite
              - Body
- 
  application/json content type Modified
    - 
  object-1 property Modified
    - Property is no longer required
 
 
- 
  object-1 property Modified
    
POST /callback-requests
              - Body
- 
  application/json content type Modified
    - 
  object-1 property Modified
    - Property is no longer required
 
 
- 
  object-1 property Modified
    
  4 structure changes including:
    
    4 Modifications
        Modified
        4
      
      GET /employees/{id}/office-coverage-regions
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - regions property Modified
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /employees/{id}/office-subject-coverage-regions
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - regions property Modified
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
PUT /employees/{id}/office-coverage-regions
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - regions property Modified
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
PUT /employees/{id}/office-subject-coverage-regions
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - regions property Modified
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
  26 structure changes including:
    
    4 Breaking changes
    5 Additions
    19 Modifications
    2 Removals
        Modified
        19
          Breaking
      
      POST /appointments/{id}/_actions/reschedule
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/request-reschedule
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reopen
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reassign
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/complete
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/cancel
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/accept
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/_actions/invite
              - Body
- 
  application/json content type Modified
    - object-1 property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments
              - Body
- 
  application/json content type Modified
    - object-1 property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
PATCH /callback-requests/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
PATCH /appointments/{id}
              - Body
- 
  application/json content type Modified
    - 
          Content type is now required Breaking
 - object-1 property Added
 
- 
          Content type is now required 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /employees/{employeeId}/external-calendar-events
              - Path went from /employees/{id}/external-calendar-eventsto/employees/{employeeId}/external-calendar-events(same operationId)
- Path
- 
  id path parameter Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
- employeeId path parameter Added
GET /callback-requests/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /callback-requests
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /appointments/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /appointments
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /callback-requests
              - Body
- 
  application/json content type Modified
    - object-1 property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - object-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /employees/{id}/applied-templates/_actions/revert
              - Path went from /employees/{id}/applied-templatesto/employees/{id}/applied-templates/_actions/revert(same operationId)Breaking
- Verb went from DELETEtoPOST(same operationId)Breaking
POST /employees/{id}/unavailability/_actions/revert
              - Path went from /employees/{id}/unavailabilityto/employees/{id}/unavailability/_actions/revert(same operationId)Breaking
- Verb went from DELETEtoPOST(same operationId)Breaking
        Removed
        2
          Breaking
      
      POST Appointmentwebhook
              - Removing a resource is always breaking unless it was deprecated before Breaking
POST Pingwebhook
              - Removing a resource is always breaking unless it was deprecated before Breaking
        Added
        5
      
      POST CommunicationWebhookwebhook
          POST CallbackRequestUpdatewebhook
          POST CallbackRequestCreatewebhook
          POST AppointmentUpdatewebhook
          POST AppointmentCreatewebhook
          
  13 structure changes including:
    
    3 Breaking changes
    10 Modifications
    3 Removals
        Modified
        10
      
      GET /employees
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - languageExpertise property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /employees/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - languageExpertise property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /forms
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - string-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
- Query
- external-id query parameter Added
GET /forms/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - string-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /subjects/{id}/availability-settings
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - rank1offset, rank2offset properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
PATCH /employees/{id}
              - Body
- 
  application/json content type Modified
    - array-1 property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - languageExpertise property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
PATCH /forms/{id}
              - Body
- 
  application/json content type Modified
    - string-1 property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - string-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /employees
              - Body
- 
  application/json content type Modified
    - array-1 property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - languageExpertise property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /forms
              - Body
- 
  application/json content type Modified
    - string-1 property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - string-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
PUT /subjects/{id}/availability-settings
              - Body
- 
  application/json content type Modified
    - rank1offset, rank2offset properties Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - rank1offset, rank2offset properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
        Removed
        3
          Breaking
      
      GET /static-translation-overrides
              - Removing a resource is always breaking unless it was deprecated before Breaking
GET /static-translations/{language}
              - Removing a resource is always breaking unless it was deprecated before Breaking
PATCH /static-translation-overrides
              - Removing a resource is always breaking unless it was deprecated before Breaking
  1 structure change including:
    
    1 Modification
        Modified
        1
      
      POST Appointmentwebhook
              - Body
- 
  application/json content type Modified
    - 
  data property Modified
    - 
  appointment property Modified
    - Appointment, Incoming request, Outgoing request alternatives Modified
 
 
- 
  appointment property Modified
    
 
- 
  data property Modified
    
  3 structure changes including:
    
    1 Addition
    2 Modifications
        Modified
        2
      
      GET /callback-requests
              - Query
- created-from-date, created-to-date query parameters Added
GET /timetable
              - Query
- employee-languages query parameter Added
        Added
        1
      
      GET /data-export/{resource}
          
  11 structure changes including:
    
    1 Breaking change
    10 Modifications
    1 Removal
        Modified
        10
          Breaking
      
      GET /appointments
              - Query
- created-from-date, created-to-date query parameters Added
GET /employees/{id}/office-coverage-regions
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - regions property Modified
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /employees/{id}/office-subject-coverage-regions
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - regions property Modified
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /schedulable/employees
              - Query
- 
  location query parameter Modified
    - 
  latitude, longitude query parameters Modified
    - 
          Type went from numbertostringBreaking
 
- 
          Type went from 
 
- 
  latitude, longitude query parameters Modified
    
- 
  order-by-distance-to query parameter Modified
    - 
  latitude, longitude query parameters Modified
    - 
          Type went from numbertostringBreaking
 
- 
          Type went from 
 
- 
  latitude, longitude query parameters Modified
    
GET /schedulable/meeting-types
              - Query
- 
  location query parameter Modified
    - 
  latitude, longitude query parameters Modified
    - 
          Type went from numbertostringBreaking
 
- 
          Type went from 
 
- 
  latitude, longitude query parameters Modified
    
- 
  order-by-distance-to query parameter Modified
    - 
  latitude, longitude query parameters Modified
    - 
          Type went from numbertostringBreaking
 
- 
          Type went from 
 
- 
  latitude, longitude query parameters Modified
    
GET /schedulable/offices
              - Query
- 
  location query parameter Modified
    - 
  latitude, longitude query parameters Modified
    - 
          Type went from numbertostringBreaking
 
- 
          Type went from 
 
- 
  latitude, longitude query parameters Modified
    
- 
  order-by-distance-to query parameter Modified
    - 
  latitude, longitude query parameters Modified
    - 
          Type went from numbertostringBreaking
 
- 
          Type went from 
 
- 
  latitude, longitude query parameters Modified
    
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - number-1 property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /schedulable/subjects
              - Query
- 
  location query parameter Modified
    - 
  latitude, longitude query parameters Modified
    - 
          Type went from numbertostringBreaking
 
- 
          Type went from 
 
- 
  latitude, longitude query parameters Modified
    
- 
  order-by-distance-to query parameter Modified
    - 
  latitude, longitude query parameters Modified
    - 
          Type went from numbertostringBreaking
 
- 
          Type went from 
 
- 
  latitude, longitude query parameters Modified
    
GET /timetable
              - Query
- 
  location query parameter Modified
    - 
  latitude, longitude query parameters Modified
    - 
          Type went from numbertostringBreaking
 
- 
          Type went from 
 
- 
  latitude, longitude query parameters Modified
    
PUT /employees/{id}/office-coverage-regions
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - regions property Modified
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
PUT /employees/{id}/office-subject-coverage-regions
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - regions property Modified
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
        Removed
        1
          Breaking
      
      GET /regions
              - Removing a resource is always breaking unless it was deprecated before Breaking
  33 structure changes including:
    
    12 Additions
    21 Modifications
        Modified
        21
          Breaking
      
      GET /offices
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - meetingRooms property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /offices/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - meetingRooms property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
PATCH /appointments/{id}
              - Body
- 
  application/json content type Modified
    - 
  array-1 property Modified
    - array-1 property Added
 
- string-1, object-1 properties Added
 
- 
  array-1 property Modified
    
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers property Modified
- object-1, string-1, userCommunication properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
PATCH /employees/{id}
              - Body
- 
  application/json content type Modified
    - 
  firstName, lastName properties Modified
    - 
          Type went from string | nulltostringBreaking
 
- 
          Type went from 
 
- 
  firstName, lastName properties Modified
    
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - 
  firstName, lastName properties Modified
    - 
          Properties are now required Breaking
- 
          Type went from string | nulltostringBreaking
 
- 
          Properties are now required 
 
- 
  firstName, lastName properties Modified
    
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
PATCH /offices/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - meetingRooms property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments
              - Body
- 
  application/json content type Modified
    - 
  array-1 property Modified
    - array-1 property Added
 
- string-1, string-1, object-1 properties Added
 
- 
  array-1 property Modified
    
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers property Modified
- object-1, string-1, userCommunication properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/_actions/invite
              - Body
- 
  application/json content type Modified
    - string-1, string-1, object-1 properties Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers property Modified
- object-1, string-1, userCommunication properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/accept
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers property Modified
- object-1, string-1, userCommunication properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/cancel
              - Body
- 
  application/json content type Modified
    - 
  array-1 property Modified
    - array-1 property Added
 
- string-1, object-1 properties Added
 
- 
  array-1 property Modified
    
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers property Modified
- object-1, string-1, userCommunication properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/complete
              - Body
- 
  application/json content type Modified
    - 
  array-1 property Modified
    - array-1 property Added
 
- object-1 property Added
 
- 
  array-1 property Modified
    
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers property Modified
- object-1, string-1, userCommunication properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reassign
              - Body
- 
  application/json content type Modified
    - string-1, object-1 properties Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers property Modified
- object-1, string-1, userCommunication properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reopen
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers property Modified
- object-1, string-1, userCommunication properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/request-reschedule
              - Body
- 
  application/json content type Modified
    - string-1, object-1 properties Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers property Modified
- object-1, string-1, userCommunication properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reschedule
              - Body
- 
  application/json content type Modified
    - 
  array-1 property Modified
    - array-1 property Added
 
- string-1, object-1 properties Added
 
- 
  array-1 property Modified
    
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers property Modified
- object-1, string-1, userCommunication properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /employees
              - Body
- 
  application/json content type Modified
    - 
  firstName, lastName properties Modified
    - 
          Properties are now required Breaking
- 
          Type went from string | nulltostringBreaking
 
- 
          Properties are now required 
 
- 
  firstName, lastName properties Modified
    
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - 
  firstName, lastName properties Modified
    - 
          Properties are now required Breaking
- 
          Type went from string | nulltostringBreaking
 
- 
          Properties are now required 
 
- 
  firstName, lastName properties Modified
    
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST /offices
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - meetingRooms property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
POST Appointmentwebhook
              - Body
- 
  application/json content type Modified
    - 
  data property Modified
    - 
  message property Modified
    - Property is now deprecated
 
- 
  appointment property Modified
    - Appointment, Incoming request, Outgoing request alternatives Modified
 
- 
  previousAppointment property Modified
    - Appointment alternative Modified
 
 
- 
  message property Modified
    
 
- 
  data property Modified
    
GET /employees/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - 
  firstName, lastName properties Modified
    - 
          Properties are now required Breaking
- 
          Type went from string | nulltostringBreaking
 
- 
          Properties are now required 
 
- 
  firstName, lastName properties Modified
    
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /employees
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - 
  firstName, lastName properties Modified
    - 
          Properties are now required Breaking
- 
          Type went from string | nulltostringBreaking
 
- 
          Properties are now required 
 
- 
  firstName, lastName properties Modified
    
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /appointments/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers property Modified
- object-1, string-1, userCommunication properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /appointments
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - answers property Modified
- object-1, string-1, userCommunication properties Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
        Added
        12
      
      DELETE /offices/{officeId}/meeting-rooms/{meetingRoomId}
          GET /callback-requests
          GET /callback-requests/{id}
          GET /files
          GET /files/{id}
          GET /files/{id}/_actions/download
          GET /meeting-rooms
          GET /meeting-rooms/{id}
          PATCH /callback-requests/{id}
          POST /callback-requests
          POST /files/_actions/upload
          POST /offices/{officeId}/meeting-rooms/{meetingRoomId}
          
  1 structure change including:
    
    1 Modification
        Modified
        1
      
      POST /appointments/{id}/_actions/reschedule
              - Body
- 
  application/json content type Modified
    - answers property Added
 
  3 structure changes including:
    
    3 Modifications
        Modified
        3
      
      GET /schedulable/employees
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /schedulable/offices
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /schedulable/subjects
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
  17 structure changes including:
    
    17 Modifications
        Modified
        17
      
      GET /appointments
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
- Query
- callback-request-id query parameter Added
GET /appointments/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /employees
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
- Query
- username query parameter Added
GET /employees/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /appointments/{id}
              - Body
- 
  application/json content type Modified
    - callbackRequestId property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /employees/{id}
              - Body
- 
  application/json content type Modified
    - username property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments
              - Body
- 
  application/json content type Modified
    - callbackRequestId property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/_actions/invite
              - Body
- 
  application/json content type Modified
    - callbackRequestId property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/accept
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/cancel
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/complete
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reassign
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reopen
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/request-reschedule
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reschedule
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /employees
              - Body
- 
  application/json content type Modified
    - username property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST Appointmentwebhook
              - Body
- 
  application/json content type Modified
    - 
  data property Modified
    - 
  appointment property Modified
    - Appointment, Incoming request, Outgoing request alternatives Modified
 
 
- 
  appointment property Modified
    
 
- 
  data property Modified
    
  13 structure changes including:
    
    13 Modifications
        Modified
        13
      
      GET /appointments
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /appointments/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /appointments/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments
              - Body
- 
  application/json content type Modified
    - hybrid property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/_actions/invite
              - Body
- 
  application/json content type Modified
    - hybrid property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/accept
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/cancel
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/complete
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reassign
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reopen
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/request-reschedule
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reschedule
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST Appointmentwebhook
              - Body
- 
  application/json content type Modified
    - 
  data property Modified
    - 
  appointment property Modified
    - Appointment, Incoming request, Outgoing request alternatives Modified
 
 
- 
  appointment property Modified
    
 
- 
  data property Modified
    
  51 structure changes including:
    
    51 Modifications
        Modified
        51
      
      GET /appointments/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /customers
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /customers/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /employees
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /employees/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /fetch-configurations
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /fetch-configurations/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /forms
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /forms/{formId}/questions
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /forms/{formId}/questions/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /forms/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /lead-segments
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /lead-segments/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /listings
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /listings/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /offices
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /offices/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /subject-groups
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /subject-groups/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /subjects
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /subjects/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /appointments/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /customers/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /employees/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /fetch-configurations/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /forms/{formId}/questions/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /forms/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /lead-segments/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /listings/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /offices/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /subject-groups/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /subjects/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/_actions/invite
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/accept
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/cancel
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/complete
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reassign
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reopen
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/request-reschedule
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reschedule
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /customers
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /employees
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /fetch-configurations
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /forms
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /forms/{formId}/questions
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /lead-segments
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /listings
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /offices
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /subject-groups
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /subjects
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
  16 structure changes including:
    
    16 Modifications
        Modified
        16
          Breaking
      
      GET /appointments
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /customers
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /employees
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /employees/{id}/applied-templates
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /employees/{id}/external-calendar-events
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /employees/{id}/favorite-agents
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /employees/{id}/unavailability
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /fetch-configurations
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /forms
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /lead-segments
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /listings
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /listings/{listingId}/time-slots
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /offices
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /subject-groups
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /subjects
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
GET /unavailability
              - Query
- 
  offset, limit query parameters Modified
    - 
          Full types went from integertostring(positive-integer)Breaking
 
- 
          Full types went from 
  21 structure changes including:
    
    21 Modifications
        Modified
        21
          Breaking
      
      GET /appointments
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /appointments/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /lead-segments
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /lead-segments/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /offices
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
GET /offices/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /appointments/{id}
              - Body
- 
  application/json content type Modified
    - Content type is no longer required
 - 
  metadata property Modified
    - Property is no longer required
 - 
  metadata property Modified
    - Property is no longer required
 
 
- 
  participants property Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
- appointmentParticipants property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /lead-segments/{id}
              - Body
- 
  application/json content type Modified
    - 
  earliestCallbackHours, latestCallbackHours, callbacksAllowed properties Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
 
- 
  earliestCallbackHours, latestCallbackHours, callbacksAllowed properties Removed
    
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
PATCH /offices/{id}
              - Body
- 
  application/json content type Modified
    - 
  callbacksAllowed property Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
 
- 
  callbacksAllowed property Removed
    
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments
              - Body
- 
  application/json content type Modified
    - 
  metadata property Modified
    - Property is no longer required
 - 
  metadata property Modified
    - Property is no longer required
 
 
- 
  participants property Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
- appointmentParticipants property Added
 
- 
  metadata property Modified
    
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/_actions/invite
              - Body
- 
  application/json content type Modified
    - 
  metadata property Modified
    - Property is no longer required
 - 
  metadata property Modified
    - Property is no longer required
 
 
- 
  participants property Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
- appointmentParticipants property Added
 
- 
  metadata property Modified
    
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/accept
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/cancel
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/complete
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reassign
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reopen
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/request-reschedule
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /appointments/{id}/_actions/reschedule
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /lead-segments
              - Body
- 
  application/json content type Modified
    - 
  earliestCallbackHours, latestCallbackHours, callbacksAllowed properties Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
 
- 
  earliestCallbackHours, latestCallbackHours, callbacksAllowed properties Removed
    
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST /offices
              - Body
- 
  application/json content type Modified
    - 
  callbacksAllowed property Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
 
- 
  callbacksAllowed property Removed
    
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - data property Modified
 
 
- 
  application/json content type Modified
    
POST Appointmentwebhook
              - Body
- 
  application/json content type Modified
    - 
  data property Modified
    - 
  appointment property Modified
    - Appointment, Incoming request, Outgoing request alternatives Modified
 
 
- 
  appointment property Modified
    
 
- 
  data property Modified
    
