Email (Legacy), Livesend (Legacy)

Improved webhooks documentation for legacy events

email-enriched-v3: Details of an email that was sent (with additional enrichment)

email-v3: Details of an email that was sent (without additional enrichment)

livesend-session-summary-v3: A summary of an interaction session (without additional enrichment)

livesend-session-summary-enriched-v3: A summary of an interaction session (with additional enrichment)

livesend-summary-v2: Livesend engagement summary (deprecated)

Summary: Added new APIs for Activity Logging. Updated APIs for Content Manager. Updated APIs for Integration. Updated APIs for Planner. Added new APIs for Programs.

Activity Logging

Released new feature - activity logging apis for the first time.

Link to the documentation

  • /v1/activities [parameters]
  • /v1/activities/{id} [parameters]

Programs

Released new feature - programs apis for the first time.

Link to the documentation

  • /v2/access [get]
  • /v2/spaces/{spaceId}/activity [get]
  • /v2/spaces/{spaceId}/nodes/{nodeId}/activity [get]
  • /v2/spaces/{spaceId}/nodes/{nodeId}/associations [get]
  • /v2/spaces/{spaceId}/nodes/{nodeId}/associations/delete [post]
  • /v2/spaces/{spaceId}/asyncAction [get]
  • /v2/spaces/{spaceId}/nodes/{nodeId}/comments [get]
  • /v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId} [get]
  • /v2/spaces/{spaceId}/nodes/{nodeId}/follower [get]
  • /v2/spaces/{spaceId}/programs [get]
  • /v2/spaces/{spaceId}/programs/{programId} [get]
  • /v2/spaces/{spaceId}/programs/{programId}/contents [get]
  • /v2/spaces/{spaceId}/programs/my [get]
  • /v2/spaces/{spaceId}/programs/groupby [get]
  • /v2/spaces/{spaceId}/programs/{programId}/makeTemplate [post]
  • /v2/spaces/{spaceId}/programs/template [post]
  • /v2/spaces/{spaceId}/programs/predefinedtemplates [get]
  • /v2/spaces/{spaceId}/programs/template/{templateId} [get]
  • /v2/spaces/{spaceId}/programs/template/{templateId}/apply [post]
  • /v2/spaces/{spaceId}/programs/predefinedtemplates/{predefinedTemplateId}/apply [post]
  • /v2/spaces/{spaceId}/programs/bulk [patch]
  • /v2/spaces/{spaceId}/programs/template/bulk [patch]
  • /v2/spaces/{spaceId}/rank [put]
  • /v2/spaces/{spaceId}/forms [get]
  • /v2/spaces/{spaceId}/forms/{formId} [get]
  • /v2/spaces/{spaceId}/forms/{formId}/permission [post]
  • /v2/spaces/{spaceId}/forms/{formId}/activate [put]
  • /v2/spaces/{spaceId}/forms/{formId}/deactivate [put]
  • /v2/spaces/{spaceId}/requests [get]
  • /v2/spaces/{spaceId}/requests/{requestId} [get]
  • /v2/spaces/{spaceId}/requests/my [get]
  • /v2/spaces/{spaceId}/requests/bulk [patch]
  • /v2/spaces/{spaceId}/requests/groupby [get]
  • /v2/spaces/{spaceId}/savedViews [post]
  • /v2/spaces/{spaceId}/savedViews/{savedViewId} [get]
  • /v2/spaces [get]
  • /v2/spaces/{spaceId} [get]
  • /v2/spaces/{spaceId}/statusschema [get]
  • /v2/spaces/{spaceId}/statusschema/{statusSchemaId} [get]
  • /v2/spaces/{spaceId}/tasks [get]
  • /v2/spaces/{spaceId}/tasks/template [get]
  • /v2/spaces/{spaceId}/tasks/{taskId} [get]
  • /v2/spaces/{spaceId}/tasks/template/{taskTemplateId} [get]
  • /v2/spaces/{spaceId}/tasks/my [get]
  • /v2/spaces/{spaceId}/tasks/bulk [patch]
  • /v2/spaces/{spaceId}/tasks/groupby [get]
  • /v2/spaces/{spaceId}/tasks/delete [delete]
  • /v2/spaces/{spaceId}/tasks/template/delete [post]

Content Manager

Link to the documentation

What's Changed


POST /v1/teamSites/{teamSiteId}/items/{itemId}/contentAccessPermissions

Integration

Link to the documentation

What's Changed


PUT /integration/v2/workspace/files/{workspaceContentId}/content
Request:

Changed content type : multipart/form-data

  • Added property content (object)

    File content bytes. Use a Content-Disposition that includes a 'filename' parameter to indicate this is file data. The specific filename value is ignored in favor of metadata.name.

  • Deleted property file (object)

    File content bytes. Use a Content-Disposition that includes a 'filename' parameter to indicate this is file data. The specific filename value is ignored in favor of metadata.name.


Planner

Link to the documentation

What's Changed


