GET Get object details for service integration
GET /console/objects/{objectId}/details: Get object details for service integration. Retrieve object details including viewer, GLB and upload file paths.
Are you an LLM? You can read better optimized documentation at /docs/api/endpoints/console/get-console-objects-objectId-details.md for this page in Markdown format
GET
Try it out https://api.rooom.com/console/objects/{objectId}/detailsScopes
product:serviceParameters
Path Parameters
| Name | Type | Description |
|---|---|---|
objectIdrequiredExample: 507f1f77bcf86cd799439011 | string | Unique identifier of the object |
Query Parameters
| Name | Type | Description |
|---|---|---|
lang | string | Language (de_DE, en_US, ...) |
Responses
200Successfully retrieved object details
401Unauthorized
404Object not found
GET /console/objects/{objectId}/details Get object details for service integration Retrieve object details including viewer, GLB and upload file paths. Designed for service-to-service integration (e.g. Case Manager). Required scopes: product:service objectId Unique identifier of the object lang Language (de_DE, en_US, ...)