<back to all web services
Documents_GetList
The following routes are available for this service:| POST | /Documents_GetList | | |
|---|
DocumentsGetListBase Parameters:| Name | Parameter | Data Type | Required | Description |
|---|
| start_date | form | DateTime | No | |
| end_date | form | DateTime | No | |
| filters | form | List<DocumentsFilter> | No | |
| status_change_off | form | bool | No | |
| get_document | form | bool | No | |
| use_updateDate | form | bool | No | |
| document_type | form | string | No | |
| offset | form | int | No | |
| limit | form | int | No | |
| at_pages | form | bool | No | |
| get_count | form | bool | No | |
| getStrategy | form | DocumentGetStrategy | No | |
| maxCount | form | int | No | |
DocumentsFilter Parameters:| Name | Parameter | Data Type | Required | Description |
|---|
| name | form | string | No | |
| operation | form | string | No | |
| value | form | string | No | |
| range | form | DocumentsFilterRange | No | |
| inValues | form | List<string> | No | |
DocumentsFilterRange Parameters:| Name | Parameter | Data Type | Required | Description |
|---|
| min | form | string | No | |
| max | form | string | No | |
DocumentGetStrategy Enum:| all | |
| sent | |
| receive | |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /Documents_GetList HTTP/1.1
Host: wbs.e-teleport.ru
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<Documents_GetList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TeleportService.ServiceModel">
<at_pages>false</at_pages>
<document_type>String</document_type>
<end_date>0001-01-01T00:00:00</end_date>
<filters>
<DocumentsFilter>
<inValues xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1:string>
</inValues>
<name>String</name>
<operation>String</operation>
<range>
<max>String</max>
<min>String</min>
</range>
<value>String</value>
</DocumentsFilter>
</filters>
<getStrategy>all</getStrategy>
<get_count>false</get_count>
<get_document>false</get_document>
<limit>0</limit>
<maxCount>0</maxCount>
<offset>0</offset>
<start_date>0001-01-01T00:00:00</start_date>
<status_change_off>false</status_change_off>
<use_updateDate>false</use_updateDate>
</Documents_GetList>