GET /v2/spaces/{spaceId}/nodes/{nodeId}/associations
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property items (array)

      List of items in the response
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
POST /v2/spaces/{spaceId}/nodes/{nodeId}/associations
Return Type:

Changed response : 201 Created

Created

  • Changed content type : application/json
    • Changed property items (array)

      List of items in the response
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
GET /v2/spaces/{spaceId}/projects/{projectId}
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property associations (array)

      List of associations (Library content)
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
    • Changed property associatedNodes (array)

      List of association data
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
PUT /v2/spaces/{spaceId}/projects/{projectId}
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property associations (array)

      List of associations (Library content)
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
    • Changed property associatedNodes (array)

      List of association data
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
GET /v2/spaces/{spaceId}/projects/template/{templateId}
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property associations (array)

      List of associations (Library content)
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
    • Changed property associatedNodes (array)

      List of association data
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
PUT /v2/spaces/{spaceId}/projects/template/{templateId}
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    Changed property associations (array)
    > List of associations (Library content)
    Changed items (object):
    Changed property nodeType (string)
    > Node type of the association
    Added enum value:
    taskTemplate
    Changed property associatedNodes (array)
    > List of association data
    Changed items (object):
    Changed property nodeType (string)
    > Node type of the association
    Added enum value:
    taskTemplate
    Changed response : 201 Created

    Created

  • Changed content type : application/json
    • Changed property associations (array)

      List of associations (Library content)
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
    • Changed property associatedNodes (array)

      List of association data
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
GET /v2/spaces/{spaceId}/tasks/{taskId}
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property associations (array)

      List of associations on a task
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
PUT /v2/spaces/{spaceId}/tasks/{taskId}
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property associations (array)

      List of associations on a task
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
GET /v2/spaces/{spaceId}/tasks/template/{taskTemplateId}
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property associations (array)

      List of associations on a task
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
PUT /v2/spaces/{spaceId}/tasks/template/{taskTemplateId}
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property associations (array)

      List of associations on a task
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
POST /v2/spaces/{spaceId}/projects
Return Type:

Changed response : 201 Created

Created

  • Changed content type : application/json
    • Changed property associations (array)

      List of associations (Library content)
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
    • Changed property associatedNodes (array)

      List of association data
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
GET /v2/spaces/{spaceId}/projects
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property items (array)

      List of items in the response
      Changed items (object):

      • Changed property associations (array)

        List of associations (Library content)
        Changed items (object):

        • Changed property nodeType (string)

          Node type of the association
          Added enum value:

          • taskTemplate
      • Changed property associatedNodes (array)

        List of association data
        Changed items (object):

        • Changed property nodeType (string)

          Node type of the association
          Added enum value:

          • taskTemplate
GET /v2/spaces/{spaceId}/projects/my
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property items (array)

      List of items in the response
      Changed items (object):

      • Changed property associations (array)

        List of associations (Library content)
        Changed items (object):

        • Changed property nodeType (string)

          Node type of the association
          Added enum value:

          • taskTemplate
      • Changed property associatedNodes (array)

        List of association data
        Changed items (object):

        • Changed property nodeType (string)

          Node type of the association
          Added enum value:

          • taskTemplate
GET /v2/spaces/{spaceId}/projects/template
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property items (array)

      List of items in the response
      Changed items (object):

      • Changed property associations (array)

        List of associations (Library content)
        Changed items (object):

        • Changed property nodeType (string)

          Node type of the association
          Added enum value:

          • taskTemplate
      • Changed property associatedNodes (array)

        List of association data
        Changed items (object):

        • Changed property nodeType (string)

          Node type of the association
          Added enum value:

          • taskTemplate
GET /v2/spaces/{spaceId}/requests/{requestId}
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property associations (array)

      List of associations (Library content)
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
PUT /v2/spaces/{spaceId}/requests/{requestId}
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property associations (array)

      List of associations (Library content)
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
POST /v2/spaces/{spaceId}/tasks
Return Type:

Changed response : 201 Created

Created

  • Changed content type : application/json
    • Changed property associations (array)

      List of associations on a task
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
GET /v2/spaces/{spaceId}/tasks
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property items (array)

      List of items in the response
      Changed items (object):

      • Changed property associations (array)

        List of associations on a task
        Changed items (object):

        • Changed property nodeType (string)

          Node type of the association
          Added enum value:

          • taskTemplate
POST /v2/spaces/{spaceId}/tasks/template
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property associations (array)

      List of associations on a task
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
GET /v2/spaces/{spaceId}/tasks/template
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property items (array)

      List of items in the response
      Changed items (object):

      • Changed property associations (array)

        List of associations on a task
        Changed items (object):

        • Changed property nodeType (string)

          Node type of the association
          Added enum value:

          • taskTemplate
GET /v2/spaces/{spaceId}/tasks/my
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property items (array)

      List of items in the response
      Changed items (object):

      • Changed property associations (array)

        List of associations on a task
        Changed items (object):

        • Changed property nodeType (string)

          Node type of the association
          Added enum value:

          • taskTemplate
