POST | /DocumentsAdmin_GetList |
---|
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 | |
company | body | string | No | |
offset | body | int | No | |
limit | body | int | No | |
at_pages | body | bool | 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 |
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 /DocumentsAdmin_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","company":"String","offset":0,"limit":0,"at_pages":false}