Improved

2026 July Week 5 release: Updates to existing APIs

Summary: Updated APIs for Engagement. Updated APIs for Semantic Search API.

Engagement

Link to the documentation

Engagement (v v1)


What's Changed


GET /v1/engagements
Return Type:

Changed response : 200 OK

Successful response

  • Changed content type : application/json
    • Changed property continuationToken (string)

      Opaque token used to retrieve the next page of results via the continuation query parameter; absent when there are no further pages.

    • Changed property entries (array)

      A limit of engagements
      Changed items (object):

      • Deleted property email (string)

        The email of invitee

      • Changed property updatedTime (string -> string)

        The UTC timestamp when the engagement was last updated, in RFC 3339 date-time format. Null if the engagement has not been updated since creation.

GET /v2/contexts
Parameters:

Changed: crmContextType in query

The CRM object's Context type. Supported values: Account, Opportunity. Example: contextType=Account

Result


API changes broke backward compatibility

Semantic Search API

Link to the documentation

Semantic Search API (v 1.0)


What's New


POST /results

POST results

GET /typeahead/suggest

GET typeahead

GET /content

GET content

POST /documents

POST documents (doclist)

POST /users

POST users

GET /facets

GET facets

POST /facets

POST facets

GET /results/insights

GET results/insights

GET /content/{contentId}/promotedInfo

GET content/{contentId}/promotedInfo

POST /content/{contentId}/promotedInfo

POST content/{contentId}/promotedInfo

POST /people

POST people

POST /cms/results

POST cms results

What's Deleted


POST /v1/results

POST results

GET /v1/typeahead/suggest

GET typeahead

GET /v1/content

GET content

POST /v1/documents

POST documents (doclist)

POST /v1/users

POST users

GET /v1/facets

GET facets

POST /v1/facets

POST facets

GET /v1/results/insights

GET results/insights

GET /v1/content/{contentId}/promotedInfo

GET content/{contentId}/promotedInfo

POST /v1/content/{contentId}/promotedInfo

POST content/{contentId}/promotedInfo

POST /v1/people

POST people

POST /v1/cms/results

POST cms results

Result


API changes broke backward compatibility