Protected
jsonThe requested entry ID.
Optional
links(optional)
The request repository ID.
Assign links to an entry successfully.
Optional
culture?: null | string(optional) An optional query parameter used to indicate the locale that should be used. The value should be a standard language tag. This may be used when setting field values with tokens.
The entry ID of the entry that will have its fields updated.
Optional
fields(optional)
The requested repository ID.
Update field values successfully.
The requested entry ID.
The requested repository ID.
Optional
tags(optional) The tags to add.
Assign tags to an entry successfully.
Optional
auto(optional) An optional query parameter used to indicate if the new entry should be automatically renamed if an entry already exists with the given name in the folder. The default value is false.
Optional
culture?: null | string(optional) An optional query parameter used to indicate the locale that should be used. The value should be a standard language tag.
The folder ID that the entry will be created in.
The requested repository ID.
Optional
request?: CopyAsyncRequest(optional) Copy entry request.
Copy entry operation is started successfully.
Optional
auto(optional) An optional query parameter used to indicate if the new entry should be automatically renamed if an entry already exists with the given name in the folder. The default value is false.
Optional
culture?: null | string(optional) An optional query parameter used to indicate the locale that should be used. The value should be a standard language tag.
The folder ID that the entry will be created in.
The requested repository ID.
Optional
request?: PostEntryChildrenRequest(optional) The entry to create.
Created a new child entry successfully.
The ID of the entry that will have its template removed.
The requested repository ID.
Remove the currently assigned template successfully.
The requested document ID.
The requested repository ID.
Deleted edoc successfully.
The requested entry ID.
The requested repository ID.
Optional
request?: DeleteEntryWithAuditReason(optional) The submitted audit reason.
Delete entry operation start successfully.
The requested document ID.
Optional
page(optional) The pages to be deleted.
The requested repository ID.
Deleted pages successfully.
The requested document ID.
Optional
range?: null | string(optional) An optional header used to retrieve partial content of the edoc. Only supports single range with byte unit.
The requested repository ID.
Get edoc successfully.
The requested document ID.
Optional
range?: null | string(optional) An optional header used to retrieve partial content of the edoc. Only supports single range with byte unit.
The requested repository ID.
Optional
request?: GetEdocWithAuditReasonRequest(optional)
Get edoc successfully.
The requested document ID.
The requested repository ID.
Get edoc info successfully.
The requested entry ID.
The requested repository ID.
Optional
request?: GetDynamicFieldLogicValueRequest(optional)
Get dynamic field logic values successfully.
The requested entry ID.
The requested repository ID.
Optional
select?: null | string(optional) Limits the properties returned in the result.
Get entry successfully.
Optional
fallback(optional) An optional query parameter used to indicate whether or not the closest ancestor in the path should be returned if the initial entry path is not found. The default value is false.
The requested entry path.
The requested repository ID.
Get entry successfully.
Optional
count?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
Optional
culture?: null | string(optional) An optional query parameter used to indicate the locale that should be used for formatting. The value should be a standard language tag. The formatFields query parameter must be set to true, otherwise culture will not be used for formatting.
The folder ID.
Optional
fields?: null | string[](optional) Optional array of field names. Field values corresponding to the given field names will be returned for each entry.
Optional
format(optional) Boolean for if field values should be formatted. Only applicable if Fields are specified.
Optional
group(optional) An optional query parameter used to indicate if the result should be grouped by entry type or not.
Optional
orderby?: null | string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optional
prefer?: null | string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optional
select?: null | string(optional) Limits the properties returned in the result.
Optional
skip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optional
top?: number(optional) Limits the number of items returned from a collection.
Get the children entries of a Folder successfully.
It will continue to make the same call to get a list of entry listings of a fixed size (i.e. maxpagesize) until it reaches the last page (i.e. when next link is null/undefined) or whenever the callback function returns false.
async callback function that will accept the current page results and return a boolean value to either continue or stop paging.
Optional
count?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
Optional
culture?: string(optional) An optional query parameter used to indicate the locale that should be used for formatting. The value should be a standard language tag. The formatFields query parameter must be set to true, otherwise culture will not be used for formatting.
The requested entry ID.
Optional
fields?: string[](optional) Optional array of field names. Field values corresponding to the given field names will be returned for each entry.
Optional
format(optional) Boolean for if field values should be formatted. Only applicable if Fields are specified.
Optional
group(optional) An optional query parameter used to indicate if the result should be grouped by entry type or not.
Optional
max(optional) the maximum page size or number of entry listings allowed per API response schema.
Optional
orderby?: string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optional
prefer?: string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optional
select?: string(optional) Limits the properties returned in the result.
Optional
skip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optional
top?: number(optional) Limits the number of items returned from a collection.
Returns the children entries of a folder in the repository using a next link
Optional
max(optional) the maximum page size or number of entry listings allowed per API response schema
a url that allows retrieving the next subset of the requested collection
Get the children entries of a Folder with the next link successfully
Optional
count?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
Optional
culture?: null | string(optional) An optional query parameter used to indicate the locale that should be used for formatting. The value should be a standard language tag. The formatValue query parameter must be set to true, otherwise culture will not be used for formatting.
The requested entry ID.
Optional
format(optional) An optional query parameter used to indicate if the field values should be formatted. The default value is false.
Optional
orderby?: null | string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optional
prefer?: null | string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optional
select?: null | string(optional) Limits the properties returned in the result.
Optional
skip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optional
top?: number(optional) Limits the number of items returned from a collection.
Get field values successfully.
It will continue to make the same call to get a list of field values of a fixed size (i.e. maxpagesize) until it reaches the last page (i.e. when next link is null/undefined) or whenever the callback function returns false.
async callback function that will accept the current page results and return a boolean value to either continue or stop paging.
Optional
count?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
Optional
culture?: string(optional) An optional query parameter used to indicate the locale that should be used for formatting. The value should be a standard language tag. The formatFields query parameter must be set to true, otherwise culture will not be used for formatting.
The requested entry ID.
Optional
format(optional) An optional query parameter used to indicate if the field values should be formatted. The default value is false.
Optional
max(optional) the maximum page size or number of field values allowed per API response schema.
Optional
orderby?: string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optional
prefer?: string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optional
select?: string(optional) Limits the properties returned in the result.
Optional
skip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optional
top?: number(optional) Limits the number of items returned from a collection.
Returns the fields assigned to an entry using a next link
Optional
max(optional) the maximum page size or number of field values allowed per API response schema
a url that allows retrieving the next subset of the requested collection
Get field values with the next link successfully
Optional
count?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
The requested entry ID.
Optional
orderby?: null | string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optional
prefer?: null | string(optional) An optional odata header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optional
select?: null | string(optional) Limits the properties returned in the result.
Optional
skip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optional
top?: number(optional) Limits the number of items returned from a collection.
Get links successfully.
It will continue to make the same call to get a list of link values from entry of a fixed size (i.e. maxpagesize) until it reaches the last page (i.e. when next link is null/undefined) or whenever the callback function returns false.
async callback function that will accept the current page results and return a boolean value to either continue or stop paging.
Optional
count?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
The requested entry ID.
Optional
max(optional) the maximum page size or number of link values from entry allowed per API response schema.
Optional
orderby?: string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optional
prefer?: string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optional
select?: string(optional) Limits the properties returned in the result.
Optional
skip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optional
top?: number(optional) Limits the number of items returned from a collection.
Returns the links assigned to an entry using a next link
Optional
max(optional) the maximum page size or number of link values from entry allowed per API response schema
a url that allows retrieving the next subset of the requested collection
Get links with the next link successfully
Optional
count?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
The requested entry ID.
Optional
orderby?: null | string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optional
prefer?: null | string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optional
select?: null | string(optional) Limits the properties returned in the result.
Optional
skip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optional
top?: number(optional) Limits the number of items returned from a collection.
Get entry tags successfully.
It will continue to make the same call to get a list of tags assigned to entry of a fixed size (i.e. maxpagesize) until it reaches the last page (i.e. when next link is null/undefined) or whenever the callback function returns false.
async callback function that will accept the current page results and return a boolean value to either continue or stop paging.
Optional
count?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
The requested entry ID.
Optional
max(optional) the maximum page size or number of tags assigned to entry allowed per API response schema.
Optional
orderby?: string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optional
prefer?: string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optional
select?: string(optional) Limits the properties returned in the result.
Optional
skip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optional
top?: number(optional) Limits the number of items returned from a collection.
Returns the entry tags assigned to an entry using a link
Optional
max(optional) the maximum page size or number of tags assigned to entry allowed per API response schema
a url that allows retrieving the next subset of the requested collection
Get entry tags with the next link successfully
Optional
auto(optional) An optional query parameter used to indicate if the new document should be automatically renamed if an entry already exists with the given name in the folder. The default value is false.
Optional
culture?: null | string(optional) An optional query parameter used to indicate the locale that should be used. The value should be a standard language tag. This may be used when setting field values with tokens.
Optional
electronic(optional)
The created document's file name.
The entry ID of the folder that the document will be created in.
The requested repository ID.
Optional
request?: PostEntryWithEdocMetadataRequest(optional)
Document creation is success.
Optional
auto(optional) An optional query parameter used to indicate if the entry should be automatically renamed if another entry already exists with the same name in the folder. The default value is false.
Optional
culture?: null | string(optional) An optional query parameter used to indicate the locale that should be used. The value should be a standard language tag.
The requested entry ID.
The requested repository ID.
Optional
request?: PatchEntryRequest(optional) The request containing the folder ID that the entry will be moved to and the new name the entry will be renamed to.
Moves and/or renames an entry successfully.
Protected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processOptional
culture?: null | string(optional) An optional query parameter used to indicate the locale that should be used. The value should be a standard language tag. This may be used when setting field values with tokens.
The ID of entry that will have its template updated.
The requested repository ID.
Optional
request?: PutTemplateRequest(optional) The template and template fields that will be assigned to the entry.
Assign a template successfully.