POST Api/Scheduler/GetAggregatedDataJobs

Request Information

URI Parameters

None.

Body Parameters

SchedulerJobRequestModel
NameDescriptionTypeAdditional information
ShopId

string

None.

RecordDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ShopId": "sample string 1",
  "RecordDate": "2025-08-02T15:23:41.7927036+02:00"
}

application/xml, text/xml

Sample:
<SchedulerJobRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models">
  <RecordDate>2025-08-02T15:23:41.7927036+02:00</RecordDate>
  <ShopId>sample string 1</ShopId>
</SchedulerJobRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of SchedulerJob
NameDescriptionTypeAdditional information
JobId

globally unique identifier

None.

ProcessId

string

None.

Date

date

None.

Datetime

date

None.

ParameterShopId

string

None.

ParameterRecordDate

date

None.

JobStateId

string

None.

DateStart

date

None.

DateEnd

date

None.

AffectedRows

integer

None.

ResultMessage

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "JobId": "d275eb9c-1cf6-4358-8b32-ab2229e5f323",
    "ProcessId": "sample string 2",
    "Date": "2025-08-02T15:23:41.8083171+02:00",
    "Datetime": "2025-08-02T15:23:41.8083171+02:00",
    "ParameterShopId": "sample string 5",
    "ParameterRecordDate": "2025-08-02T15:23:41.8083171+02:00",
    "JobStateId": "sample string 7",
    "DateStart": "2025-08-02T15:23:41.8083171+02:00",
    "DateEnd": "2025-08-02T15:23:41.8083171+02:00",
    "AffectedRows": 1,
    "ResultMessage": "sample string 8"
  },
  {
    "JobId": "d275eb9c-1cf6-4358-8b32-ab2229e5f323",
    "ProcessId": "sample string 2",
    "Date": "2025-08-02T15:23:41.8083171+02:00",
    "Datetime": "2025-08-02T15:23:41.8083171+02:00",
    "ParameterShopId": "sample string 5",
    "ParameterRecordDate": "2025-08-02T15:23:41.8083171+02:00",
    "JobStateId": "sample string 7",
    "DateStart": "2025-08-02T15:23:41.8083171+02:00",
    "DateEnd": "2025-08-02T15:23:41.8083171+02:00",
    "AffectedRows": 1,
    "ResultMessage": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSchedulerJob xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Data.Models.Intranet">
  <SchedulerJob>
    <AffectedRows>1</AffectedRows>
    <Date>2025-08-02T15:23:41.8083171+02:00</Date>
    <DateEnd>2025-08-02T15:23:41.8083171+02:00</DateEnd>
    <DateStart>2025-08-02T15:23:41.8083171+02:00</DateStart>
    <Datetime>2025-08-02T15:23:41.8083171+02:00</Datetime>
    <JobId>d275eb9c-1cf6-4358-8b32-ab2229e5f323</JobId>
    <JobStateId>sample string 7</JobStateId>
    <ParameterRecordDate>2025-08-02T15:23:41.8083171+02:00</ParameterRecordDate>
    <ParameterShopId>sample string 5</ParameterShopId>
    <ProcessId>sample string 2</ProcessId>
    <ResultMessage>sample string 8</ResultMessage>
  </SchedulerJob>
  <SchedulerJob>
    <AffectedRows>1</AffectedRows>
    <Date>2025-08-02T15:23:41.8083171+02:00</Date>
    <DateEnd>2025-08-02T15:23:41.8083171+02:00</DateEnd>
    <DateStart>2025-08-02T15:23:41.8083171+02:00</DateStart>
    <Datetime>2025-08-02T15:23:41.8083171+02:00</Datetime>
    <JobId>d275eb9c-1cf6-4358-8b32-ab2229e5f323</JobId>
    <JobStateId>sample string 7</JobStateId>
    <ParameterRecordDate>2025-08-02T15:23:41.8083171+02:00</ParameterRecordDate>
    <ParameterShopId>sample string 5</ParameterShopId>
    <ProcessId>sample string 2</ProcessId>
    <ResultMessage>sample string 8</ResultMessage>
  </SchedulerJob>
</ArrayOfSchedulerJob>