API

The Registry allows accessing the data via REST-API.

Please be aware, that HTTPS is used.

Supported API calls

  • Asset Administration Shell Registry Interface

    • /api/v3.0/shell-descriptors GET POST

    • /api/v3.0/shell-descriptors/{aasIdentifier} GET PUT DELETE

    • /api/v3.0/shell-descriptors/{aasIdentifier}/submodel-descriptors GET POST

    • /api/v3.0/shell-descriptors/{aasIdentifier}/submodel-descriptors/{submodelIdentifier} GET PUT DELETE

  • Submodel Registry Interface

    • api/v3.0/submodel-descriptors GET POST

    • api/v3.0/submodel-descriptors/{submodelIdentifier} GET PUT DELETE

  • Description Interface

    • api/v3.0/description GET

Example

In the default configuration, the base URL for the API is e.g.:

https://localhost:8090/api/v3.0/shell-descriptors