<back to all web services
Documents_GetList
The following routes are available for this service:POST | /Documents_GetList | | |
---|
Documents_GetList Parameters:Name | Parameter | Data Type | Required | Description |
---|
start_date | body | DateTime | No | |
end_date | body | DateTime | No | |
filters | body | List<DocumentsFilter> | No | |
status_change_off | body | bool | No | |
get_document | body | bool | No | |
use_updateDate | body | bool | No | |
document_type | body | string | No | |
offset | body | int | No | |
limit | body | int | No | |
at_pages | body | bool | No | |
DocumentsFilter Parameters:Name | Parameter | Data Type | Required | Description |
---|
name | form | string | No | |
operation | form | string | No | |
value | form | string | No | |
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>
<name>String</name>
<operation>String</operation>
<value>String</value>
</DocumentsFilter>
</filters>
<get_document>false</get_document>
<limit>0</limit>
<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>