| POST | /Documents_GetList |
|---|
| 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 |
| 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 |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| min | form | string | No | |
| max | form | string | No |
| all | |
| sent | |
| receive |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
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: text/csv
Content-Type: text/csv
Content-Length: length
{"start_date":"0001-01-01T00:00:00.0000000","end_date":"0001-01-01T00:00:00.0000000","filters":[{"name":"String","operation":"String","value":"String","range":{"min":"String","max":"String"},"inValues":["String"]}],"status_change_off":false,"get_document":false,"use_updateDate":false,"document_type":"String","offset":0,"limit":0,"at_pages":false,"get_count":false,"getStrategy":"all","maxCount":0}