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 .jsv suffix or ?format=jsv
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/jsv
Content-Type: text/jsv
Content-Length: length
{
start_date: 0001-01-01,
end_date: 0001-01-01,
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
}