/ProductionOrders/{productionOrderIdentifier}/ProductionSteps/{productionStepIdentifier}/OperatingTimes
Description
Reads all times for a production step
- The right ‘Lesen’ is required for the data ‘Fertigungsauftrag’.
Request
URI Parameters
productionOrderIdentifier
string
Required
productionStepIdentifier
string
Required
Page
integer
Page number for paging | Default: 0
Items
integer
Sets the number of entries per page | Default: 10 | All: 0
SearchTerm
string
Filter for words
SearchIn
string
Properties in which to search. The separator between these properties is "|".
OrderBy
string
Properties to be sorted by. An exclamation mark ! at the end indicates downward sorting. To sort by several properties, they must be separated by a "|".
Filter
string
A filter can be defined to limit the result set. For example: (Property EQ Value OR Property2 GT Value2) AND (Property3 CT 'String') See the description for the FilterQueryLanguage for more information.
Body Parameters
None.
Response
Resource Description
RecordId
integer
Nur lesen
Database field [PRODUCTION_TIMES_RESOURCES].[PRODUCTION_TIMES_RESOURCES_ID]
EndTime
date
Database field: [PRODUCTION_TIMES_RESOURCES].[EndTime]
ProductionStepId
string
Länge: einschließlich zwischen 0 und 10
Database field: [PRODUCTION_TIMES_RESOURCES].[Production_step_ID]
ResourceIdentifier
string
Länge: einschließlich zwischen 0 und 10
Database field: [PRODUCTION_TIMES_RESOURCES].[Resources_ID]
StartTime
date
Database field: [PRODUCTION_TIMES_RESOURCES].[StartTime]
MetaData
Nur lesen
Record information, e.g. creation date, processing date
Response Formats
application/json
Example:
[
{
"RecordId": 1,
"EndTime": "2024-12-27T02:05:28.6115331+01:00",
"ProductionStepId": "sample string 2",
"ResourceIdentifier": "sample string 3",
"StartTime": "2024-12-27T02:05:28.6115331+01:00",
"MetaData": {
"CreationDate": null,
"CreationUserToken": null,
"ModificationDate": null,
"ModificationUserToken": null
}
},
{
"RecordId": 1,
"EndTime": "2024-12-27T02:05:28.6115331+01:00",
"ProductionStepId": "sample string 2",
"ResourceIdentifier": "sample string 3",
"StartTime": "2024-12-27T02:05:28.6115331+01:00",
"MetaData": {
"CreationDate": null,
"CreationUserToken": null,
"ModificationDate": null,
"ModificationUserToken": null
}
}
]