POST /v2/spaces/{spaceId}/requests
Return Type:

Changed response : 201 Created

Created

  • Changed content type : application/json
    • Changed property associations (array)

      List of associations (Library content)
      Changed items (object):

      • Changed property nodeType (string)

        Node type of the association
        Added enum value:

        • taskTemplate
GET /v2/spaces/{spaceId}/requests
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property items (array)

      List of items in the response
      Changed items (object):

      • Changed property associations (array)

        List of associations (Library content)
        Changed items (object):

        • Changed property nodeType (string)

          Node type of the association
          Added enum value:

          • taskTemplate
GET /v2/spaces/{spaceId}/requests/my
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json
    • Changed property items (array)

      List of items in the response
      Changed items (object):

      • Changed property associations (array)

        List of associations (Library content)
        Changed items (object):

        • Changed property nodeType (string)

          Node type of the association
          Added enum value:

          • taskTemplate

Summary: Added new APIs for Content Manager. Added new APIs for Engagement. Updated APIs for Integration. Updated APIs for Link Delivery. Updated APIs for Planner. Updated APIs for Search. Added new APIs for Variable. Updated APIs for Workspace.

Content Manager

Released new feature - content manager apis for the first time.

Link to the documentation

  • /v1/contentAccessPermissions [post]
  • /v1/teamSites/{teamSiteId}/items/{itemId}/contentAccessPermissions/members [delete]
  • /v1/teamSites/{teamSiteId}/items/{itemId}/contentAccessPermissions [post]
  • /v1/teamSites/{teamSiteId}/items/referencedProfiles [parameters]

Engagement

Released new feature - engagement apis for the first time.

Link to the documentation

  • /v1/engagements [parameters]

Variable

Released new feature - variable apis for the first time.

Link to the documentation

  • /variable/v1/variables [post]
  • /variable/v1/variables/{variableId} [put]
  • /variable/v1/variables/{variableName}/definition [get]
  • /variable/v1/variables/definition [get]
  • /variable/v1/resources/formatters/{valueType} [get]
  • /variable/v1/values/{variableName} [post]
  • /variable/v1/values [post]

Integration

Link to the documentation

What's Changed


POST /integration/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}
Request:

Changed content type : application/json

  • Added property regionalFormat (object)
PUT /integration/v2/workspace/files/{workspaceContentId}/content
Request:

Changed content type : multipart/form-data

  • Added property content (object)

    File content bytes. Use a Content-Disposition that includes a 'filename' parameter to indicate this is file data. The specific filename value is ignored in favor of metadata.name.

  • Deleted property file (object)

    File content bytes. Use a Content-Disposition that includes a 'filename' parameter to indicate this is file data. The specific filename value is ignored in favor of metadata.name.


Search

Link to the documentation

What's New


POST /v1/content/query

Content Search

POST /v1/generative/source

Generative Search Source

POST /v1/generative/query

Generative search

What's Deleted


POST /search/v1/content/query

Content Search


Workspace

Link to the documentation

What's New


GET /workspace/v1/files/{workspaceContentId}/versions

Get file versions info


LiveDoc, LiveDocExpress, UserGroup, ContentManager, PlannerTask, PlannerProject, Test, CustomSchema, Program, PlannerRequest, Workflow, User, ContentProfile, ReadinessArchival

New webhooks added: UMS

UserCreatedV1: Occurs when a user is Created.

UserUpdatedV1: Occurs when a user is Updated.

New webhooks added: UMS

UserGroupCreatedV1: Occurs when a user group is Created.

UserGroupUpdatedV1: Occurs when a user group is Updated.

UserGroupMemberChangeV1: Occurs when there is a change in a user group's members.

New webhooks added: ContentManager

ContentManagerActiveVersionChangedV1: Occurs when content version is activated or deactivated in content manager.

ContentManagerContentVersionExpiredV1: Occurs when a content version is expired.

ContentManagerCopyFileV1: Occurs when a file is copied.

ContentManagerCreateFileV1: Occurs when a file is created.

ContentManagerCopyFolderV1: Occurs when a folder is copied.

ContentManagerDeleteFileV1: Occurs when a file is deleted.

ContentManagerMoveFileV1: Occurs when a file is moved.

ContentManagerUpdateContentCustomPropertyV1: Occurs when a content custom property is updated.

New webhooks added: ContentProfile

ContentProfileAddToProfileV1: Occurs when a file is added to profile.

ContentProfileRemoveFromProfileV1: Occurs when a file is removed from profile.

New webhooks added: CustomSchema

CustomSchemaCreateV1: Occurs when a custom schema is created.

CustomSchemaUpdateV1: Occurs when a custom schema is updated.

CustomSchemaDeleteV1: Occurs when a custom schema is deleted.

New webhooks added: LiveDoc

LiveDocCompletedV2: Occurs when the requested format is generated from a LiveDoc template or there are failures during generating a LiveDoc.

New webhooks added: LiveDoc

