TicketsprocessedRequest

Required data for requesting the ticketsprocessedstatistics.

Fields

FieldDescription
endts
string 
(required)

End date of the period

Example value:"2015-06-01"
groupby
string 
(required)

How the results are grouped. Values can be ‘day’ or ‘month’

Example value:"month"
startts
string 
(required)

Start date of the period

Example value:"2015-03-01"

Example

1{
2    "endts": "2015-06-01",
3    "groupby": "month",
4    "startts": "2015-03-01"
5}