GET Get room object content information
Retrieve detailed content information for a specific object within a room, including images, text, videos, and other media content associated with the object.
Are you an LLM? You can read better optimized documentation at /docs/api/endpoints/rooms/get-rooms-roomId-objects-roomObjectId-info.md for this page in Markdown format
GET
Try it out https://api.rooom.com/rooms/{roomId}/objects/{roomObjectId}/infoParameters
Path Parameters
| Name | Type | Description |
|---|---|---|
roomIdrequiredExample: _roomId_ | string | Room identifier. |
roomObjectIdrequired | string | Room object identifier. |
Responses
200Successfully retrieved object content information
500Internal server error
GET /rooms/{roomId}/objects/{roomObjectId}/info Get room object content information Retrieve detailed content information for a specific object within a room, including images, text, videos, and other media content associated with the object. roomId Room identifier. roomObjectId Room object identifier.