Get 3D nodes by ID

Retrieves specific nodes given by a list of IDs.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
modelId
required
integer <int64>

Model ID.

revisionId
required
integer <int64>

Revision ID.

Request Body schema: application/json
required

The request body containing the IDs of the nodes to retrieve. Will return error 400 if the revision is still being processed.

required
Array of objects (Node3DId) [ 1 .. 1000 ] items
Responses
200

A list of nodes.

400

The response for a failed request.

post/3d/models/{modelId}/revisions/{revisionId}/nodes/byids
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}