LDXJobStatusV1: Occurs when job is done.Failed, Cancelled, Complete.

New webhooks added: Planner

PlannerProjectUpdateV1: Occurs when a project is updated.

PlannerProjectDeleteV1: Occurs when a project is deleted.

PlannerProjectCreateV1: Occurs when a project is created.

New webhooks added: Planner

PlannerTaskUpdateV1: Occurs when a task is updated.

PlannerTaskDeleteV1: Occurs when a task is deleted.

PlannerTaskCreateV1: Occurs when a task is created.

New webhooks added: Planner

PlannerRequestUpdateV1: Occurs when a request is updated.

PlannerRequestDeleteV1: Occurs when a request is deleted.

PlannerRequestCreateV1: Occurs when a request is created.

New webhooks added: Program

ProgramUpdateV1: Occurs when a program is updated.

ProgramDeleteV1: Occurs when a program is deleted.

ProgramCreateV1: Occurs when a program is created.

New webhooks added: ReadinessArchival

ReadinessArchivalEventV1: Occurs when the readiness archival process is completed.

New webhooks added: Workflow

WorkflowApproveStepV1: Occurs when a workflow step is approved.

WorkflowRecallV1: Occurs when workflow is recalled from a content version.

WorkflowRejectStepV1: Occurs when a workflow step is rejected.

WorkflowRevokeStepV1: Occurs when a workflow step is revoked.

WorkflowSubmitV1: Occurs when a content version is submitted to workflow.

Summary: Added new APIs for Approval Workflow. Added new APIs for Custom Properties. Added new APIs for Custom Schema (Early Access). Updated APIs for Digital Sales Room. Added new APIs for Integration. Added new APIs for Intelligence Services (early access). Updated APIs for Link Delivery. Added new APIs for LiveDoc. Added new APIs for LiveForm. Added new APIs for Livedoc Express. Updated APIs for Meeting. Updated APIs for Planner. Added new APIs for SCIM. Added new APIs for Search. Added new APIs for Workspace. Deleted APIs from Content Properties.

Approval Workflow

Released new feature - approval workflow apis for the first time.

Link to the documentation

  • /workflow/v1/engagements/pendingApprovals [post]
  • /workflow/v1/engagements/{engagementId}/operations/{operation} [put]
  • /workflow/v1/engagements/{engagementId}/runningWorkflows [get]
  • /workflow/v1/engagements/{engagementId}/workflows/{workflowId}/steps/{stepId}/operations/{operation} [put]

Custom Properties

Released new feature - custom properties apis for the first time.

Link to the documentation

  • /custom-property/v1/customProperties [post]
  • /custom-property/v1/customProperties/{customPropertyId} [get]

Custom Schema (Early Access)

Released new feature - custom schema (early access) apis for the first time.

Link to the documentation

  • /css/v1/schemas [get]
  • /css/v1/schemas/{id} [get]
  • /css/v1/schemas/{id}/versions/{version} [get]

Integration

Released new feature - integration apis for the first time.

