/OperatingResources
Description
Returns all operating resources
- The right ‘Lesen’ is required for the data ‘Betriebsmittel’.
Request
URI Parameters
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 [RESOURCES].[RESOURCES_ID]
AbsentDaysId
string
Länge: einschließlich zwischen 0 und 10
Database field: [PRODUCTION_RESOURCES].[AbsenceCalendarID]
BaseCalendarId
string
Länge: einschließlich zwischen 0 und 10
Database field: [PRODUCTION_RESOURCES].[BaseCalendarID]
Failure
boolean
Erforderlich
Database field: [PRODUCTION_RESOURCES].[Unavailable]
HourlyWage
decimal number
Database field: [RESOURCES].[HourlyRate]
Name
string
Länge: einschließlich zwischen 0 und 80
Database field: [RESOURCES].[Name]
OperatingResourceIdentifier
string
Erforderlich
Länge: einschließlich zwischen 0 und 10
Database field: [RESOURCES].[ID]
Quantity
integer
Database field: [RESOURCES].[Number]
ResourceGroupId
string
Länge: einschließlich zwischen 0 und 10
Database field: [RESOURCES].[ResourceGroupID]
WageKind
string
Länge: einschließlich zwischen 0 und 18
Database field: [RESOURCES].[WageTypeID]
WorkloadThreshold
decimal number
Database field: [RESOURCES].[UtilisationThreshold]
CustomFields
Nur lesen
Generic free fields, as they occur in almost all tables.
MetaData
Nur lesen
Record information, e.g. creation date, processing date
Response Formats
application/json
Example:
[
{
"RecordId": 1,
"AbsentDaysId": "sample string 2",
"BaseCalendarId": "sample string 3",
"Failure": true,
"HourlyWage": 1.1,
"Name": "sample string 5",
"OperatingResourceIdentifier": "sample string 6",
"Quantity": 1,
"ResourceGroupId": "sample string 7",
"WageKind": "sample string 8",
"WorkloadThreshold": 1.1,
"CustomFields": {
"CustomDate1": null,
"CustomDate2": null,
"CustomIndicator1": null,
"CustomIndicator2": null,
"CustomIndicator3": null,
"CustomIndicator4": null,
"CustomNumber1": null,
"CustomNumber2": null,
"CustomNumber3": null,
"CustomNumber4": null,
"CustomText1": null,
"CustomText2": null
},
"MetaData": {
"CreationDate": null,
"CreationUserToken": null,
"ModificationDate": null,
"ModificationUserToken": null
}
},
{
"RecordId": 1,
"AbsentDaysId": "sample string 2",
"BaseCalendarId": "sample string 3",
"Failure": true,
"HourlyWage": 1.1,
"Name": "sample string 5",
"OperatingResourceIdentifier": "sample string 6",
"Quantity": 1,
"ResourceGroupId": "sample string 7",
"WageKind": "sample string 8",
"WorkloadThreshold": 1.1,
"CustomFields": {
"CustomDate1": null,
"CustomDate2": null,
"CustomIndicator1": null,
"CustomIndicator2": null,
"CustomIndicator3": null,
"CustomIndicator4": null,
"CustomNumber1": null,
"CustomNumber2": null,
"CustomNumber3": null,
"CustomNumber4": null,
"CustomText1": null,
"CustomText2": null
},
"MetaData": {
"CreationDate": null,
"CreationUserToken": null,
"ModificationDate": null,
"ModificationUserToken": null
}
}
]