POST Api/Scheduler/GetAggregatedDataJobs
Request Information
URI Parameters
None.
Body Parameters
SchedulerJobRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopId | string |
None. |
|
| RecordDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShopId": "sample string 1",
"RecordDate": "2025-12-14T07:59:32.2062345+01: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-12-14T07:59:32.2062345+01:00</RecordDate> <ShopId>sample string 1</ShopId> </SchedulerJobRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SchedulerJob| Name | Description | Type | Additional 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": "f977954a-4b44-44af-962d-18122caaa0a6",
"ProcessId": "sample string 2",
"Date": "2025-12-14T07:59:32.2062345+01:00",
"Datetime": "2025-12-14T07:59:32.2062345+01:00",
"ParameterShopId": "sample string 5",
"ParameterRecordDate": "2025-12-14T07:59:32.2062345+01:00",
"JobStateId": "sample string 7",
"DateStart": "2025-12-14T07:59:32.2062345+01:00",
"DateEnd": "2025-12-14T07:59:32.2062345+01:00",
"AffectedRows": 1,
"ResultMessage": "sample string 8"
},
{
"JobId": "f977954a-4b44-44af-962d-18122caaa0a6",
"ProcessId": "sample string 2",
"Date": "2025-12-14T07:59:32.2062345+01:00",
"Datetime": "2025-12-14T07:59:32.2062345+01:00",
"ParameterShopId": "sample string 5",
"ParameterRecordDate": "2025-12-14T07:59:32.2062345+01:00",
"JobStateId": "sample string 7",
"DateStart": "2025-12-14T07:59:32.2062345+01:00",
"DateEnd": "2025-12-14T07:59:32.2062345+01: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-12-14T07:59:32.2062345+01:00</Date>
<DateEnd>2025-12-14T07:59:32.2062345+01:00</DateEnd>
<DateStart>2025-12-14T07:59:32.2062345+01:00</DateStart>
<Datetime>2025-12-14T07:59:32.2062345+01:00</Datetime>
<JobId>f977954a-4b44-44af-962d-18122caaa0a6</JobId>
<JobStateId>sample string 7</JobStateId>
<ParameterRecordDate>2025-12-14T07:59:32.2062345+01:00</ParameterRecordDate>
<ParameterShopId>sample string 5</ParameterShopId>
<ProcessId>sample string 2</ProcessId>
<ResultMessage>sample string 8</ResultMessage>
</SchedulerJob>
<SchedulerJob>
<AffectedRows>1</AffectedRows>
<Date>2025-12-14T07:59:32.2062345+01:00</Date>
<DateEnd>2025-12-14T07:59:32.2062345+01:00</DateEnd>
<DateStart>2025-12-14T07:59:32.2062345+01:00</DateStart>
<Datetime>2025-12-14T07:59:32.2062345+01:00</Datetime>
<JobId>f977954a-4b44-44af-962d-18122caaa0a6</JobId>
<JobStateId>sample string 7</JobStateId>
<ParameterRecordDate>2025-12-14T07:59:32.2062345+01:00</ParameterRecordDate>
<ParameterShopId>sample string 5</ParameterShopId>
<ProcessId>sample string 2</ProcessId>
<ResultMessage>sample string 8</ResultMessage>
</SchedulerJob>
</ArrayOfSchedulerJob>