Link to the documentation

  • /integration/v2/teamsites [get]
  • /integration/v2/teamsites/{teamsiteId} [get]
  • /integration/v2/contentProperties/{contentPropertyId}/values [get]
  • /integration/v2/contentProperties [get]
  • /integration/v2/teamsites/{teamsiteId}/files [post]
  • /integration/v2/teamsites/{teamsiteId}/files/{libraryContentId} [patch]
  • /integration/v2/teamsites/{teamsiteId}/files/{libraryContentId}/content [put]
  • /integration/v2/teamsites/{teamsiteId}/files/{libraryContentId}/versions/{libraryVersionId}/content [get]
  • /integration/v2/teamsites/{teamsiteId}/files/{libraryContentId}/copy [post]
  • /integration/v2/teamsites/{teamsiteId}/folders [post]
  • /integration/v2/teamsites/{teamsiteId}/folders/{libraryContentId} [get]
  • /integration/v2/teamsites/{teamsiteId}/folders/{libraryContentId}/copy [post]
  • /integration/v2/teamsites/{teamsiteId}/folders/{libraryContentId}/items [get]
  • /integration/v2/teamsites/{teamsiteId}/items/{libraryContentId} [delete]
  • /integration/v2/teamsites/{teamsiteId}/items/{libraryContentId}/copy [post]
  • /integration/v2/teamsites/{teamsiteId}/items/{libraryContentId}/versions [get]
  • /integration/v2/teamsites/{teamsiteId}/items [get]
  • /integration/v2/teamsites/{teamsiteId}/items/{libraryContentId}/thumbnail [put]
  • /integration/v2/teamsites/{teamsiteId}/urls [post]
  • /integration/v2/teamsites/{teamsiteId}/urls/{libraryContentId} [patch]
  • /integration/v2/teamsites/{teamsiteId}/urls/{libraryContentId}/copy [post]
  • /integration/v2/teamsites/{teamsiteId}/folders/createPath [put]
  • /integration/v2/teamsites/{teamsiteId}/items/{libraryContentId}/instructions [post]
  • /integration/v2/teamsites/{teamsiteId}/items/{libraryContentId}/instructions/{instructionId} [delete]
  • /integration/v2/teamsites/{teamsiteId}/items/{libraryContentId}/submit [put]
  • /integration/v2/teamsites/{teamsiteId}/items/{libraryContentId}/recall [put]
  • /integration/v2/approvalWorkflows/{approvalWorkflowId}/steps/{stepId} [put]
  • /integration/v2/approvalWorkflows/{approvalWorkflowId} [get]
  • /integration/v2/approvalWorkflows [get]
  • /integration/v2/teamsites/{teamsiteId}/publish [post]
  • /integration/v2/teamsites/{teamsiteId}/items/{libraryContentId}/unpublish [put]
  • /integration/v2/delivery [get]
  • /integration/v2/customDelivery/{deliveryOptionId} [get]
  • /integration/v2/customDelivery [post]
  • /integration/v2/saveToWorkspace [post]
  • /integration/v2/liveSend/links [post]
  • /integration/v2/liveSend/settings [get]
  • /integration/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId} [get]
  • /integration/v2/generatedLivedocs/{generatedLivedocId} [get]
  • /integration/v2/generatedLivedocs/{generatedLivedocId}/outputs/{outputId}/content [get]
  • /integration/v2/predictiveContent/{predictiveContentId}/{contextId} [get]
  • /integration/v2/predictiveContent [get]
  • /integration/v2/workspace/folders [post]
  • /integration/v2/workspace/folders/{workspaceFolderId}/copy [post]
  • /integration/v2/workspace/folders/createContextualFolder [post]
  • /integration/v2/workspace/files [post]
  • /integration/v2/workspace/files/{workspaceContentId} [get]
  • /integration/v2/workspace/files/{workspaceContentId}/copy [post]
  • /integration/v2/workspace/files/{workspaceContentId}/content [get]
  • /integration/v2/workspace/urls [post]
  • /integration/v2/workspace/urls/{workspaceContentId} [get]
  • /integration/v2/workspace/urls/{workspaceContentId}/copy [post]
  • /integration/v2/workspace/items/{workspaceContentId} [get]
  • /integration/v2/workspace/items/{workspaceContentId}/copy [post]
  • /integration/v2/workspace/folders/{workspaceFolderId} [get]
  • /integration/v2/workspace/folders/{workspaceContentId}/items [get]
  • /integration/v2/workspace/{workspaceContentId}/members [get]
  • /integration/v2/system/optouts [put]
  • /integration/v2/system/optouts/{email} [delete]
  • /integration/v2/users [get]
  • /integration/v2/users/{userId} [get]
  • /integration/v2/users/favorites [get]
  • /integration/v2/users/recents [get]
  • /integration/v2/users/teamsites [get]
  • /integration/v2/users/profiles [get]
  • /integration/v2/workspace/spaces/{spaceId}/items/{workspaceContentId}/comments [get]
  • /integration/v2/workspace/spaces/{spaceId}/items/{workspaceContentId}/versions/{workspaceVersionId}/comments [post]
  • /integration/v2/workspace/spaces/{spaceId}/items/{workspaceContentId}/versions/{workspaceVersionId}/comments/{commentId}/reply [post]
  • /integration/v2/workspace/spaces/{spaceId}/items/{workspaceContentId}/versions/{workspaceVersionId}/comments/{commentId} [delete]
  • /integration/v2/workspace/spaces/{spaceId}/items/{workspaceContentId}/versions/{workspaceVersionId}/comments/{commentId}/reply/{replyId} [delete]
  • /integration/v2/workspace/spaces/{spaceId}/items/{workspaceContentId}/versions/{workspaceVersionId}/comments/{commentId}/resolve [put]

Intelligence Services (early access)

Released new feature - intelligence services (early access) apis for the first time.

Link to the documentation

  • /intelligence/v2/recommenders [get]
  • /intelligence/v2/contentRecommendations [post]

LiveDoc

Released new feature - livedoc apis for the first time.

Link to the documentation

  • /livedoc/v1/generatedLivedocs/{generatedLivedocId}/trackedFields [get]

LiveForm

Released new feature - liveform apis for the first time.

Link to the documentation

  • /liveform/v1/teamSites/{teamsiteId}/contents/{contentId}/sellerTemplates [get]

Livedoc Express

Released new feature - livedoc express apis for the first time.

