Application report
POST
The report generates data on all orders created for the specified period. To get a report of all requests for a given period, an empty collection of filters [] is passed in the request body
Parameters
Path Parameters
dateFrom*
Start date of the report in YYYY-MM-DD format
Type
Requiredstring
Format
"date"dateTo*
End date of the report in YYYY-MM-DD format
Type
Requiredstring
Format
"date"Query Parameters
count
count
Type
boolean
Request Body
application/json
entity
string
Entity
field
string
Field
value1
object
First entity value for criterion
value2
object
Second entity value for criterion
Responses
OK
*/*
DefaultResponseOfint
object
data
integer
Number of elements in the "Accounts" lookup
Format
"int32"status
string
Request status
Valid values
"error""ok"timestamp
integer
Date and time of the request in unix timestamp format in milliseconds. The system time is returned
Format
"int64"