POST api/Stats/ApplicationStats

Request Information

URI Parameters

None.

Body Parameters

StatsRequest
NameDescriptionTypeAdditional 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-29T22:16:37.9114443+02:00",
  "DateEnd": "2026-03-29T22:16:37.9270659+02: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
NameDescriptionTypeAdditional information
Date

date

None.

ScopeId

integer

None.

Count

integer

None.

Info

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Date": "2026-03-29T22:16:37.9270659+02:00",
    "ScopeId": 1,
    "Count": 1,
    "Info": "sample string 1"
  },
  {
    "Date": "2026-03-29T22:16:37.9270659+02:00",
    "ScopeId": 1,
    "Count": 1,
    "Info": "sample string 1"
  }
]

text/csv

Sample:
"sep=,"
ElementName,Items,Id,ScopeId,Name,Description,Content,ReferenceId,IsActive,Sort,Comment,DatePublish,DateExpires,Version,IsDeleted,History,Scope,RowNumber,_Messages,TemplateId,ParentTemplateId,Type,Subject,Body,IsBodyHtml,Priority,DeliveryNotificationOptions,Files,Date,Count,Info
sample string 1,ASTLib.Types.Workflow.WorkflowItem[],,,,,,,,,,,,,,,,,,,,,,,,,,,,,
sample string 3,,1,2,sample string 4,sample string 5,sample string 6,sample string 7,True,9,sample string 10,29.03.2026 21:10:36 +02:00,29.03.2026 21:10:36 +02:00,29.03.2026 21:10:36 +02:00,True,sample string 15,ASTLib.Models.Scope,16,,,,,,,,,,,,,
,,1,2,sample string 5,sample string 6,,sample string 13,True,15,sample string 16,29.03.2026 22:10:22 +02:00,29.03.2026 22:10:22 +02:00,29.03.2026 22:10:22 +02:00,True,sample string 21,ASTLib.Models.Scope,22,,sample string 3,sample string 4,sample string 7,sample string 8,sample string 9,True,sample string 11,sample string 12,System.Object[],,,
,,,1,,,,,,,,,,,,,,,,,,,,,,,,,2026-03-29 22:16:37,1,sample string 1
,,,1,,,,,,,,,,,,,,,,,,,,,,,,,2026-03-29 22:16:37,1,sample string 1