The requested repository ID.
The requested searchToken.
Cancel or closed search successfully.
The requested repository ID.
Optionalrequest?: LfRepositoryClientV1.AdvancedSearchRequest(optional) The Laserfiche search command to run, optionally include fuzzy search settings.
Search operation start successfully.
Optionalcount?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
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.
The search result listing row number to get context hits for.
The requested searchToken.
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 search context hits successfully.
It will continue to make the same call to get a list of search context hits 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.
OptionalmaxPageSize?: number(optional) the maximum page size or number of search context hits 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.
The search result listing row number to get context hits for.
The requested searchToken.
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 context hits associated with a search result entry using a next link
OptionalmaxPageSize?: number(optional) the maximum page size or number of search context hits allowed per API response schema
a url that allows retrieving the next subset of the requested collection
Get search context hits 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 formatFields query parameter must be set to true, otherwise culture will not be used for formatting.
Optionalfields?: null | string[](optional) Optional array of field names. Field values corresponding to the given field names will be returned for each search result.
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.
Optionalrefresh?: boolean(optional) If the search listing should be refreshed to show updated values.
The requested repository ID.
The requested searchToken.
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 search result successfully.
It will continue to make the same call to get a list of search results 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.
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 search results 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.
Optionalrefresh?: boolean(optional) If the search listing should be refreshed to show updated values.
The requested repository ID.
The requested searchToken.
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 a search result listing if the search is completed using a next link
OptionalmaxPageSize?: number(optional) the maximum page size or number of search results allowed per API response schema
a url that allows retrieving the next subset of the requested collection
Get search result with the next link successfully
The requested repository ID.
The requested searchToken.
Search has failed. Check the errors property to find out why.