POST Statistics/GetStatistics
Request Information
URI Parameters
None.
Body Parameters
RequestStatistics| Name | Description | Type | Additional information |
|---|---|---|---|
| ArrangerID | integer |
None. |
|
| BrandingID | integer |
None. |
|
| IsWebsite | boolean |
None. |
|
| Year | integer |
None. |
|
| Month | integer |
None. |
|
| EventIDs | Collection of integer |
None. |
|
| Actions | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ArrangerID": 1,
"BrandingID": 1,
"IsWebsite": true,
"Year": 1,
"Month": 1,
"EventIDs": [
1,
2
],
"Actions": [
"sample string 1",
"sample string 2"
]
}
text/html
Sample:
{"ArrangerID":1,"BrandingID":1,"IsWebsite":true,"Year":1,"Month":1,"EventIDs":[1,2],"Actions":["sample string 1","sample string 2"]}
application/xml, text/xml
Sample:
<RequestStatistics xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RequestModels">
<Actions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Actions>
<ArrangerID>1</ArrangerID>
<BrandingID>1</BrandingID>
<EventIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
</EventIDs>
<IsWebsite>true</IsWebsite>
<Month>1</Month>
<Year>1</Year>
</RequestStatistics>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of StatsOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
|
| Title | string |
None. |
|
| Value | Object |
None. |
|
| EventID | integer |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[]
application/xml, text/xml
Sample:
<ArrayOfStatsOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YourTicketAdminAPI" />