| 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 .jsv suffix or ?format=jsv
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/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,
	offset: 0,
	limit: 0,
	at_pages: False,
	get_count: False,
	getStrategy: all,
	maxCount: 0
}