Returns a list of Asset Administration Shell ids linked to specific Asset identifiers
Returns a list of Asset Administration Shell ids linked to specific Asset identifiers
Query Parameters
- assetIds object[]
A list of specific Asset identifiers
- limit integer
Possible values:
>= 1
The maximum number of elements in the response array
- cursor string
A server-generated identifier retrieved from pagingMetadata that specifies from which position the result listing should continue
- 200
- default
Requested Asset Administration Shell ids
- application/json
- Schema
- Example (from schema)
Schema array
- string
[
"string"
]
Default error handling for unmentioned status codes
- application/json
- Schema
- Example (from schema)
Schema
messages object[]
code stringPossible values:
non-empty
and<= 32 characters
correlationId stringPossible values:
non-empty
and<= 128 characters
messageType stringPossible values: [
Undefined
,Info
,Warning
,Error
,Exception
]text stringtimestamp stringPossible values: Value must match regular expression
^-?(([1-9][0-9][0-9][0-9]+)|(0[0-9][0-9][0-9]))-((0[1-9])|(1[0-2]))-((0[1-9])|([12][0-9])|(3[01]))T(((([01][0-9])|(2[0-3])):[0-5][0-9]:([0-5][0-9])(\.[0-9]+)?)|24:00:00(\.0+)?)(Z|\+00:00|-00:00)$
{
"messages": [
{
"code": "string",
"correlationId": "string",
"messageType": "Undefined",
"text": "string",
"timestamp": "string"
}
]
}