POST api/AdminStats/GetEventErrorStats
AdmGetEventErrorStats
Request Information
URI Parameters
None.
Body Parameters
GetEventErrorStats| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| OldD | integer |
None. |
|
| UserActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryID": 1,
"LanguageID": 1,
"OldD": 1,
"UserActive": true,
"UserUUIDCur": "f20284e7-7d05-4d9b-8ef1-22654ca1c5af"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]