POST api/Stats/SchedulerJobLogStatsData

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": "2025-12-16T00:48:38.2261169+01:00",
  "DateEnd": "2025-12-16T00:48:38.2261169+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
NameDescriptionTypeAdditional information
Date

date

None.

ScopeId

integer

None.

Count

integer

None.

Info

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Date": "2025-12-16T00:48:38.2261169+01:00",
    "ScopeId": 1,
    "Count": 1,
    "Info": "sample string 1"
  },
  {
    "Date": "2025-12-16T00:48:38.2261169+01:00",
    "ScopeId": 1,
    "Count": 1,
    "Info": "sample string 1"
  }
]

text/csv

Sample:
"sep=,"
Date,ScopeId,Count,Info,CreatedCounts,UpdatedCounts,DeletedCounts,UnchangedCounts,Exceptions,DownloadUrl,OkCount,ErrorCount,StatsCounter,Logs,ExceptionLogs,RowNumber,Files
2025-12-16 00:48:34,1,1,sample string 1,,,,,,,,,,,,,
2025-12-16 00:48:34,1,1,sample string 1,,,,,,,,,,,,,
,,,,"System.Collections.Generic.Dictionary`2[System.String,System.Int32]","System.Collections.Generic.Dictionary`2[System.String,System.Int32]","System.Collections.Generic.Dictionary`2[System.String,System.Int32]","System.Collections.Generic.Dictionary`2[System.String,System.Int32]","System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.Exception]]",sample string 1,2,3,"System.Collections.Generic.Dictionary`2[System.String,System.Int32]",System.Collections.Generic.List`1[System.String],System.Collections.Generic.List`1[System.String],,
,,,,,,,,,,,,,,,1,
2025-12-16 00:48:36,1,1,sample string 1,,,,,,,,,,,,,
2025-12-16 00:48:36,1,1,sample string 1,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,System.Collections.Generic.List`1[ASTLib.Types.Common.UploadedFile]
2025-12-16 00:48:38,1,1,sample string 1,,,,,,,,,,,,,
2025-12-16 00:48:38,1,1,sample string 1,,,,,,,,,,,,,
2025-12-16 00:48:38,1,1,sample string 1,,,,,,,,,,,,,
2025-12-16 00:48:38,1,1,sample string 1,,,,,,,,,,,,,