2024 May Week 5 release: New APIs added and updates to existing APIs
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