Retrieve a single 3D file

Retrieve the contents of a 3D file. This applies to the output types 'ciff-processed', 'ciff-partially-processed' and 'node-property-metadata-json'.

This endpoint supports tag-based caching.

This endpoint is only compatible with 3D file IDs from the 3D API, and not compatible with file IDs from the Files API.

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

The ID of the 3D file to retrieve.

Responses
200

Success

400

The response for a failed request.

get/3d/files/{threedFileId}
Request samples
await client.files3D.retrieve(3744350296805509);
Response samples
application/json
{
  • "error": {
    • "code": 401,
    • "message": "Could not authenticate.",
    • "missing": [
      ],
    • "duplicated": [
      ]
    }
}