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.
- /v1/activities [parameters]
- /v1/activities/{id} [parameters]
Programs
Released new feature - programs apis for the first time.
- /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
What's Changed
POST
/v1/teamSites/{teamSiteId}/items/{itemId}/contentAccessPermissions
POST
/v1/teamSites/{teamSiteId}/items/{itemId}/contentAccessPermissionsIntegration
What's Changed
PUT
/integration/v2/workspace/files/{workspaceContentId}/content
PUT
/integration/v2/workspace/files/{workspaceContentId}/contentRequest:
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
What's Changed
GET
/v2/spaces/{spaceId}/nodes/{nodeId}/associations
GET
/v2/spaces/{spaceId}/nodes/{nodeId}/associationsReturn 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
- Changed property
- Changed property
POST
/v2/spaces/{spaceId}/nodes/{nodeId}/associations
POST
/v2/spaces/{spaceId}/nodes/{nodeId}/associationsReturn 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
- Changed property
- Changed property
GET
/v2/spaces/{spaceId}/projects/{projectId}
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
- 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 property
- Changed property
PUT
/v2/spaces/{spaceId}/projects/{projectId}
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
- 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 property
- Changed property
GET
/v2/spaces/{spaceId}/projects/template/{templateId}
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
- 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 property
- Changed property
PUT
/v2/spaces/{spaceId}/projects/template/{templateId}
PUT
/v2/spaces/{spaceId}/projects/template/{templateId}Return Type:
Changed response : 200 OK
Success
- Changed content type :
application/json
Changed propertyassociations
(array)
> List of associations (Library content)
Changed items (object):
Changed propertynodeType
(string)
> Node type of the association
Added enum value:
taskTemplate
Changed propertyassociatedNodes
(array)
> List of association data
Changed items (object):
Changed propertynodeType
(string)
> Node type of the association
Added enum value:
taskTemplate
Changed response : 201 CreatedCreated
- 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
- 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 property
- Changed property
GET
/v2/spaces/{spaceId}/tasks/{taskId}
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
- Changed property
- Changed property
PUT
/v2/spaces/{spaceId}/tasks/{taskId}
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
- Changed property
- Changed property
GET
/v2/spaces/{spaceId}/tasks/template/{taskTemplateId}
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
- Changed property
- Changed property
PUT
/v2/spaces/{spaceId}/tasks/template/{taskTemplateId}
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
- Changed property
- Changed property
POST
/v2/spaces/{spaceId}/projects
POST
/v2/spaces/{spaceId}/projectsReturn 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
- 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 property
- Changed property
GET
/v2/spaces/{spaceId}/projects
GET
/v2/spaces/{spaceId}/projectsReturn 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
- 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 property
- Changed property
- Changed property
GET
/v2/spaces/{spaceId}/projects/my
GET
/v2/spaces/{spaceId}/projects/myReturn 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
- 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 property
- Changed property
- Changed property
GET
/v2/spaces/{spaceId}/projects/template
GET
/v2/spaces/{spaceId}/projects/templateReturn 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
- 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 property
- Changed property
- Changed property
GET
/v2/spaces/{spaceId}/requests/{requestId}
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
- Changed property
- Changed property
PUT
/v2/spaces/{spaceId}/requests/{requestId}
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
- Changed property
- Changed property
POST
/v2/spaces/{spaceId}/tasks
POST
/v2/spaces/{spaceId}/tasksReturn 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
- Changed property
- Changed property
GET
/v2/spaces/{spaceId}/tasks
GET
/v2/spaces/{spaceId}/tasksReturn 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
- Changed property
- Changed property
- Changed property
POST
/v2/spaces/{spaceId}/tasks/template
POST
/v2/spaces/{spaceId}/tasks/templateReturn 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
- Changed property
- Changed property
GET
/v2/spaces/{spaceId}/tasks/template
GET
/v2/spaces/{spaceId}/tasks/templateReturn 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
- Changed property
- Changed property
- Changed property
GET
/v2/spaces/{spaceId}/tasks/my
GET
/v2/spaces/{spaceId}/tasks/myReturn 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
- Changed property
- Changed property
- Changed property
POST
/v2/spaces/{spaceId}/requests
POST
/v2/spaces/{spaceId}/requestsReturn 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
- Changed property
GET
/v2/spaces/{spaceId}/requests
GET
/v2/spaces/{spaceId}/requestsReturn 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
- Changed property
- Changed property
GET
/v2/spaces/{spaceId}/requests/my
GET
/v2/spaces/{spaceId}/requests/myReturn 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
- Changed property
- Changed property
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.
- /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.
- /v1/engagements [parameters]
Variable
Released new feature - variable apis for the first time.
- /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
What's Changed
POST
/integration/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}
POST
/integration/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}Request:
Changed content type : application/json
- Added property
regionalFormat
(object)
PUT
/integration/v2/workspace/files/{workspaceContentId}/content
PUT
/integration/v2/workspace/files/{workspaceContentId}/contentRequest:
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
What's New
POST
/v1/content/query
POST
/v1/content/queryContent Search
POST
/v1/generative/source
POST
/v1/generative/sourceGenerative Search Source
POST
/v1/generative/query
POST
/v1/generative/queryGenerative search
What's Deleted
POST
/search/v1/content/query
POST
/search/v1/content/queryContent Search
Workspace
What's New
GET
/workspace/v1/files/{workspaceContentId}/versions
GET
/workspace/v1/files/{workspaceContentId}/versionsGet 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.
- /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.
- /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.
- /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.
- /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.
- /intelligence/v2/recommenders [get]
- /intelligence/v2/contentRecommendations [post]
LiveDoc
Released new feature - livedoc apis for the first time.
- /livedoc/v1/generatedLivedocs/{generatedLivedocId}/trackedFields [get]
LiveForm
Released new feature - liveform apis for the first time.
- /liveform/v1/teamSites/{teamsiteId}/contents/{contentId}/sellerTemplates [get]
Livedoc Express
Released new feature - livedoc express apis for the first time.
- /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.
- /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.
- /v1/content/query [post]
- /v1/generative/source [post]
- /v1/generative/query [post]
Workspace
Released new feature - workspace apis for the first time.
- /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
What's Changed
PUT
/dsr/v1/{engagementType}/{id}/viewerACL/{userIdentifier}
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
PATCH
/dsr/v1/{engagementType}/{id}/viewerACLParameters:
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
What's New
POST
/v1/deliveries
POST
/v1/deliveriesCreate Link Delivery
What's Deleted
POST
/link-delivery/v1/deliveries
POST
/link-delivery/v1/deliveriesCreate Link Delivery
Meeting
What's New
GET
/meetings/v1/meetings/{meetingId}/shareableContents
GET
/meetings/v1/meetings/{meetingId}/shareableContentsGet list of meeting contents by meeting id which can be shared with other users
What's Changed
GET
/meetings/v1/meetings/{meetingId}/postMeetingOverview
GET
/meetings/v1/meetings/{meetingId}/postMeetingOverviewReturn 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
- Added property
Planner
What's New
GET
/v2/access
GET
/v2/accessCheck access
GET
/v2/spaces/{spaceId}/activity
GET
/v2/spaces/{spaceId}/activityGet activities
GET
/v2/spaces/{spaceId}/nodes/{nodeId}/activity
GET
/v2/spaces/{spaceId}/nodes/{nodeId}/activityGet activities for a node
GET
/v2/spaces/{spaceId}/nodes/{nodeId}/associations
GET
/v2/spaces/{spaceId}/nodes/{nodeId}/associationsGet associations
POST
/v2/spaces/{spaceId}/nodes/{nodeId}/associations
POST
/v2/spaces/{spaceId}/nodes/{nodeId}/associationsAdd associations
POST
/v2/spaces/{spaceId}/nodes/{nodeId}/associations/delete
POST
/v2/spaces/{spaceId}/nodes/{nodeId}/associations/deleteRemove associations
GET
/v2/spaces/{spaceId}/asyncAction
GET
/v2/spaces/{spaceId}/asyncActionGet async actions
GET
/v2/spaces/{spaceId}/nodes/{nodeId}/comments
GET
/v2/spaces/{spaceId}/nodes/{nodeId}/commentsGet comments
POST
/v2/spaces/{spaceId}/nodes/{nodeId}/comments
POST
/v2/spaces/{spaceId}/nodes/{nodeId}/commentsCreate comment
GET
/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}
GET
/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}Get comment
PUT
/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}
PUT
/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}Update comment
DELETE
/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}
DELETE
/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}Delete comment
GET
/v2/spaces/{spaceId}/nodes/{nodeId}/follower
GET
/v2/spaces/{spaceId}/nodes/{nodeId}/followerGet followers
POST
/v2/spaces/{spaceId}/nodes/{nodeId}/follower
POST
/v2/spaces/{spaceId}/nodes/{nodeId}/followerAdd followers
DELETE
/v2/spaces/{spaceId}/nodes/{nodeId}/follower
DELETE
/v2/spaces/{spaceId}/nodes/{nodeId}/followerRemove followers
GET
/v2/spaces/{spaceId}/projects
GET
/v2/spaces/{spaceId}/projectsGet projects
POST
/v2/spaces/{spaceId}/projects
POST
/v2/spaces/{spaceId}/projectsCreate project
DELETE
/v2/spaces/{spaceId}/projects
DELETE
/v2/spaces/{spaceId}/projectsDelete projects
GET
/v2/spaces/{spaceId}/projects/{projectId}
GET
/v2/spaces/{spaceId}/projects/{projectId}Get project
PUT
/v2/spaces/{spaceId}/projects/{projectId}
PUT
/v2/spaces/{spaceId}/projects/{projectId}Update a project
DELETE
/v2/spaces/{spaceId}/projects/{projectId}
DELETE
/v2/spaces/{spaceId}/projects/{projectId}Delete project
GET
/v2/spaces/{spaceId}/projects/{projectId}/contents
GET
/v2/spaces/{spaceId}/projects/{projectId}/contentsGet project content
GET
/v2/spaces/{spaceId}/projects/my
GET
/v2/spaces/{spaceId}/projects/myGet my projects
GET
/v2/spaces/{spaceId}/projects/groupby
GET
/v2/spaces/{spaceId}/projects/groupbyGroup by projects
POST
/v2/spaces/{spaceId}/projects/{projectId}/makeTemplate
POST
/v2/spaces/{spaceId}/projects/{projectId}/makeTemplateCreate a project template
GET
/v2/spaces/{spaceId}/projects/template
GET
/v2/spaces/{spaceId}/projects/templateGet project templates
DELETE
/v2/spaces/{spaceId}/projects/template
DELETE
/v2/spaces/{spaceId}/projects/templateDelete project templates
GET
/v2/spaces/{spaceId}/projects/template/{templateId}
GET
/v2/spaces/{spaceId}/projects/template/{templateId}Get project template
PUT
/v2/spaces/{spaceId}/projects/template/{templateId}
PUT
/v2/spaces/{spaceId}/projects/template/{templateId}Update project template
PATCH
/v2/spaces/{spaceId}/projects/bulk
PATCH
/v2/spaces/{spaceId}/projects/bulkBulk patch project (patch)
POST
/v2/spaces/{spaceId}/projects/template/{templateId}/apply
POST
/v2/spaces/{spaceId}/projects/template/{templateId}/applyApply project template
PUT
/v2/spaces/{spaceId}/rank
PUT
/v2/spaces/{spaceId}/rankUpdate rank
GET
/v2/spaces/{spaceId}/forms
GET
/v2/spaces/{spaceId}/formsGet request forms
POST
/v2/spaces/{spaceId}/forms
POST
/v2/spaces/{spaceId}/formsCreate request form
GET
/v2/spaces/{spaceId}/forms/{formId}
GET
/v2/spaces/{spaceId}/forms/{formId}Get request form
PUT
/v2/spaces/{spaceId}/forms/{formId}
PUT
/v2/spaces/{spaceId}/forms/{formId}Update request form
DELETE
/v2/spaces/{spaceId}/forms/{formId}
DELETE
/v2/spaces/{spaceId}/forms/{formId}Delete request form
POST
/v2/spaces/{spaceId}/forms/{formId}/permission
POST
/v2/spaces/{spaceId}/forms/{formId}/permissionUpdate request form permissions
PUT
/v2/spaces/{spaceId}/forms/{formId}/activate
PUT
/v2/spaces/{spaceId}/forms/{formId}/activateActivate a request form
PUT
/v2/spaces/{spaceId}/forms/{formId}/deactivate
PUT
/v2/spaces/{spaceId}/forms/{formId}/deactivateDeactivate a request form
GET
/v2/spaces/{spaceId}/requests
GET
/v2/spaces/{spaceId}/requestsGet requests
POST
/v2/spaces/{spaceId}/requests
POST
/v2/spaces/{spaceId}/requestsCreate request
DELETE
/v2/spaces/{spaceId}/requests
DELETE
/v2/spaces/{spaceId}/requestsDelete requests
GET
/v2/spaces/{spaceId}/requests/{requestId}
GET
/v2/spaces/{spaceId}/requests/{requestId}Get request
PUT
/v2/spaces/{spaceId}/requests/{requestId}
PUT
/v2/spaces/{spaceId}/requests/{requestId}Update request
DELETE
/v2/spaces/{spaceId}/requests/{requestId}
DELETE
/v2/spaces/{spaceId}/requests/{requestId}Delete request
GET
/v2/spaces/{spaceId}/requests/my
GET
/v2/spaces/{spaceId}/requests/myGet my requests
PATCH
/v2/spaces/{spaceId}/requests/bulk
PATCH
/v2/spaces/{spaceId}/requests/bulkBulk patch requests
GET
/v2/spaces/{spaceId}/requests/groupby
GET
/v2/spaces/{spaceId}/requests/groupbyGroup by requests
GET
/v2/spaces/{spaceId}/savedViews
GET
/v2/spaces/{spaceId}/savedViewsGet saved views
POST
/v2/spaces/{spaceId}/savedViews
POST
/v2/spaces/{spaceId}/savedViewsCreate a saved view
GET
/v2/spaces/{spaceId}/savedViews/{savedViewId}
GET
/v2/spaces/{spaceId}/savedViews/{savedViewId}Get a saved view
PUT
/v2/spaces/{spaceId}/savedViews/{savedViewId}
PUT
/v2/spaces/{spaceId}/savedViews/{savedViewId}Update a saved view
DELETE
/v2/spaces/{spaceId}/savedViews/{savedViewId}
DELETE
/v2/spaces/{spaceId}/savedViews/{savedViewId}Delete saved view
GET
/v2/spaces
GET
/v2/spacesGet spaces
GET
/v2/spaces/{spaceId}
GET
/v2/spaces/{spaceId}Get a space
GET
/v2/spaces/{spaceId}/statusschema
GET
/v2/spaces/{spaceId}/statusschemaGet status schemas
GET
/v2/spaces/{spaceId}/statusschema/{statusSchemaId}
GET
/v2/spaces/{spaceId}/statusschema/{statusSchemaId}Get status schema
GET
/v2/spaces/{spaceId}/tasks
GET
/v2/spaces/{spaceId}/tasksGet tasks
POST
/v2/spaces/{spaceId}/tasks
POST
/v2/spaces/{spaceId}/tasksCreate task
GET
/v2/spaces/{spaceId}/tasks/template
GET
/v2/spaces/{spaceId}/tasks/templateGet task templates
POST
/v2/spaces/{spaceId}/tasks/template
POST
/v2/spaces/{spaceId}/tasks/templateCreate a task template
GET
/v2/spaces/{spaceId}/tasks/{taskId}
GET
/v2/spaces/{spaceId}/tasks/{taskId}Get task
PUT
/v2/spaces/{spaceId}/tasks/{taskId}
PUT
/v2/spaces/{spaceId}/tasks/{taskId}Update task
DELETE
/v2/spaces/{spaceId}/tasks/{taskId}
DELETE
/v2/spaces/{spaceId}/tasks/{taskId}Delete task
GET
/v2/spaces/{spaceId}/tasks/template/{taskTemplateId}
GET
/v2/spaces/{spaceId}/tasks/template/{taskTemplateId}Get a task template
PUT
/v2/spaces/{spaceId}/tasks/template/{taskTemplateId}
PUT
/v2/spaces/{spaceId}/tasks/template/{taskTemplateId}Update a task template
DELETE
/v2/spaces/{spaceId}/tasks/template/{taskTemplateId}
DELETE
/v2/spaces/{spaceId}/tasks/template/{taskTemplateId}Delete a task template
GET
/v2/spaces/{spaceId}/tasks/my
GET
/v2/spaces/{spaceId}/tasks/myGet my tasks
PATCH
/v2/spaces/{spaceId}/tasks/bulk
PATCH
/v2/spaces/{spaceId}/tasks/bulkBulk patch tasks
GET
/v2/spaces/{spaceId}/tasks/groupby
GET
/v2/spaces/{spaceId}/tasks/groupbyGroup by tasks
DELETE
/v2/spaces/{spaceId}/tasks/delete
DELETE
/v2/spaces/{spaceId}/tasks/deleteDelete tasks
What's Deleted
GET
/planner/v2/access
GET
/planner/v2/accessCheck access
GET
/planner/v2/spaces/{spaceId}/activity
GET
/planner/v2/spaces/{spaceId}/activityGet activities
GET
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/activity
GET
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/activityGet activities for a node
GET
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/associations
GET
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/associationsGet associations
POST
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/associations
POST
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/associationsAdd associations
POST
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/associations/delete
POST
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/associations/deleteRemove associations
GET
/planner/v2/spaces/{spaceId}/asyncAction
GET
/planner/v2/spaces/{spaceId}/asyncActionGet async actions
GET
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/comments
GET
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/commentsGet comments
POST
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/comments
POST
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/commentsCreate comment
GET
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}
GET
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}Get comment
PUT
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}
PUT
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}Update comment
DELETE
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}
DELETE
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/comments/{commentId}Delete comment
GET
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/follower
GET
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/followerGet followers
POST
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/follower
POST
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/followerAdd followers
DELETE
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/follower
DELETE
/planner/v2/spaces/{spaceId}/nodes/{nodeId}/followerRemove followers
GET
/planner/v2/spaces/{spaceId}/projects
GET
/planner/v2/spaces/{spaceId}/projectsGet projects
POST
/planner/v2/spaces/{spaceId}/projects
POST
/planner/v2/spaces/{spaceId}/projectsCreate project
DELETE
/planner/v2/spaces/{spaceId}/projects
DELETE
/planner/v2/spaces/{spaceId}/projectsDelete projects
GET
/planner/v2/spaces/{spaceId}/projects/{projectId}
GET
/planner/v2/spaces/{spaceId}/projects/{projectId}Get project
PUT
/planner/v2/spaces/{spaceId}/projects/{projectId}
PUT
/planner/v2/spaces/{spaceId}/projects/{projectId}Update a project
DELETE
/planner/v2/spaces/{spaceId}/projects/{projectId}
DELETE
/planner/v2/spaces/{spaceId}/projects/{projectId}Delete project
GET
/planner/v2/spaces/{spaceId}/projects/{projectId}/contents
GET
/planner/v2/spaces/{spaceId}/projects/{projectId}/contentsGet project content
GET
/planner/v2/spaces/{spaceId}/projects/my
GET
/planner/v2/spaces/{spaceId}/projects/myGet my projects
GET
/planner/v2/spaces/{spaceId}/projects/groupby
GET
/planner/v2/spaces/{spaceId}/projects/groupbyGroup by projects
POST
/planner/v2/spaces/{spaceId}/projects/{projectId}/makeTemplate
POST
/planner/v2/spaces/{spaceId}/projects/{projectId}/makeTemplateCreate a project template
GET
/planner/v2/spaces/{spaceId}/projects/template
GET
/planner/v2/spaces/{spaceId}/projects/templateGet project templates
DELETE
/planner/v2/spaces/{spaceId}/projects/template
DELETE
/planner/v2/spaces/{spaceId}/projects/templateDelete project templates
GET
/planner/v2/spaces/{spaceId}/projects/template/{templateId}
GET
/planner/v2/spaces/{spaceId}/projects/template/{templateId}Get project template
PUT
/planner/v2/spaces/{spaceId}/projects/template/{templateId}
PUT
/planner/v2/spaces/{spaceId}/projects/template/{templateId}Update project template
POST
/planner/v2/spaces/{spaceId}/projects/template/{templateId}/apply
POST
/planner/v2/spaces/{spaceId}/projects/template/{templateId}/applyApply project template
PUT
/planner/v2/spaces/{spaceId}/rank
PUT
/planner/v2/spaces/{spaceId}/rankUpdate rank
GET
/planner/v2/spaces/{spaceId}/forms
GET
/planner/v2/spaces/{spaceId}/formsGet request forms
POST
/planner/v2/spaces/{spaceId}/forms
POST
/planner/v2/spaces/{spaceId}/formsCreate request form
GET
/planner/v2/spaces/{spaceId}/forms/{formId}
GET
/planner/v2/spaces/{spaceId}/forms/{formId}Get request form
PUT
/planner/v2/spaces/{spaceId}/forms/{formId}
PUT
/planner/v2/spaces/{spaceId}/forms/{formId}Update request form
DELETE
/planner/v2/spaces/{spaceId}/forms/{formId}
DELETE
/planner/v2/spaces/{spaceId}/forms/{formId}Delete request form
POST
/planner/v2/spaces/{spaceId}/forms/{formId}/permission
POST
/planner/v2/spaces/{spaceId}/forms/{formId}/permissionUpdate request form permissions
PUT
/planner/v2/spaces/{spaceId}/forms/{formId}/activate
PUT
/planner/v2/spaces/{spaceId}/forms/{formId}/activateActivate a request form
PUT
/planner/v2/spaces/{spaceId}/forms/{formId}/deactivate
PUT
/planner/v2/spaces/{spaceId}/forms/{formId}/deactivateDeactivate a request form
GET
/planner/v2/spaces/{spaceId}/requests
GET
/planner/v2/spaces/{spaceId}/requestsGet requests
POST
/planner/v2/spaces/{spaceId}/requests
POST
/planner/v2/spaces/{spaceId}/requestsCreate request
DELETE
/planner/v2/spaces/{spaceId}/requests
DELETE
/planner/v2/spaces/{spaceId}/requestsDelete requests
GET
/planner/v2/spaces/{spaceId}/requests/{requestId}
GET
/planner/v2/spaces/{spaceId}/requests/{requestId}Get request
PUT
/planner/v2/spaces/{spaceId}/requests/{requestId}
PUT
/planner/v2/spaces/{spaceId}/requests/{requestId}Update request
DELETE
/planner/v2/spaces/{spaceId}/requests/{requestId}
DELETE
/planner/v2/spaces/{spaceId}/requests/{requestId}Delete request
GET
/planner/v2/spaces/{spaceId}/requests/my
GET
/planner/v2/spaces/{spaceId}/requests/myGet my requests
GET
/planner/v2/spaces/{spaceId}/requests/groupby
GET
/planner/v2/spaces/{spaceId}/requests/groupbyGroup by requests
GET
/planner/v2/spaces
GET
/planner/v2/spacesGet spaces
GET
/planner/v2/spaces/{spaceId}
GET
/planner/v2/spaces/{spaceId}Get a space
GET
/planner/v2/spaces/{spaceId}/statusschema
GET
/planner/v2/spaces/{spaceId}/statusschemaGet status schemas
GET
/planner/v2/spaces/{spaceId}/statusschema/{statusSchemaId}
GET
/planner/v2/spaces/{spaceId}/statusschema/{statusSchemaId}Get status schema
GET
/planner/v2/spaces/{spaceId}/tasks
GET
/planner/v2/spaces/{spaceId}/tasksGet tasks
POST
/planner/v2/spaces/{spaceId}/tasks
POST
/planner/v2/spaces/{spaceId}/tasksCreate task
GET
/planner/v2/spaces/{spaceId}/tasks/{taskId}
GET
/planner/v2/spaces/{spaceId}/tasks/{taskId}Get task
PUT
/planner/v2/spaces/{spaceId}/tasks/{taskId}
PUT
/planner/v2/spaces/{spaceId}/tasks/{taskId}Update task
DELETE
/planner/v2/spaces/{spaceId}/tasks/{taskId}
DELETE
/planner/v2/spaces/{spaceId}/tasks/{taskId}Delete task
GET
/planner/v2/spaces/{spaceId}/tasks/my
GET
/planner/v2/spaces/{spaceId}/tasks/myGet my tasks
GET
/planner/v2/spaces/{spaceId}/tasks/groupby
GET
/planner/v2/spaces/{spaceId}/tasks/groupbyGroup by tasks
DELETE
/planner/v2/spaces/{spaceId}/tasks/delete
DELETE
/planner/v2/spaces/{spaceId}/tasks/deleteDelete tasks