Link to the documentation

  • /livedocs-express/v2/teamsites/{teamsiteId}/batches [post]
  • /livedocs-express/v2/teamsites/{teamsiteId}/batches/{batchId}/generate [post]
  • /livedocs-express/v2/teamsites/{teamsiteId}/batches/{batchId}/schedule [post]
  • /livedocs-express/v2/teamsites/{teamsiteId}/batches/{batchId}/criteria [post]
  • /livedocs-express/v2/teamsites/{teamsiteId}/batches/{batchId}/batchInstances [get]
  • /livedocs-express/v2/teamsites/{teamsiteId}/batches/{batchId}/variants [get]
  • /livedocs-express/v2/teamsites/{teamsiteId}/batches/{batchId} [put]
  • /livedocs-express/v2/teamsites/{teamsiteId}/batches/{batchId}/livedocs [put]
  • /livedocs-express/v2/teamsites/{teamsiteId}/batchInstances/{batchInstanceId} [patch]
  • /livedocs-express/v2/teamsites/{teamsiteId}/batches/{batchId}/schedule/{scheduledBatchId} [delete]
  • /livedocs-express/v2/teamsites/{teamsiteId}/batchInstances/{batchInstanceId}/variantInstances [get]
  • /livedocs-express/v2/teamsites/{teamsiteId}/batchInstances/{batchInstanceId}/livedocs [get]
  • /livedocs-express/v2/teamsites/{teamsiteId}/batchInstances/{batchInstanceId}/status [get]
  • /livedocs-express/v2/teamsites/{teamsiteId}/batches/{batchId}/variants/count [get]
  • /livedocs-express/v2/teamsites/{teamsiteId}/batchInstances/{batchInstanceId}/cancel [patch]
  • /livedocs-express/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}/generate [post]
  • /livedocs-express/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}/import/{uploadId} [post]
  • /livedocs-express/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}/upload [post]
  • /livedocs-express/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}/variants [post]
  • /livedocs-express/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}/variants/copy [post]
  • /livedocs-express/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}/batchInstances [get]
  • /livedocs-express/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}/export [get]
  • /livedocs-express/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}/template [get]
  • /livedocs-express/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}/variantInstances [get]
  • /livedocs-express/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}/variantInstances/{variantInstanceId} [get]
  • /livedocs-express/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}/variants/{variantId} [put]
  • /livedocs-express/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}/bulkVariants [put]

SCIM

Released new feature - scim apis for the first time.

Link to the documentation

  • /scim/v2/Groups [get]
  • /scim/v2/Groups/{groupId} [delete]
  • /scim/v2/Groups/{groupId}/Users [get]
  • /scim/v2/ResourceTypes [get]
  • /scim/v2/Schemas [get]
  • /scim/v2/ServiceProviderConfig [get]
  • /scim/v2/Users [get]
  • /scim/v2/Users/{userId} [delete]
  • /scim/v2/Users/{userId}/Groups [get]
  • /scim/v2/Users/{userId}/Groups/{groupId} [delete]

Search

Released new feature - search apis for the first time.

Link to the documentation

  • /v1/content/query [post]
  • /v1/generative/source [post]
  • /v1/generative/query [post]

Workspace

Released new feature - workspace apis for the first time.

Link to the documentation

  • /workspace/v1/files/{workspaceContentId}/versions [get]
  • /workspace/v1/files/{workspaceContentId}/customProperties [get]
  • /workspace/v1/items/{workspaceContentId}/members [post]
  • /workspace/v1/items/{workspaceContentId}/members/{memberId} [delete]
  • /workspace/v1/items/{workspaceContentId}/owner [put]

Digital Sales Room

Link to the documentation

What's Changed


PUT /dsr/v1/{engagementType}/{id}/viewerACL/{userIdentifier}
Parameters:

Deleted: X-CORRELATION-ID in header

This header can help Seismic with the linking of a client call to our internal logs and events for technical troubleshooting.

PATCH /dsr/v1/{engagementType}/{id}/viewerACL
Parameters:

Deleted: X-CORRELATION-ID in header

This header can help Seismic with the linking of a client call to our internal logs and events for technical troubleshooting.


Link Delivery

Link to the documentation

What's New


POST /v1/deliveries

Create Link Delivery

What's Deleted


POST /link-delivery/v1/deliveries

Create Link Delivery


Meeting

Link to the documentation

What's New


GET /meetings/v1/meetings/{meetingId}/shareableContents

Get list of meeting contents by meeting id which can be shared with other users

What's Changed


GET /meetings/v1/meetings/{meetingId}/postMeetingOverview
Return Type:

Changed response : 200 OK

Successful response

  • Changed content type : application/json
    • Added property objections (object)

      A set of objections in the meeting from AIML analysis

    • Added property discoveryQuestions (object)

      A set of discovery questions in the meeting from AIML analysis

    • Added property commercialTopics (object)

      A set of commercial topics in the meeting from AIML analysis


Planner

Link to the documentation

What's New


GET /v2/access

Check access

GET /v2/spaces/{spaceId}/activity

Get activities

GET /v2/spaces/{spaceId}/nodes/{nodeId}/activity

Get activities for a node

GET /v2/spaces/{spaceId}/nodes/{nodeId}/associations

Get associations

POST /v2/spaces/{spaceId}/nodes/{nodeId}/associations

Add associations

POST /v2/spaces/{spaceId}/nodes/{nodeId}/associations/delete

Remove associations

GET /v2/spaces/{spaceId}/asyncAction

