POST api/Stats/ApplicationStats
Request Information
URI Parameters
None.
Body Parameters
StatsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ScopeId | integer |
None. |
|
| DateStart | date |
None. |
|
| DateEnd | date |
None. |
|
| Mode | StatsMode |
None. |
|
| DataFormat | StatsDataFormat |
None. |
|
| Options | Dictionary of string [key] and string [value] |
None. |
|
| ApplyAppearance | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ScopeId": 1,
"DateStart": "2026-03-14T15:42:26.8284425+01:00",
"DateEnd": "2026-03-14T15:42:26.8284425+01:00",
"Mode": "DayDetail",
"DataFormat": "CSV",
"Options": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"ApplyAppearance": true
}
Response Information
Resource Description
Collection of DateScopeCountInfo_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| ScopeId | integer |
None. |
|
| Count | integer |
None. |
|
| Info | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Date": "2026-03-14T15:42:26.8284425+01:00",
"ScopeId": 1,
"Count": 1,
"Info": "sample string 1"
},
{
"Date": "2026-03-14T15:42:26.8284425+01:00",
"ScopeId": 1,
"Count": 1,
"Info": "sample string 1"
}
]
text/csv
Sample:
"sep=," Draw,RecordsTotal,RecordsFiltered,TimeStamp,Data,Files,Date,ScopeId,Count,Info 1,2,3,2026-03-14 15:18:17,,,,,, ,,,,,System.Collections.Generic.List`1[ASTLib.Types.Common.UploadedFile],,,, ,,,,,,2026-03-14 15:42:26,1,1,sample string 1 ,,,,,,2026-03-14 15:42:26,1,1,sample string 1