Seismic Library (Preview)
The Seismic Library connector includes actions related to adding, updating, deleting, publishing, and downloading Library content.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Seismic |
URL | https://seismic.com |
support@seismic.com |
Connector Metadata | |
---|---|
Publisher | Seismic |
Website | https://seismic.com/ |
Privacy policy | https://seismic.com/privacy-policy/ |
Categories | Marketing;Sales and CRM |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Add a File |
Adds a new file using a multipart/form-data POST containing the file's metadata and the file contents. |
Add a folder |
Adds a new folder inside a given folder. Use the special keywork "root" as the parentFolderId to create a new folder in the teamsite's root |
Add a new file version |
Adds a new file version using a multipart/form-data POST containing the file's content in the content form data. |
Add a url |
Adds a new URL using an application/json POST with all required information in the POST body. |
Add an instruction on an item |
Adds an instruction on an item. |
Approve or Reject workflow step |
Approve, reject, or revoke a given workflow step. Must be authenticated as the assigned user in order to complete this action. |
Change file information or properties |
This endpoint can be use to move a file or update its properties, including system properties such as the name, owner, description, as well as custom properties. |
Change folder information |
This endpoint can be used to move or rename a folder. |
Change url information or properties |
This endpoint allows any of the url's properties to be modified including system properties such as the name, owner, description, as well as custom properties. |
Copy a File |
Copy a file to any target folder. |
Copy a folder |
Copy a folder to any target folder. |
Copy a url |
Copy a url to any target folder. |
Copy an item |
Copy any type of item such as a file, folder, url, article, etc... to any target folder. |
Create or Get folders by folder path |
Create or Get folders starting from root folder. |
Delete an instruction on an item |
Deletes an instruction on an item. |
Delete an item |
Delete an item |
Download a file |
Downloads the binary contents of a file. |
Download a file version |
Downloads the binary contents of a file version. |
Get all versions for an item |
Gets the list of versions for a given item. |
Get file information or properties |
Get library file content information. |
Get folder information |
Get folder information. |
Get information for a particular workflow |
Get information for a particular workflow given by workflow id. |
Get instructions on an item |
Gets list of instructions on an item. |
Get item information or properties |
This is the generalized endpoint to get information (both built in and custom properties) for any item type. |
Get items by query |
Gets items in the teamsite with the specified External Id or External Connection Id. (Limit 50 items) |
Get list of approval workflows |
Get list of approval workflows. Use optional query string parameters to filter the response. |
Get the list of items in a folder |
Get list of items in a folder. Each item's structure closely mirrors the structure returned by the To expand the response there are two optional query string parameters. |
Get url information or properties |
Get url information or properties. |
Publish one or more documents |
This endpoint can be used to immediately promote and publish content, or schedule publish of content for a future date for up to 10 unpublished documents |
Recall a document from workflow |
Recall a document from workflow |
Replace thumbnail on an item |
Replace thumbnail on an item. Supported image types include |
Submit a document into workflow |
Submit a document into workflow |
Unpublish a document |
This endpoint is to unpublished a document that has been published. |
Add a File
Adds a new file using a multipart/form-data POST containing the file's metadata and the file contents.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Resolve Name Collision
|
resolveNameCollision | boolean |
Optional query parameter. Accepts true or false, defaults to false. |
|
Metadata
|
metadata | string |
Json Object with 'name', 'parentFolderId' and 'format' like 'ppt' or 'doc'. Example: {"name" : "Big Presentation", "parentFolderId" : "root", "format": "ppt"} |
|
Content
|
content | file |
Only text file supported here, Add any strings to create file. |
Returns
Add a folder
Adds a new folder inside a given folder. Use the special keywork "root" as the parentFolderId to create a new folder in the teamsite's root
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Name
|
name | True | string |
Name |
Parent Folder Id
|
parentFolderId | string |
Use "root" to place items in the root folder of the teamsite. |
|
External Id
|
externalId | string |
External Id |
|
External Connection Id
|
externalConnectionId | string |
External ConnectionId |
Returns
Add a new file version
Adds a new file version using a multipart/form-data POST containing the file's content in the content form data.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Content
|
content | file |
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. |
Returns
Add a url
Adds a new URL using an application/json POST with all required information in the POST body.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Format
|
format | string |
format |
|
Url
|
url | string |
Url |
|
Open In New Window
|
openInNewWindow | boolean |
Open In New Window |
|
Owner Id
|
ownerId | string |
The userId of the owner of the item. |
|
Name
|
name | string |
The name of the item |
|
Parent Folder Id
|
parentFolderId | string |
Use "root" to place items in the root folder of the teamsite. |
|
Description
|
description | string |
The description for the item. |
|
Expires At
|
expiresAt | string |
This date does not accept the time component, so should be specified as a UTC YYYY-MM-DD. |
|
External Id
|
externalId | string |
externalId |
|
External Connection Id
|
externalConnectionId | string |
externalConnectionId |
|
Id
|
id | string |
Expert user Id |
|
Type
|
type | string |
Expert user Type |
|
Id
|
id | string |
Id |
|
Name
|
name | string |
Name |
|
Values
|
values | array of string |
Values |
Returns
Add an instruction on an item
Adds an instruction on an item.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
type
|
type | string | ||
Title
|
title | string |
Title |
|
Text
|
text | string |
Text |
Returns
Approve or Reject workflow step
Approve, reject, or revoke a given workflow step. Must be authenticated as the assigned user in order to complete this action.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Approval Workflow Id
|
approvalWorkflowId | True | string |
Approval Workflow Id |
Step Id
|
stepId | True | string |
Step Id |
action
|
action | True | string | |
Comment
|
comment | string |
Comment |
|
Next Approver Used Id
|
id | string |
Next Approver Used Id |
|
Next Approver User Type
|
type | string |
Next Approver User Type |
Returns
Change file information or properties
This endpoint can be use to move a file or update its properties, including system properties such as the name, owner, description, as well as custom properties.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Include Response
|
includeResponse | boolean |
If set it to true, it will return content information otherwise nothing will return. |
|
Owner Id
|
ownerId | string |
The userId of the owner of the item. |
|
Description
|
description | string |
The description for the item. |
|
Expires At
|
expiresAt | string |
This date does not accept the time component, so should be specified as a UTC YYYY-MM-DD. |
|
Name
|
name | string |
The name of the item |
|
Parent Folder Id
|
parentFolderId | string |
Use "root" to place items in the root folder of the teamsite. |
|
External Id
|
externalId | string |
externalId |
|
External Connection Id
|
externalConnectionId | string |
externalConnectionId |
|
Id
|
id | string |
Expert user Id |
|
Type
|
type | string |
Expert user Type |
|
Id
|
id | string |
Id |
|
Name
|
name | string |
Name |
|
Values
|
values | array of string |
Values |
Returns
Change folder information
This endpoint can be used to move or rename a folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Name
|
name | True | string |
Name |
Parent Folder Id
|
parentFolderId | string |
Use "root" to place items in the root folder of the teamsite. |
|
External Id
|
externalId | string |
External Id |
|
External Connection Id
|
externalConnectionId | string |
External ConnectionId |
Returns
Change url information or properties
This endpoint allows any of the url's properties to be modified including system properties such as the name, owner, description, as well as custom properties.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Include Response
|
includeResponse | boolean |
Include Response |
|
Url
|
url | string |
Url |
|
Open In New Window
|
openInNewWindow | boolean |
Open In New Window |
|
Owner Id
|
ownerId | string |
The userId of the owner of the item. |
|
Id
|
id | string |
Expert user Id |
|
Type
|
type | string |
Expert user Type |
|
Id
|
id | string |
Id |
|
Name
|
name | string |
Name |
|
Values
|
values | array of string |
Values |
|
Description
|
description | string |
The description for the item. |
|
Expires At
|
expiresAt | string |
This date does not accept the time component, so should be specified as a UTC YYYY-MM-DD. |
|
Name
|
name | string |
The name of the item |
|
Parent Folder Id
|
parentFolderId | string |
Use "root" to place items in the root folder of the teamsite. |
|
External Id
|
externalId | string |
externalId |
|
External Connection Id
|
externalConnectionId | string |
externalConnectionId |
Returns
Copy a File
Copy a file to any target folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Parent Folder Id
|
parentFolderId | True | string |
Parent Folder Id |
Returns
Copy a folder
Copy a folder to any target folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Parent Folder Id
|
parentFolderId | True | string |
Parent Folder Id |
Returns
Copy a url
Copy a url to any target folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Parent Folder Id
|
parentFolderId | True | string |
Parent Folder Id |
Returns
Copy an item
Copy any type of item such as a file, folder, url, article, etc... to any target folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Parent Folder Id
|
parentFolderId | True | string |
Parent Folder Id |
Returns
Create or Get folders by folder path
Create or Get folders starting from root folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Folder Path
|
folderPath | string |
List of folder names. Example : /folder1/folder2 |
Returns
Delete an instruction on an item
Deletes an instruction on an item.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Instruction Id
|
instructionId | True | string |
Instruction Id |
Delete an item
Delete an item
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
file or folder id |
Download a file
Downloads the binary contents of a file.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Redirect
|
redirect | boolean |
Optional query parameter. Accepts true or false, defaults to true. If true then response is a 302 redirect to download url, else a 200 response with download location in response body. |
Returns
Download a file version
Downloads the binary contents of a file version.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Library Version Id
|
libraryVersionId | True | string |
Library Version Id |
Redirect
|
redirect | boolean |
Optional query parameter. Accepts true or false, defaults to true. If true then response is a 302 redirect to download url, else a 200 response with download location in response body. |
Returns
Get all versions for an item
Gets the list of versions for a given item.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Returns
Get file information or properties
Get library file content information.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Returns
Get folder information
Get folder information.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Returns
Get information for a particular workflow
Get information for a particular workflow given by workflow id.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Approval Workflow Id
|
approvalWorkflowId | True | string |
Approval Workflow Id |
Returns
Get instructions on an item
Gets list of instructions on an item.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Offset
|
offset | integer |
Offset |
|
Limit
|
limit | integer |
Limit |
Returns
Get item information or properties
This is the generalized endpoint to get information (both built in and custom properties) for any item type.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Returns
Get items by query
Gets items in the teamsite with the specified External Id or External Connection Id. (Limit 50 items)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
External Id
|
externalId | string |
External Id |
|
External Connection Id
|
externalConnectionId | string |
External Connection Id |
Returns
Get list of approval workflows
Get list of approval workflows. Use optional query string parameters to filter the response.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | string |
Teamsite Id |
|
Limit
|
limit | integer |
Limit |
|
Offset
|
offset | integer |
Offset |
|
Current Step Assigned To
|
currentStepAssignedTo | string |
Current Step AssignedTo |
|
Status
|
status | string |
Status |
Returns
Get the list of items in a folder
Get list of items in a folder. Each item's structure closely mirrors the structure returned by the GET
endpoint for that item type.
To expand the response there are two optional query string parameters. includeExpiration
and includeProperties
can be used to include additional properties within the list response. By default these are set to false.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Offset
|
offset | integer |
Default 0 |
|
Limit
|
limit | integer |
Default 1000 |
|
Include Expiration
|
includeExpiration | boolean |
If specified and set to 'true', the item's ExpiresAt field will be filled if it has an expiration date. |
|
Include Properties
|
includeProperties | boolean |
If specified and set to 'true', the items's Properties field will be filled if it has custom properties. |
Returns
Get url information or properties
Get url information or properties.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Returns
Publish one or more documents
This endpoint can be used to immediately promote and publish content, or schedule publish of content for a future date for up to 10 unpublished documents
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Comment
|
comment | string |
Comment |
|
Publish At
|
publishAt | string |
Publish At |
|
Id
|
id | string |
Id |
Returns
Recall a document from workflow
Recall a document from workflow
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Comments
|
comments | string |
Comments |
Replace thumbnail on an item
Replace thumbnail on an item. Supported image types include jpg
, png
, and tif
. Thumbnails shall be passed as a base64 encoded string in the body.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
body
|
body | string |
Provide base64 encoded string of thumbnail. |
Returns
- Thumbnail Id
- string
Submit a document into workflow
Submit a document into workflow
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Comments
|
comments | string |
Comments |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of string |
Unpublish a document
This endpoint is to unpublished a document that has been published.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Teamsite Id
|
teamsiteId | True | string |
Teamsite Id |
Library Content Id
|
libraryContentId | True | string |
Library Content Id |
Definitions
Seismic.LibraryContentManagement.NestedLibraryFoldersResponse
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string |
Folder Id |
Name
|
name | string |
Folder Name |
Path
|
path | array of Seismic.LibraryContentManagement.NestedLibraryFoldersResponse |
Path |
Seismic.Paging.LibraryContentManagement.LibraryGenericItemDetailsResponse
Name | Path | Type | Description |
---|---|---|---|
entries
|
entries | array of Seismic.LibraryContentManagement.LibraryGenericItemDetailsResponse | |
Total Count
|
totalCount | integer |
Total Count |
Page Cap
|
pageCap | integer |
Page Cap |
Limit
|
limit | integer |
Limit |
Offset
|
offset | integer |
Offset |
Continuation Token
|
continuationToken | string |
Continuation Token |
Next Page Link
|
nextPageLink | string |
Next Page Link |
Seismic.Paging.LibraryInstructions.InstructionInfoResponse
Name | Path | Type | Description |
---|---|---|---|
entries
|
entries | array of Seismic.LibraryInstructions.InstructionInfoResponse | |
Total Count
|
totalCount | integer |
Total Count |
Page Cap
|
pageCap | integer |
Page Cap |
Limit
|
limit | integer |
Limit |
Offset
|
offset | integer |
Offset |
Continuation Token
|
continuationToken | string |
Continuation Token |
Next Page Link
|
nextPageLink | string |
Next Page Link |
Seismic.Paging.LibraryWorkflow.WorkflowResponse
Name | Path | Type | Description |
---|---|---|---|
entries
|
entries | array of Seismic.LibraryWorkflow.WorkflowResponse | |
Total Count
|
totalCount | integer |
Total Count |
Page Cap
|
pageCap | integer |
Page Cap |
Limit
|
limit | integer |
Limit |
Offset
|
offset | integer |
Offset |
Continuation Token
|
continuationToken | string |
Continuation Token |
Next Page Link
|
nextPageLink | string |
Next Page Link |
Seismic.Common.DownloadLocationResp
Name | Path | Type | Description |
---|---|---|---|
Download Url
|
downloadUrl | string |
Download Url |
Seismic.Common.Items.Of.Seismic.LibraryContentManagement.LibraryGenericItemDetailsResponse
Name | Path | Type | Description |
---|---|---|---|
Item Count
|
itemCount | integer |
Item Count |
items
|
items | array of Seismic.LibraryContentManagement.LibraryGenericItemDetailsResponse |
Seismic.Common.StateChangedByUser
Name | Path | Type | Description |
---|---|---|---|
id
|
id | string |
State changed by user Id |
Name
|
username | string |
State changed by user Name |
Is deleted
|
isDeleted | boolean |
Modified by is user deleted? |
Seismic.Common.CreatedByUser
Name | Path | Type | Description |
---|---|---|---|
id
|
id | string |
Created by user Id |
Name
|
username | string |
Created by user Name |
Is deleted
|
isDeleted | boolean |
Modified by is user deleted? |
Seismic.Common.ModifiedByUser
Name | Path | Type | Description |
---|---|---|---|
id
|
id | string |
Modified by user Id |
Name
|
username | string |
Modified by user Name |
Is deleted
|
isDeleted | boolean |
Modified by is user deleted? |
Seismic.Common.SubmittedByUser
Submitted by user
Name | Path | Type | Description |
---|---|---|---|
id
|
id | string |
Submitted by user Id |
Name
|
username | string |
Submitted by user Name |
Is deleted
|
isDeleted | boolean |
Submitted by is user deleted? |
Seismic.LibraryContentManagement.ContentExperts
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string |
Expert user Id |
Type
|
type | string |
Expert user Type |
Seismic.LibraryContentManagement.ContentProfile
Name | Path | Type | Description |
---|---|---|---|
id
|
id | string |
Id |
name
|
name | string |
name |
type
|
type | string |
type |
Seismic.LibraryContentManagement.CustomProperties
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string |
Id |
Name
|
name | string |
Name |
Values
|
values | array of string |
Values |
Seismic.LibraryContentManagement.EnumResponseType
Seismic.LibraryContentManagement.LibraryFileDetailsResponse
Name | Path | Type | Description |
---|---|---|---|
Size
|
size | integer |
Size |
Assigned To Profiles
|
assignedToProfiles | array of Seismic.LibraryContentManagement.ContentProfile |
Assigned To Profiles |
Version
|
version | string |
Version |
Version Id
|
versionId | string |
Version Id |
Content Id
|
contentId | string |
Content ID |
Format
|
format | string |
Format |
Status
|
status | string |
Status |
Owner Id
|
ownerId | string |
The userId of the owner of the item. |
Thumbnail Id
|
thumbnailId | string | |
Thumbnail Url
|
thumbnailUrl | string |
Thumbnail Url |
Experts
|
experts | array of Seismic.LibraryContentManagement.ContentExperts |
A list of experts for this item. A user expert would be in the form |
Content Properties
|
properties | array of Seismic.LibraryContentManagement.CustomProperties |
An array of properties and their values where each property is identified by its id such as |
Description
|
description | string |
The description for the item. |
Expires At
|
expiresAt | string |
This date does not accept the time component, so should be specified as a UTC YYYY-MM-DD. |
Repository
|
repository | string |
Repository |
Id
|
id | string |
File Id |
type
|
type | Seismic.LibraryContentManagement.EnumResponseType | |
Created At
|
createdAt | date-time |
Created At |
Created by user
|
createdBy | Seismic.Common.CreatedByUser | |
Modified At
|
modifiedAt | date-time |
Modified At |
Modified by user
|
modifiedBy | Seismic.Common.ModifiedByUser | |
Parent Folder Id
|
parentFolderId | string |
Parent Folder Id |
Name
|
name | string |
The name of the item |
External Id
|
externalId | string |
External Id |
External Connection Id
|
externalConnectionId | string |
External ConnectionId |
Seismic.LibraryContentManagement.LibraryFolderResponse
Name | Path | Type | Description |
---|---|---|---|
Repository
|
repository | string |
Repository |
Id
|
id | string |
Id |
type
|
type | Seismic.LibraryContentManagement.EnumResponseType | |
Created At
|
createdAt | date-time |
Created At |
Created by user
|
createdBy | Seismic.Common.CreatedByUser | |
Modified At
|
modifiedAt | date-time |
Modified At |
Modified by user
|
modifiedBy | Seismic.Common.ModifiedByUser | |
Parent Folder Id
|
parentFolderId | string |
Parent Folder Id |
Name
|
name | string |
The name of the item |
External Id
|
externalId | string |
external Id |
External Connection Id
|
externalConnectionId | string |
external Connection Id |
Seismic.LibraryContentManagement.LibraryGenericItemDetailsResponse
Name | Path | Type | Description |
---|---|---|---|
url
|
url | Seismic.LibraryContentManagement.UrlInfo | |
Size
|
size | integer |
size |
Assigned To Profiles
|
assignedToProfiles | array of Seismic.LibraryContentManagement.ContentProfile |
assigned To Profiles |
Version
|
version | string |
version |
Version Id
|
versionId | string |
version Id |
Content Id
|
contentId | string |
Content ID |
Format
|
format | string |
format |
Status
|
status | string |
Status |
Owner Id
|
ownerId | string |
The userId of the owner of the item. |
Thumbnail Id
|
thumbnailId | string |
thumbnailId |
Thumbnail Url
|
thumbnailUrl | string |
thumbnailUrl |
Experts
|
experts | array of Seismic.LibraryContentManagement.ContentExperts |
A list of experts for this item. A user expert would be in the form |
Content Properties
|
properties | array of Seismic.LibraryContentManagement.CustomProperties |
An array of properties and their values where each property is identified by its id such as |
description
|
description | string |
The description for the item. |
Expires At
|
expiresAt | string |
Should be specified as a UTC YYYY-MM-DD. |
Repository
|
repository | string |
Repository |
Id
|
id | string |
Item Id |
type
|
type | Seismic.LibraryContentManagement.EnumResponseType | |
Created At
|
createdAt | date-time |
Created At |
Created by user
|
createdBy | Seismic.Common.CreatedByUser | |
Modified At
|
modifiedAt | date-time |
Modified At |
Modified by user
|
modifiedBy | Seismic.Common.ModifiedByUser | |
Parent Folder Id
|
parentFolderId | string |
Parent Folder Id |
Name
|
name | string |
The name of the item |
External Id
|
externalId | string |
externalId |
external Connection Id
|
externalConnectionId | string |
externalConnectionId |
Seismic.LibraryContentManagement.LibraryUrlDetailsResponse
Name | Path | Type | Description |
---|---|---|---|
url
|
url | Seismic.LibraryContentManagement.UrlInfo | |
Assigned To Profiles
|
assignedToProfiles | array of Seismic.LibraryContentManagement.ContentProfile |
assignedToProfiles |
Version
|
version | string |
version |
Version Id
|
versionId | string |
versionId |
Content Id
|
contentId | string |
Content ID |
Format
|
format | string |
Format |
Status
|
status | string |
Status |
Owner Id
|
ownerId | string |
The userId of the owner of the item. |
Thumbnail Id
|
thumbnailId | string |
thumbnailId |
Thumbnail Url
|
thumbnailUrl | string |
thumbnailUrl |
Experts
|
experts | array of Seismic.LibraryContentManagement.ContentExperts |
A list of experts for this item. A user expert would be in the form |
Content Properties
|
properties | array of Seismic.LibraryContentManagement.CustomProperties |
An array of properties and their values where each property is identified by its id such as |
Description
|
description | string |
The description for the item. |
Expires At
|
expiresAt | string |
This date does not accept the time component, so should be specified as a UTC YYYY-MM-DD. |
Repository
|
repository | string |
repository |
Id
|
id | string |
Id |
type
|
type | Seismic.LibraryContentManagement.EnumResponseType | |
CreatedAt
|
createdAt | date-time |
CreatedAt |
Created by user
|
createdBy | Seismic.Common.CreatedByUser | |
ModifiedAt
|
modifiedAt | date-time |
Modified At |
Modified by user
|
modifiedBy | Seismic.Common.ModifiedByUser | |
Parent Folder Id
|
parentFolderId | string |
Parent Folder Id |
Name
|
name | string |
The name of the item |
External Id
|
externalId | string |
externalId |
external Connection Id
|
externalConnectionId | string |
externalConnectionId |
Seismic.LibraryContentManagement.SimpleItemVersion
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string |
Id |
Version
|
version | string |
Version |
Created At
|
createdAt | date-time |
Created At |
Version Id
|
versionId | string |
Version Id |
Seismic.LibraryContentManagement.UrlInfo
Name | Path | Type | Description |
---|---|---|---|
Url
|
url | string |
Url |
Open In New Window
|
openInNewWindow | boolean |
Open In New Window |
Url Type
|
type | string |
Url Type |
Seismic.LibraryInstructions.InstructionInfoResponse
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string |
Id |
type
|
type | Seismic.LibraryInstructions.InstructionType | |
Title
|
title | string |
Title |
Text
|
text | string |
Text |
Seismic.LibraryInstructions.InstructionType
Seismic.LibraryPublishing.PublishResponse
Name | Path | Type | Description |
---|---|---|---|
Total Requests
|
totalRequests | integer |
Total Requests |
Total Errors
|
totalErrors | integer |
Total Errors |
Total Succeeded
|
totalSucceeded | integer |
Total Succeeded |
Total Warnings
|
totalWarnings | integer |
Total Warnings |
Errors
|
errors | array of Seismic.LibraryPublishing.PublishResponseStatus |
Errors |
Warnings
|
warnings | array of Seismic.LibraryPublishing.PublishResponseStatus |
Warnings |
Seismic.LibraryPublishing.PublishResponseStatus
Name | Path | Type | Description |
---|---|---|---|
id
|
id | string |
Id |
message
|
message | string |
message |
Seismic.LibraryWorkflow.AssignedApprover
Name | Path | Type | Description |
---|---|---|---|
id
|
id | string |
Assigned Approver user id |
type
|
type | string |
Assigned Approver user type |
Seismic.LibraryWorkflow.LibraryContent
Name | Path | Type | Description |
---|---|---|---|
LibraryContent Id
|
id | string |
LibraryContent Id |
LibraryContent Version Id
|
versionId | string |
LibraryContent Version Id |
LibraryContent Type
|
type | string |
LibraryContent Type |
LibraryContent Name
|
name | string |
LibraryContent Name |
LibraryContent Teamsite Id
|
teamsiteId | string |
LibraryContent Teamsite Id |
Seismic.LibraryWorkflow.WorkflowApprovalProcess
Name | Path | Type | Description |
---|---|---|---|
id
|
id | string |
Id |
name
|
name | string |
Name |
Seismic.LibraryWorkflow.WorkflowApprover
Name | Path | Type | Description |
---|---|---|---|
Used Id
|
id | string |
Used Id |
User Type
|
type | string |
User Type |
Is Default User
|
isDefault | boolean |
Is Default User |
Seismic.LibraryWorkflow.WorkflowResponse
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string |
Workflow Id |
Workflow Approval Process
|
approvalProcess | Seismic.LibraryWorkflow.WorkflowApprovalProcess | |
Submitted On
|
submittedOn | date-time |
Submitted On |
Submitted by user
|
submittedBy | Seismic.Common.SubmittedByUser |
Submitted by user |
Comment
|
comment | string |
Comment |
Library Content
|
libraryContent | Seismic.LibraryWorkflow.LibraryContent | |
Status
|
status | string |
Status |
State Changed On
|
stateChangedOn | date-time |
State Changed On |
Steps
|
steps | array of Seismic.LibraryWorkflow.WorkflowStep |
Steps |
Seismic.LibraryWorkflow.WorkflowStep
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string |
Id |
Name
|
name | string |
Name |
Status
|
status | string |
Status |
Approve Button Label
|
approveButtonLabel | string |
Approve Button Label |
Reject Button Label
|
rejectButtonLabel | string |
Reject Button Label |
comment
|
comment | string |
Comment |
Assigned Approver
|
assignedTo | Seismic.LibraryWorkflow.AssignedApprover | |
Approvers
|
approvers | array of Seismic.LibraryWorkflow.WorkflowApprover |
Approvers |
Watchers
|
watchers | array of Seismic.LibraryWorkflow.WorkflowApprover |
Watchers |
State Changed On
|
stateChangedOn | date-time |
State Changed On |
State changed by user
|
stateChangedBy | Seismic.Common.StateChangedByUser |
string
This is the basic data type 'string'.