Get async actions

GET /v2/spaces/{spaceId}/nodes/{nodeId}/comments

Get comments

POST /v2/spaces/{spaceId}/nodes/{nodeId}/comments

Create comment

GET /v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}

Get comment

PUT /v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}

Update comment

DELETE /v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}

Delete comment

GET /v2/spaces/{spaceId}/nodes/{nodeId}/follower

Get followers

POST /v2/spaces/{spaceId}/nodes/{nodeId}/follower

Add followers

DELETE /v2/spaces/{spaceId}/nodes/{nodeId}/follower

Remove followers

GET /v2/spaces/{spaceId}/projects

Get projects

POST /v2/spaces/{spaceId}/projects

Create project

DELETE /v2/spaces/{spaceId}/projects

Delete projects

GET /v2/spaces/{spaceId}/projects/{projectId}

Get project

PUT /v2/spaces/{spaceId}/projects/{projectId}

Update a project

DELETE /v2/spaces/{spaceId}/projects/{projectId}

Delete project

GET /v2/spaces/{spaceId}/projects/{projectId}/contents

Get project content

GET /v2/spaces/{spaceId}/projects/my

Get my projects

GET /v2/spaces/{spaceId}/projects/groupby

Group by projects

POST /v2/spaces/{spaceId}/projects/{projectId}/makeTemplate

Create a project template

GET /v2/spaces/{spaceId}/projects/template

Get project templates

DELETE /v2/spaces/{spaceId}/projects/template

Delete project templates

GET /v2/spaces/{spaceId}/projects/template/{templateId}

Get project template

PUT /v2/spaces/{spaceId}/projects/template/{templateId}

Update project template

PATCH /v2/spaces/{spaceId}/projects/bulk

Bulk patch project (patch)

POST /v2/spaces/{spaceId}/projects/template/{templateId}/apply

Apply project template

PUT /v2/spaces/{spaceId}/rank

Update rank

GET /v2/spaces/{spaceId}/forms

Get request forms

POST /v2/spaces/{spaceId}/forms

Create request form

GET /v2/spaces/{spaceId}/forms/{formId}

Get request form

PUT /v2/spaces/{spaceId}/forms/{formId}

Update request form

DELETE /v2/spaces/{spaceId}/forms/{formId}

Delete request form

POST /v2/spaces/{spaceId}/forms/{formId}/permission

Update request form permissions

PUT /v2/spaces/{spaceId}/forms/{formId}/activate

Activate a request form

PUT /v2/spaces/{spaceId}/forms/{formId}/deactivate

Deactivate a request form

GET /v2/spaces/{spaceId}/requests

Get requests

POST /v2/spaces/{spaceId}/requests

Create request

DELETE /v2/spaces/{spaceId}/requests

Delete requests

GET /v2/spaces/{spaceId}/requests/{requestId}

Get request

PUT /v2/spaces/{spaceId}/requests/{requestId}

Update request

DELETE /v2/spaces/{spaceId}/requests/{requestId}

Delete request

GET /v2/spaces/{spaceId}/requests/my

Get my requests

PATCH /v2/spaces/{spaceId}/requests/bulk

Bulk patch requests

GET /v2/spaces/{spaceId}/requests/groupby

Group by requests

GET /v2/spaces/{spaceId}/savedViews

Get saved views

POST /v2/spaces/{spaceId}/savedViews

Create a saved view

GET /v2/spaces/{spaceId}/savedViews/{savedViewId}

Get a saved view

PUT /v2/spaces/{spaceId}/savedViews/{savedViewId}

Update a saved view

DELETE /v2/spaces/{spaceId}/savedViews/{savedViewId}

Delete saved view

GET /v2/spaces

Get spaces

GET /v2/spaces/{spaceId}

Get a space

GET /v2/spaces/{spaceId}/statusschema

Get status schemas

GET /v2/spaces/{spaceId}/statusschema/{statusSchemaId}

Get status schema

GET /v2/spaces/{spaceId}/tasks

Get tasks

POST /v2/spaces/{spaceId}/tasks

Create task

GET /v2/spaces/{spaceId}/tasks/template

Get task templates

POST /v2/spaces/{spaceId}/tasks/template

Create a task template

GET /v2/spaces/{spaceId}/tasks/{taskId}

Get task

PUT /v2/spaces/{spaceId}/tasks/{taskId}

Update task

DELETE /v2/spaces/{spaceId}/tasks/{taskId}

Delete task

GET /v2/spaces/{spaceId}/tasks/template/{taskTemplateId}

Get a task template

PUT /v2/spaces/{spaceId}/tasks/template/{taskTemplateId}

Update a task template

DELETE /v2/spaces/{spaceId}/tasks/template/{taskTemplateId}

Delete a task template

GET /v2/spaces/{spaceId}/tasks/my

Get my tasks

PATCH /v2/spaces/{spaceId}/tasks/bulk

Bulk patch tasks

GET /v2/spaces/{spaceId}/tasks/groupby

Group by tasks

