GET fe/orders/schedulated-machines
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SchedulationOrdersMachineModel| Name | Description | Type | Additional information |
|---|---|---|---|
| scheduledMachineID | string |
None. |
|
| scheduledStart | date |
None. |
|
| scheduledEnd | date |
None. |
|
| totaloperations | integer |
None. |
|
| totalduration | integer |
None. |
|
| percentage | integer |
None. |
|
| operations | Collection of SchedulationDetailOperations |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"scheduledMachineID": "sample string 1",
"scheduledStart": "2025-12-06T03:36:41.4881213+01:00",
"scheduledEnd": "2025-12-06T03:36:41.4881213+01:00",
"totaloperations": 2,
"totalduration": 3,
"percentage": 4,
"operations": [
{
"operationName": "sample string 1",
"scheduledStart": "2025-12-06T03:36:41.4881213+01:00",
"scheduledEnd": "2025-12-06T03:36:41.4881213+01:00",
"scheduledMachineID": "sample string 2",
"sequence": 1,
"duration": 3,
"orderNumber": 4,
"articleId": "sample string 5",
"articleName": "sample string 6",
"customer": "sample string 7",
"qty": 8,
"orderId": "sample string 9",
"orderDescription": "sample string 10"
},
{
"operationName": "sample string 1",
"scheduledStart": "2025-12-06T03:36:41.4881213+01:00",
"scheduledEnd": "2025-12-06T03:36:41.4881213+01:00",
"scheduledMachineID": "sample string 2",
"sequence": 1,
"duration": 3,
"orderNumber": 4,
"articleId": "sample string 5",
"articleName": "sample string 6",
"customer": "sample string 7",
"qty": 8,
"orderId": "sample string 9",
"orderDescription": "sample string 10"
}
]
},
{
"scheduledMachineID": "sample string 1",
"scheduledStart": "2025-12-06T03:36:41.4881213+01:00",
"scheduledEnd": "2025-12-06T03:36:41.4881213+01:00",
"totaloperations": 2,
"totalduration": 3,
"percentage": 4,
"operations": [
{
"operationName": "sample string 1",
"scheduledStart": "2025-12-06T03:36:41.4881213+01:00",
"scheduledEnd": "2025-12-06T03:36:41.4881213+01:00",
"scheduledMachineID": "sample string 2",
"sequence": 1,
"duration": 3,
"orderNumber": 4,
"articleId": "sample string 5",
"articleName": "sample string 6",
"customer": "sample string 7",
"qty": 8,
"orderId": "sample string 9",
"orderDescription": "sample string 10"
},
{
"operationName": "sample string 1",
"scheduledStart": "2025-12-06T03:36:41.4881213+01:00",
"scheduledEnd": "2025-12-06T03:36:41.4881213+01:00",
"scheduledMachineID": "sample string 2",
"sequence": 1,
"duration": 3,
"orderNumber": 4,
"articleId": "sample string 5",
"articleName": "sample string 6",
"customer": "sample string 7",
"qty": 8,
"orderId": "sample string 9",
"orderDescription": "sample string 10"
}
]
}
]