Change Updates

Do not miss any Insights API changes, ever again

Subscribe to the Insights API changelog to be up to date on recent changes.

RSS

21 days ago

main
1.0.0
Compare
1.0.0

API structure has changed

Next change
12 structure changes including:
12 Modifications
Modified 12 Breaking
GET /v1/Conferences
  • Response
  • 200 response Modified
    • application/json content type Modified
      • conferences property Modified
        • detected_issues, tag_info properties Modified
          • Type is now object | null
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Conferences/{ConferenceSid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • detected_issues, tag_info properties Modified
        • Type is now object | null
GET /v1/Conferences/{ConferenceSid}/Participants
  • Response
  • 200 response Modified
    • application/json content type Modified
      • participants property Modified
        • properties, events, metrics properties Modified
          • Type is now object | null
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Conferences/{ConferenceSid}/Participants/{ParticipantSid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • properties, events, metrics properties Modified
        • Type is now object | null
GET /v1/Video/Rooms
  • Query
  • RoomType query parameter Modified
    • Type went from array[string] to array[string | null]
  • Page, PageToken query parameters Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
GET /v1/Video/Rooms/{RoomSid}/Participants
  • Response
  • 200 response Modified
    • application/json content type Modified
      • participants property Modified
        • properties, publisher_info properties Modified
          • Type is now object | null
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Video/Rooms/{RoomSid}/Participants/{ParticipantSid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • properties, publisher_info properties Modified
        • Type is now object | null
GET /v1/Voice/Summaries
  • Response
  • 200 response Modified
    • application/json content type Modified
      • call_summaries property Modified
        • from, to, carrier_edge, client_edge, sdk_edge, sip_edge, attributes, properties, trust properties Modified
          • Type is now object | null
        • answered_by, annotation properties Added
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Branded query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • AnsweredBy, AnsweredByAnnotation, ConnectivityIssueAnnotation, QualityIssueAnnotation, SpamAnnotation, CallScoreAnnotation, BrandedEnabled, VoiceIntegrityEnabled, BrandedBundleSid, BrandedLogo, BrandedType, BrandedUseCase, BrandedCallReason, VoiceIntegrityBundleSid, VoiceIntegrityUseCase, BusinessProfileIdentity, BusinessProfileIndustry, BusinessProfileBundleSid, BusinessProfileType, Page, PageToken query parameters Added
GET /v1/Voice/{CallSid}/Events
  • Query
  • Edge query parameter Modified
    • Type went from string to string | null
  • Page, PageToken query parameters Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • events property Modified
        • carrier_edge, sip_edge, sdk_edge, client_edge properties Modified
          • Type is now object | null
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
GET /v1/Voice/{CallSid}/Metrics
  • Query
  • Edge, Direction query parameters Modified
    • Type went from string to string | null
  • Page, PageToken query parameters Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • metrics property Modified
        • carrier_edge, sip_edge, sdk_edge, client_edge properties Modified
          • Type is now object | null
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
GET /v1/Voice/{CallSid}/Summary
  • Query
  • ProcessingState query parameter Modified
    • Type went from string to string | null
  • Response
  • 200 response Modified
    • application/json content type Modified
      • from, to, carrier_edge, client_edge, sdk_edge, sip_edge, attributes, properties, trust properties Modified
        • Type is now object | null
      • answered_by, annotation properties Added
POST /v1/Voice/{CallSid}/Annotation
  • Body
  • application/x-www-form-urlencoded content type Modified
    • AnsweredBy, ConnectivityIssue properties Modified
      • Type went from string to string | null