DELETE /v2/spaces/{spaceId}/tasks/delete

Delete tasks

What's Deleted


GET /planner/v2/access

Check access

GET /planner/v2/spaces/{spaceId}/activity

Get activities

GET /planner/v2/spaces/{spaceId}/nodes/{nodeId}/activity

Get activities for a node

GET /planner/v2/spaces/{spaceId}/nodes/{nodeId}/associations

Get associations

POST /planner/v2/spaces/{spaceId}/nodes/{nodeId}/associations

Add associations

POST /planner/v2/spaces/{spaceId}/nodes/{nodeId}/associations/delete

Remove associations

GET /planner/v2/spaces/{spaceId}/asyncAction

Get async actions

GET /planner/v2/spaces/{spaceId}/nodes/{nodeId}/comments

Get comments

POST /planner/v2/spaces/{spaceId}/nodes/{nodeId}/comments

Create comment

GET /planner/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}

Get comment

PUT /planner/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}

Update comment

DELETE /planner/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}

Delete comment

GET /planner/v2/spaces/{spaceId}/nodes/{nodeId}/follower

Get followers

POST /planner/v2/spaces/{spaceId}/nodes/{nodeId}/follower

Add followers

DELETE /planner/v2/spaces/{spaceId}/nodes/{nodeId}/follower

Remove followers

GET /planner/v2/spaces/{spaceId}/projects

Get projects

POST /planner/v2/spaces/{spaceId}/projects

Create project

DELETE /planner/v2/spaces/{spaceId}/projects

Delete projects

GET /planner/v2/spaces/{spaceId}/projects/{projectId}

Get project

PUT /planner/v2/spaces/{spaceId}/projects/{projectId}

Update a project

DELETE /planner/v2/spaces/{spaceId}/projects/{projectId}

Delete project

GET /planner/v2/spaces/{spaceId}/projects/{projectId}/contents

Get project content

GET /planner/v2/spaces/{spaceId}/projects/my

Get my projects

GET /planner/v2/spaces/{spaceId}/projects/groupby

Group by projects

POST /planner/v2/spaces/{spaceId}/projects/{projectId}/makeTemplate

Create a project template

GET /planner/v2/spaces/{spaceId}/projects/template

Get project templates

DELETE /planner/v2/spaces/{spaceId}/projects/template

Delete project templates

GET /planner/v2/spaces/{spaceId}/projects/template/{templateId}

Get project template

PUT /planner/v2/spaces/{spaceId}/projects/template/{templateId}

Update project template

POST /planner/v2/spaces/{spaceId}/projects/template/{templateId}/apply

Apply project template

PUT /planner/v2/spaces/{spaceId}/rank

Update rank

GET /planner/v2/spaces/{spaceId}/forms

Get request forms

POST /planner/v2/spaces/{spaceId}/forms

Create request form

GET /planner/v2/spaces/{spaceId}/forms/{formId}

Get request form

PUT /planner/v2/spaces/{spaceId}/forms/{formId}

Update request form

DELETE /planner/v2/spaces/{spaceId}/forms/{formId}

Delete request form

POST /planner/v2/spaces/{spaceId}/forms/{formId}/permission

Update request form permissions

PUT /planner/v2/spaces/{spaceId}/forms/{formId}/activate

Activate a request form

PUT /planner/v2/spaces/{spaceId}/forms/{formId}/deactivate

Deactivate a request form

GET /planner/v2/spaces/{spaceId}/requests

Get requests

POST /planner/v2/spaces/{spaceId}/requests

Create request

DELETE /planner/v2/spaces/{spaceId}/requests

Delete requests

GET /planner/v2/spaces/{spaceId}/requests/{requestId}

Get request

PUT /planner/v2/spaces/{spaceId}/requests/{requestId}

Update request

DELETE /planner/v2/spaces/{spaceId}/requests/{requestId}

Delete request

GET /planner/v2/spaces/{spaceId}/requests/my

Get my requests

GET /planner/v2/spaces/{spaceId}/requests/groupby

Group by requests

GET /planner/v2/spaces

Get spaces

GET /planner/v2/spaces/{spaceId}

Get a space

GET /planner/v2/spaces/{spaceId}/statusschema

Get status schemas

GET /planner/v2/spaces/{spaceId}/statusschema/{statusSchemaId}

Get status schema

GET /planner/v2/spaces/{spaceId}/tasks

Get tasks

POST /planner/v2/spaces/{spaceId}/tasks

Create task

GET /planner/v2/spaces/{spaceId}/tasks/{taskId}

Get task

PUT /planner/v2/spaces/{spaceId}/tasks/{taskId}

Update task

DELETE /planner/v2/spaces/{spaceId}/tasks/{taskId}

Delete task

GET /planner/v2/spaces/{spaceId}/tasks/my

Get my tasks

GET /planner/v2/spaces/{spaceId}/tasks/groupby

Group by tasks

DELETE /planner/v2/spaces/{spaceId}/tasks/delete

Delete tasks