Get a library with symbols

Returns a single library with all its symbols and geometries.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
libraryId
required
string (CogniteExternalId) <= 255 characters

External ID of a library

Example: my.known.id
Responses
200

A single library with its symbols and geometries

400

The response for a failed request.

get/diagram-parsing/libraries/{libraryId}
Request samples
Response samples
application/json
{
  • "createdTime": 1730204346000,
  • "externalId": "my.known.id",
  • "lastUpdatedTime": 1730204346000,
  • "name": "string",
  • "scope": "Global",
  • "symbols": [
    • {
      }
    ]
}