OptionalbaseUrl: stringOptionalhttp: { fetch(url: RequestInfo, init?: RequestInit): Promise<Response> }The requested entry ID.
OptionallinksToAdd?: LfRepositoryClientV1.PutLinksRequest[](optional)
The request repository ID.
Assign links to an entry successfully.
Optionalculture?: 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.
OptionalfieldsToUpdate?: { [key: string]: LfRepositoryClientV1.FieldToUpdate }(optional)
The requested repository ID.
Update field values successfully.
The requested entry ID.
The requested repository ID.
OptionaltagsToAdd?: LfRepositoryClientV1.PutTagRequest(optional) The tags to add.
Assign tags to an entry successfully.
OptionalautoRename?: boolean(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.
Optionalculture?: 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.
Optionalrequest?: LfRepositoryClientV1.CopyAsyncRequest(optional) Copy entry request.
Copy entry operation is started successfully.
OptionalautoRename?: boolean(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.
Optionalculture?: 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.
Optionalrequest?: LfRepositoryClientV1.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.
Optionalrequest?: LfRepositoryClientV1.DeleteEntryWithAuditReason(optional) The submitted audit reason.
Delete entry operation start successfully.
The requested document ID.
OptionalpageRange?: null | string(optional) The pages to be deleted.
The requested repository ID.
Deleted pages successfully.
The requested document ID.
Optionalrange?: 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.
Optionalrange?: 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.
Optionalrequest?: LfRepositoryClientV1.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.
Optionalrequest?: LfRepositoryClientV1.GetDynamicFieldLogicValueRequest(optional)
Get dynamic field logic values successfully.
The requested entry ID.
The requested repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
Get entry successfully.
OptionalfallbackToClosestAncestor?: boolean(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.
Optionalcount?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
Optionalculture?: 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.
Optionalfields?: null | string[](optional) Optional array of field names. Field values corresponding to the given field names will be returned for each entry.
OptionalformatFields?: boolean(optional) Boolean for if field values should be formatted. Only applicable if Fields are specified.
OptionalgroupByEntryType?: boolean(optional) An optional query parameter used to indicate if the result should be grouped by entry type or not.
Optionalorderby?: null | string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optionalprefer?: null | string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
Optionalskip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optionaltop?: 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.
Optionalcount?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
Optionalculture?: 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.
Optionalfields?: string[](optional) Optional array of field names. Field values corresponding to the given field names will be returned for each entry.
OptionalformatFields?: boolean(optional) Boolean for if field values should be formatted. Only applicable if Fields are specified.
OptionalgroupByEntryType?: boolean(optional) An optional query parameter used to indicate if the result should be grouped by entry type or not.
OptionalmaxPageSize?: number(optional) the maximum page size or number of entry listings allowed per API response schema.
Optionalorderby?: string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optionalprefer?: string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optionalselect?: string(optional) Limits the properties returned in the result.
Optionalskip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optionaltop?: 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
OptionalmaxPageSize?: number(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
Optionalcount?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
Optionalculture?: 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.
OptionalformatValue?: boolean(optional) An optional query parameter used to indicate if the field values should be formatted. The default value is false.
Optionalorderby?: null | string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optionalprefer?: null | string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
Optionalskip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optionaltop?: 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.
Optionalcount?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
Optionalculture?: 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.
OptionalformatValue?: boolean(optional) An optional query parameter used to indicate if the field values should be formatted. The default value is false.
OptionalmaxPageSize?: number(optional) the maximum page size or number of field values allowed per API response schema.
Optionalorderby?: string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optionalprefer?: string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optionalselect?: string(optional) Limits the properties returned in the result.
Optionalskip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optionaltop?: number(optional) Limits the number of items returned from a collection.
Returns the fields assigned to an entry using a next link
OptionalmaxPageSize?: number(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
Optionalcount?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
The requested entry ID.
Optionalorderby?: null | string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optionalprefer?: null | string(optional) An optional odata header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
Optionalskip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optionaltop?: 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.
Optionalcount?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
The requested entry ID.
OptionalmaxPageSize?: number(optional) the maximum page size or number of link values from entry allowed per API response schema.
Optionalorderby?: string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optionalprefer?: string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optionalselect?: string(optional) Limits the properties returned in the result.
Optionalskip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optionaltop?: number(optional) Limits the number of items returned from a collection.
Returns the links assigned to an entry using a next link
OptionalmaxPageSize?: number(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
Optionalcount?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
The requested entry ID.
Optionalorderby?: null | string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optionalprefer?: null | string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
Optionalskip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optionaltop?: 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.
Optionalcount?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
The requested entry ID.
OptionalmaxPageSize?: number(optional) the maximum page size or number of tags assigned to entry allowed per API response schema.
Optionalorderby?: string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optionalprefer?: string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optionalselect?: string(optional) Limits the properties returned in the result.
Optionalskip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optionaltop?: number(optional) Limits the number of items returned from a collection.
Returns the entry tags assigned to an entry using a link
OptionalmaxPageSize?: number(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
OptionalautoRename?: boolean(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.
Optionalculture?: 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.
OptionalelectronicDocument?: LfRepositoryClientV1.FileParameter(optional)
The created document's file name.
The entry ID of the folder that the document will be created in.
The requested repository ID.
Optionalrequest?: LfRepositoryClientV1.PostEntryWithEdocMetadataRequest(optional)
Document creation is success.
OptionalautoRename?: boolean(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.
Optionalculture?: 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.
Optionalrequest?: LfRepositoryClientV1.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.
ProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessOptionalculture?: 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.
Optionalrequest?: LfRepositoryClientV1.PutTemplateRequest(optional) The template and template fields that will be assigned to the entry.
Assign a template successfully.