Returns all Asset Administration Shells
GET
/templates/:id/shells
Parameters
Path Parameters
id*
The id
Type
Requiredstring
Example
"958b741c-c2ef-4366-a134-fafd30210ed4"Query Parameters
limit
The maximum number of elements in the response array
Type
number
Example
10cursor
A server-generated identifier retrieved from pagingMetadata that specifies from which position the result listing should continue
Type
string
Example
"958b741c-c2ef-4366-a134-fafd30210ed4 "Responses
application/json
JSON "paging_metadata": { "cursor": "string" }, "result": [ { "id": "string", "assetInformation": { "assetKind": "string", "globalAssetId": "string", "specificAssetIds": [ { "name": "string", "value": "string", "semanticId": { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] }, "supplementalSemanticIds": [ { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] } ], "externalSubjectId": { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] } } ], "assetType": "string", "defaultThumbnails": [ { "path": "string", "contentType": "string" } ] }, "extensions": [ { "name": "string", "semanticId": { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] }, "supplementalSemanticIds": [ { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] } ], "valueType": "string", "value": "string", "refersTo": [ { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] } ] } ], "category": "string", "idShort": "string", "displayName": [ { "language": "string", "text": "string" } ], "description": [ { "language": "string", "text": "string" } ], "administration": { "version": "string", "revision": "string" }, "embeddedDataSpecifications": [ { "dataSpecification": { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] } } ], "derivedFrom": { "path": "string", "contentType": "string" }, "submodels": [ { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] } ] } ]
{
}