Retrieve nodes/edges by their external ids

Retrieve up to 1000 nodes or edges by their external ids.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

List of external-ids for nodes or edges to retrieve. Properties for up to 10 unique views (in total across the external ids requested) can be retrieved in one query.

Array of objects <= 10 items

The node/edge must have data in all the sources defined in the list

required
Array of objects [ 1 .. 1000 ] items
includeTyping
boolean (IncludeTyping)

Should we return property type information as part of the result?

Responses
200

List of matching nodes and edges

400

The response for a failed request.

post/models/instances/byids
Request samples
application/json
{
  • "sources": [
    • {
      }
    ],
  • "items": [
    • {
      }
    ],
  • "includeTyping": false
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "typing": {
    • "space-name1": {
      },
    • "space-name2": {
      }
    }
}