POST api/Documents/GetPagedBackedupDocuments?offset={offset}&rows={rows}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
offset | integer |
Required |
|
rows | integer |
Required |
Body Parameters
GlobalSearchName | Description | Type | Additional information |
---|---|---|---|
UserMapId | integer |
None. |
|
Status | integer |
None. |
|
ObjectType | integer |
None. |
|
Since | date |
None. |
|
Until | date |
None. |
|
Search | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserMapId": 1, "Status": 2, "ObjectType": 3, "Since": "2025-09-20T13:54:58.8228261-06:00", "Until": "2025-09-20T13:54:58.8228261-06:00", "Search": "sample string 4" }
application/xml, text/xml
Sample:
<GlobalSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ROUTE.MODELS"> <ObjectType>3</ObjectType> <Search>sample string 4</Search> <Since>2025-09-20T13:54:58.8228261-06:00</Since> <Status>2</Status> <Until>2025-09-20T13:54:58.8228261-06:00</Until> <UserMapId>1</UserMapId> </GlobalSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |