POST api/Documents/GetBackedupDocuments
Request Information
URI Parameters
None.
Body Parameters
GlobalSearch| Name | 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-12-05T23:07:06.899022-06:00",
"Until": "2025-12-05T23:07:06.899022-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-12-05T23:07:06.899022-06:00</Since> <Status>2</Status> <Until>2025-12-05T23:07:06.899022-06:00</Until> <UserMapId>1</UserMapId> </GlobalSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |