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
Digital Sales Room (v v1)
What's Changed
GET /v1/dsrs/{id}
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
GET /v1/dsrsReturn Type:
Changed response : 200 OK
OK
- Changed content type :
application/json
POST /v1/dsrs
POST /v1/dsrsRequest:
Changed content type : application/json
Result
API changes are backward compatible
Integration
Integration (v v2)
What's Changed
POST /integration/v2/workspace/urls
POST /integration/v2/workspace/urlsRequest:
Changed content type : application/json
- Added property
description(string) - Added property
thumbnail(string) - Added property
urlMode(object)
Enum values:DialogNewPage
Result
API changes are backward compatible
Link Delivery
Link Delivery (v 1.0)
Result
No differences. Specifications are equivalent
LiveSend
LiveSend (v v1)
Result
No differences. Specifications are equivalent
Workspace
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
Custom Schema (v v1)
Result
No differences. Specifications are equivalent
Document Generator Express
Document Generator Express (v v2)
Result
No differences. Specifications are equivalent
Meeting
Meeting (v v1)
Result
No differences. Specifications are equivalent
Presentation Builder
Presentation Builder (v v1)
Result
No differences. Specifications are equivalent
Variable
Variable (v v1)
Result
No differences. Specifications are equivalent
Summary: Updated APIs for Document Generator. Updated APIs for Integration.
Document Generator
Document Generator (v v1)
What's New
GET /v1/generatedLivedocs/{generatedLivedocId}/trackedFields
GET /v1/generatedLivedocs/{generatedLivedocId}/trackedFieldsGet the tracked fields
What's Deleted
GET /livedoc/v1/generatedLivedocs/{generatedLivedocId}/trackedFields
GET /livedoc/v1/generatedLivedocs/{generatedLivedocId}/trackedFieldsGet the tracked fields
Result
API changes broke backward compatibility
Integration
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
Activity Logging (v v1)
Result
No differences. Specifications are equivalent
Engagement Permission
Engagement Permission (v v1)
Result
No differences. Specifications are equivalent
Engagement
Engagement (v v1)
Result
No differences. Specifications are equivalent
Summary: Updated APIs for Search.
Search
Search (v v1)
What's Changed
POST /v1/generative/source
POST /v1/generative/sourceRequest:
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
- Changed property
- Changed property
POST /v1/generative/query
POST /v1/generative/queryRequest:
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
- Changed property
- Changed property
Result
API changes are backward compatible
Interested in learning more about Seismic's MCP server? Check our new docs!
How to connect to Seismic's remote MCP server - A general guide
How to connect to Seismic's remote MCP server from IBM Watsonx Orchestrate
How to connect to Seismic's remote MCP serve from MSFT Copilot Studio Agent