Masterdata
Industry 4.0 AAS Data
The following endpoints can be utilised to access AAS, Submodel Data.
Listing all Assets
Gets all assets
[
{
"idShort": "string",
"identification": {
"id": "string",
"idType": "Custom"
},
"administration": {
"version": "string",
"revision": "string"
},
"description": [
{
"language": "string",
"text": "string"
}
],
"asset": {
"idShort": "string",
"category": "string",
"description": [
{
"language": "string",
"text": "string"
}
],
"parent": {
"keys": [
{
"type": "Asset",
"idType": "Custom",
"value": "string",
"local": true
}
]
},
"modelType": {
"name": "Asset"
},
"identification": {
"id": "string",
"idType": "Custom"
},
"administration": {
"version": "string",
"revision": "string"
},
"embeddedDataSpecifications": [
{
"dataSpecification": {
"keys": [
{
"type": "Asset",
"idType": "Custom",
"value": "string",
"local": true
}
]
},
"dataSpecificationContent": {
"value": "string",
"valueId": {
"keys": [
{
"type": "Asset",
"idType": "Custom",
"value": "string",
"local": true
}
]
},
"valueType": "anyUri",
"dataType": "DATE",
"definition": [
{
"language": "string",
"text": "string"
}
],
"preferredName": [
{
"language": "string",
"text": "string"
}
],
"shortName": [
{
"language": "string",
"text": "string"
}
],
"sourceOfDefinition": "string",
"symbol": "string",
"unit": "string",
"unitId": {
"keys": [
{
"type": "Asset",
"idType": "Custom",
"value": "string",
"local": true
}
]
},
"valueFormat": "string",
"valueList": {
"valueReferencePairTypes": [
{
"value": "string",
"valueId": {
"keys": [
{
"type": "Asset",
"idType": "Custom",
"value": "string",
"local": true
}
]
},
"valueType": "anyUri"
}
]
},
"levelType": [
"Min"
]
}
}
],
"kind": "Type",
"assetIdentificationModel": {
"keys": [
{
"type": "Asset",
"idType": "Custom",
"value": "string",
"local": true
}
]
},
"billOfMaterial": {
"keys": [
{
"type": "Asset",
"idType": "Custom",
"value": "string",
"local": true
}
]
}
},
"endpoints": [
{
"address": "string",
"type": "string",
"parameters": {}
}
],
"submodelDescriptors": [
{
"idShort": "string",
"identification": {
"id": "string",
"idType": "Custom"
},
"administration": {
"version": "string",
"revision": "string"
},
"description": [
{
"language": "string",
"text": "string"
}
],
"semanticId": {
"keys": [
{
"type": "Asset",
"idType": "Custom",
"value": "string",
"local": true
}
]
},
"endpoints": [
{
"address": "string",
"type": "string",
"parameters": {}
}
]
}
]
}
]Get AAS List
Get AAS List
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Get AAS
Get an AAS
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Get Submodel List
Get AAS Submodel List
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Get Submodel
Get an AAS Submodel
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Get SubmodelElement List
Get all submodel elements of a submodel
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Get SubmodelElement
Get a specific SubmodelElement
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated