How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cognite 3D Model Revisions API

The 3D Model Revisions API from Cognite — 11 operation(s) for 3d model revisions.

Cognite 3D Model Revisions API is one of 90 APIs that Cognite publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include 3D Model Revisions. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 12 operations across 11 paths, and defines 51 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://{cluster}.cognitedata.com/api/v1/projects/{project}.

12 operations 11 paths 51 schemas 6 GET6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.cognitedata.com
Authentication
HTTP Bearer, OAuth 2.0, OAuth 2.0, OAuth 2.0, OpenID Connect
Resource Areas
1

Authentication & Security 5

Cognite 3D Model Revisions API declares 5 security schemes for authenticating requests. It accepts HTTP bearer tokens (OpenID Connect or OAuth2 token) (oidc-token). It supports OAuth 2.0 (oauth2-client-credentials) using the clientCredentials flow, exposing 1 scope. It supports OAuth 2.0 (oauth2-auth-code) using the authorizationCode flow, exposing 1 scope. It supports OAuth 2.0 (oauth2-open-industrial-data) using the clientCredentials flow, exposing 1 scope. It supports OpenID Connect (org-oidc-token) discovered at https://auth.cognite.com/.well-known/openid-configuration. By default, every request must be authenticated.

  • oidc-token — Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to acce…
  • oauth2-client-credentials — Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to acce…
  • oauth2-auth-code — Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to acce…
  • oauth2-open-industrial-data — Auth flow for Open Industrial Data. Get your client secret from https://hub.cognite.com/open-industrial-data-211.
  • org-oidc-token — Access token issued by the Cognite authorization server, and valid for the target organization. The token must be an OpenID Connect token, and it can be obtain…

Paths & Operations 12

Across 11 paths, the API surfaces 12 operations — 6 GET, 6 POST. Each is listed below with its method, path, parameters, and response codes.

3D Model Revisions 12
GET
/3d/models/{modelId}/revisions
List 3D revisions
get3DRevisions 4 params → 200400
POST
/3d/models/{modelId}/revisions
Create 3D revisions
create3DRevisions 1 param body → 201400
POST
/3d/models/{modelId}/revisions/update
Update 3D revisions
update3DRevisions 1 param body → 200400
POST
/3d/models/{modelId}/revisions/delete
Delete 3D revisions
delete3DRevisions 1 param body → 200400
GET
/3d/models/{modelId}/revisions/{revisionId}
Retrieve a 3D revision
get3DRevision 2 params → 200
GET
/3d/models/{modelId}/revisions/{revisionId}/logs
List 3D revision logs
get3DLogs 3 params → 200400
POST
/3d/models/{modelId}/revisions/{revisionId}/thumbnail
Update 3D revision thumbnail
updateThumbnail 2 params body → 200400
GET
/3d/models/{modelId}/revisions/{revisionId}/outputs
List available outputs
list3dModelOutputs 3 params → 200
GET
/3d/models/{modelId}/revisions/{revisionId}/nodes
List 3D nodes
get3DNodes 9 params → 200400
POST
/3d/models/{modelId}/revisions/{revisionId}/nodes/list
Filter 3D nodes
filter3DNodes 2 params body → 200400
POST
/3d/models/{modelId}/revisions/{revisionId}/nodes/byids
Get 3D nodes by ID
get3DNodesById 2 params body → 200400
GET
/3d/models/{modelId}/revisions/{revisionId}/nodes/{nodeId}/ancestors
List 3D ancestor nodes
get3DNodeAncestors 5 params → 200400

Schemas 51

The contract defines 51 schemas that model the data the API accepts and returns. The most detailed are Revision3D (13 properties), Node3D (8 properties), CreateRevision3D (7 properties), RevisionLog3D (4 properties). Each schema is shown below with its type and property counts.

Node3DNameFilter
object
Filter used in searching for nodes by name.
1 property
CogniteInstanceId
object
The ID of an [instance in Cognite Data Models](https://docs.cognite.com/cdf/dm/dmconcepts/dmspacesinstancesinstance).
2 properties 2 required
Node3DId
object
1 property 1 required
CreateRevision3DDmsOnly
object
2 properties 2 required
Revision3D
object
13 properties 6 required
CreateRevision3D
object
Create a 3D revision for a model in a Hybrid projects, using the CreateRevision3DClassicAndHybridBody. In DataModelOnly projects, please use the 3d/jobs endpoi…
7 properties 1 required
Cursor
object
Cursor for paging through results. In general, if a response contains a nextCursor property, it means that there may be more results, and you should pass that…
1 property
Partition
string
Splits the data set into N partitions. The attribute is specified as a "M/N" string, where M is a natural number in the interval of [1, N]. You need to follow…
CreatedTime
integer
The creation time of the resource, in milliseconds since January 1, 1970 at 00:00 UTC.
Revision3DWithCursorResponse
Node3DList
object
1 property 1 required
UpdateRevision3DThumbnail
object
Request body for the updateModelRevisionThumbnail endpoint.
1 property 1 required
UpdateRevision3DClassicBody
object
1 property 1 required
Node3D
object
8 properties 5 required
SubtreeSize
integer
The number of descendants of the node, plus one (counting itself).
DataIdentifier
object
1 property 1 required
Node3DPropertyFilterBody
Filter request for nodes. Filters nodes with properties matching ones in a list of alternatives.
DataIdentifiers
object
1 property 1 required
CreateRevision3DDmsOnlyBody
object
1 property 1 required
ObjectPatchAddRemove
object
2 properties
CogniteInternalId
integer
A server-generated ID for the object.
SetRevisionCameraProperties
object
1 property
UpdateRevision3D
SetRevisionRotation
object
1 property
InstanceReference
object
1 property 1 required
NextCursorData
object
1 property
CreateRevision3DClassicAndHybridBody
object
1 property 1 required
RevisionLog3DResponse
object
1 property 1 required
BoundingBox3D
object
The bounding box of the subtree with this sector as the root sector. Is null if there are no geometries in the subtree.
2 properties 2 required
Revision3DList
object
1 property 1 required
PartitionObject
object
1 property
TreeIndex
integer
The index of the node in the 3D model hierarchy, starting from 0. The tree is traversed in a depth-first order.
UpdateRevision3DDmsOnlyBody
object
1 property 1 required
Metadata3D
object
Custom, application specific metadata. String key - String value. Limits: Maximum length of key is 32 bytes, value 512 bytes, up to 16 key-value pairs.
RevisionLog3D
object
4 properties 3 required
OneDataDmsIdentifier
object
1 property 1 required
Model3DOutputResponseList
object
1 property 1 required
RevisionCameraProperties
object
Initial camera position and target.
2 properties 2 required
SetRevisionScale
object
1 property
Limit
object
1 property
SetRevisionTranslation
object
1 property
NodeProperties3D
object
Properties extracted from 3D model, with property categories containing key/value string pairs.
ObjectPatch
object
Custom, application specific metadata. String key - String value.
ObjectPatchSet
object
1 property 1 required
Error
object
Cognite API error.
4 properties 2 required
Node3DPropertyFilter
object
Filters used in the search.
1 property
NextCursor
string
Cursor to get the next page of results (if available).
Node3DWithCursorResponse
UpdateRevision3DDmsOnly
Node3DIds
object
1 property 1 required
Node3DNameFilterBody
Filter request for nodes. Filters nodes with properties matching ones in a list of alternatives.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cognite-3d-model-revisions-api-openapi.yml Raw ↑

Other APIs Cognite publishes across the network.

Cognite Data Fusion API
Cognite 3D Asset Mapping API
Cognite 3D Files API
Cognite 3D Jobs API
Cognite 3D Models API
Cognite Annotations API
Cognite Assets API
Cognite Connections API
Cognite Containers API
Cognite Data models API
Cognite Data point subscriptions API
Cognite Data products API
Where this information came from

This is an independent, third-party profile of Cognite 3D Model Revisions API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.