AAS-connect Concept Description Repository Service (FoP Consult GmbH)

Description

This service provides a publicly available RESTful API to access original and curated Concept Descriptions for the Asset Administration Shell.

The API provides the both read access endpoints GET /concept-descriptions/{cdIdentifier} and GET /concept-descriptions/ as specified in the official Concept Description Repository Service Specification V3.0.1 published by the IDTA.

All concept descriptions can also be accessed via a GraphQL API which is available at the /graphql endpoint.

Most of the endpoints require an OAuth 2.0 Bearer Token to be included in the request header. The token can be acquired via the /token endpoint using the OAuth 2.0 Resource Owner Password Credentials Grant.

The service also allows to import existing Concept Descriptions in the JSON format and to view, manage and modify (the latter two for admins only) the stored Concept Descriptions using the FoP Consult GraphQL Frontend.

Available Endpoints

Publicly Accessible Endpoints

Concept Descriptions REST API

Concept Descriptions GraphQL API (requires Auth Token)

Admin Web Tools (requires Auth token with administrator privileges)