POST api/Stats/ApplicationStatsData
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-02-04T06:24:07.9861207+01:00",
"DateEnd": "2026-02-04T06:24:07.9861207+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-02-04T06:24:07.9861207+01:00",
"ScopeId": 1,
"Count": 1,
"Info": "sample string 1"
},
{
"Date": "2026-02-04T06:24:07.9861207+01:00",
"ScopeId": 1,
"Count": 1,
"Info": "sample string 1"
}
]
text/csv
Sample:
"sep=," Name,ScopeId,Language,KeyColumn,DisplayColumn,TypeColumn,ExtendedScopeTable,ElementName,ElementNamePlural,WelcomeMessage,Properties,PropertyGroups,PropertySections,AddressDefinitions,Filters,DefaultOrder,AssociationFilterTables,AssociationPropertyNames,MergeColumns,TimeStamp,Type,GroupOrder,Date,Count,Info ,,,,,,,,,,,,,,,,,,,,,,,, sample string 1,2,sample string 3,sample string 4,sample string 5,sample string 6,,sample string 7,sample string 8,sample string 9,System.Collections.Generic.List`1[ASTLib.Types.Common.Property],System.Collections.Generic.List`1[ASTLib.Types.Common.PropertyGroup],System.Collections.Generic.List`1[ASTLib.Types.Common.PropertySection],System.Collections.Hashtable,"System.Collections.Generic.Dictionary`2[System.String,ASTLib.Types.Attributes.FilterColumnAttribute]","System.Collections.Generic.Dictionary`2[System.String,System.String]",System.Collections.Generic.List`1[System.String],System.Collections.Generic.List`1[System.String],System.Collections.Generic.List`1[System.String],2026-02-04 06:23:58,,"System.Collections.Generic.Dictionary`2[System.String,System.Int32]",,, ,1,,,,,,,,,,,,,,,,,,,,,2026-02-04 06:24:07,1,sample string 1 ,1,,,,,,,,,,,,,,,,,,,,,2026-02-04 06:24:07,1,sample string 1