Summary: Updated APIs for Digital Sales Room. Updated APIs for Integration. Updated APIs for Link Delivery. Updated APIs for LiveSend. Updated APIs for Workspace.

Digital Sales Room

Link to the documentation

Digital Sales Room (v v1)


What's Changed


GET /v1/dsrs/{id}
Return Type:

Changed response : 200 OK

Returns the full DSR object including name, shareable link URL, content items, co-branding, layout widgets, sharing settings, and creator identity.

  • Changed content type : application/json
GET /v1/dsrs
Return Type:

Changed response : 200 OK

OK

  • Changed content type : application/json
POST /v1/dsrs
Request:

Changed content type : application/json

Result


API changes are backward compatible


Integration

Link to the documentation

Integration (v v2)


What's Changed


POST /integration/v2/workspace/urls
Request:

Changed content type : application/json

  • Added property description (string)
  • Added property thumbnail (string)
  • Added property urlMode (object)
    Enum values:
    • Dialog
    • NewPage

Result


API changes are backward compatible


Link Delivery

Link to the documentation

Link Delivery (v 1.0)


Result


No differences. Specifications are equivalent


LiveSend

Link to the documentation

LiveSend (v v1)


Result


No differences. Specifications are equivalent


Workspace

Link to the documentation

Workspace (v v1)


Result


No differences. Specifications are equivalent

Summary: Updated APIs for Custom Schema. Updated APIs for Document Generator Express. Updated APIs for Meeting. Updated APIs for Presentation Builder. Updated APIs for Variable.

Custom Schema

Link to the documentation

Custom Schema (v v1)


Result


No differences. Specifications are equivalent


Document Generator Express

Link to the documentation

Document Generator Express (v v2)


Result


No differences. Specifications are equivalent


Meeting

Link to the documentation

Meeting (v v1)


Result


No differences. Specifications are equivalent


Presentation Builder

Link to the documentation

Presentation Builder (v v1)


Result


No differences. Specifications are equivalent


Variable

Link to the documentation

Variable (v v1)


Result


No differences. Specifications are equivalent

Summary: Updated APIs for Document Generator. Updated APIs for Integration.

Document Generator

Link to the documentation

Document Generator (v v1)


What's New


GET /v1/generatedLivedocs/{generatedLivedocId}/trackedFields

Get the tracked fields

What's Deleted


GET /livedoc/v1/generatedLivedocs/{generatedLivedocId}/trackedFields

Get the tracked fields

Result


API changes broke backward compatibility


Integration

Link to the documentation

Integration (v v2)


Result


No differences. Specifications are equivalent

Summary: Updated APIs for Activity Logging. Updated APIs for Engagement Permission. Updated APIs for Engagement.

Activity Logging

Link to the documentation

Activity Logging (v v1)


Result


No differences. Specifications are equivalent


Engagement Permission

Link to the documentation

Engagement Permission (v v1)


Result


No differences. Specifications are equivalent


Engagement

Link to the documentation

Engagement (v v1)


Result


No differences. Specifications are equivalent

Summary: Updated APIs for Search.


Search

Link to the documentation

Search (v v1)


What's Changed


POST /v1/generative/source
Request:

Changed content type : application/json

  • Changed property filter (object)

    Use to filter the content. It uses the json format, like {"operator":"and", "conditions":[{"attribute":"custom.propert_a", "operator":"in", "value":["test"]}]}

    • Changed property operator (string)

      Value should be 'and' or 'or'

    • Changed property filters (array)

      One array contains multi filters

    • Changed property conditions (array)

      One array contain multi conditions
      Changed items (object):

      • Changed property attribute (string)

        Property name of content to be used in filter, for custom property, the value should be 'custom.{propertyName}'

      • Changed property operator (string)

        The value should be 'in', for date type property, its value should be 'greaterthan' 'greaterthanorequalto' 'lessthan' 'lessthanorequalto'

      • Changed property value (array)

        The values of the property

POST /v1/generative/query
Request:

Changed content type : application/json

  • Changed property filter (object)

    Use to filter the content. It uses the json format, like {"operator":"and", "conditions":[{"attribute":"custom.propert_a", "operator":"in", "value":["test"]}]}

    • Changed property operator (string)

      Value should be 'and' or 'or'

    • Changed property filters (array)

      One array contains multi filters

    • Changed property conditions (array)

      One array contain multi conditions
      Changed items (object):

      • Changed property attribute (string)

        Property name of content to be used in filter, for custom property, the value should be 'custom.{propertyName}'

      • Changed property operator (string)

        The value should be 'in', for date type property, its value should be 'greaterthan' 'greaterthanorequalto' 'lessthan' 'lessthanorequalto'

      • Changed property value (array)

        The values of the property

Result


API changes are backward compatible