/AlternativeResources
Description
Returns all alternative 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
Read only
Database [ALTERNATIVRESSOURCE].[ALTERNATIVRESSOURCE_ID]
AlternativeResourceId
string
Length: including between 0 and 10
Database field [ALTERNATIVERESOURCE].[AlternativResourceID]
BaseResourceId
string
Length: including between 0 and 10
Database field [ALTERNATIVERESOURCE].[BaseRecourceID]
Factor
decimal number
Database field [ALTERNATIVERESOURCE].[Factor]
Id
string
Required
Length: including between 0 and 10
Database field [ALTERNATIVERESOURCE].[ID]
MetaData
Read only
Record information, e.g. creation date, processing date
Response Formats
application/json
Example:
[
{
"RecordId": 1,
"AlternativeResourceId": "sample string 2",
"BaseResourceId": "sample string 3",
"Factor": 1.1,
"Id": "sample string 4",
"MetaData": {
"CreationDate": null,
"CreationUserToken": null,
"ModificationDate": null,
"ModificationUserToken": null
}
},
{
"RecordId": 1,
"AlternativeResourceId": "sample string 2",
"BaseResourceId": "sample string 3",
"Factor": 1.1,
"Id": "sample string 4",
"MetaData": {
"CreationDate": null,
"CreationUserToken": null,
"ModificationDate": null,
"ModificationUserToken": null
}
}
]