Objects

Create room passive element

Add a new passive element (column, wall, ramp, stairs, door, or other obstruction) to a room floor plan. The server assigns the element identifier. Requires MODIFY access to the room object.

post/v1/objects/{object-id}/floor-plan/passive-elements

Path parameters

object-idinteger required

Room object ID

Request body

idinteger

Element ID (assigned by the server; ignored on input).

namestring
type'COLUMN' | 'WALL' | 'RAMP' | 'STAIRS' | 'DOOR' | 'OTHER'

Element type (default OTHER). Immutable after creation.

xinteger

X coordinate of footprint reference corner.

yinteger

Y coordinate of footprint reference corner.

rotationinteger

Rotation in degrees.

widthinteger
depthinteger

Response

Passive element created

idinteger

Element ID (assigned by the server; ignored on input).

namestring
type'COLUMN' | 'WALL' | 'RAMP' | 'STAIRS' | 'DOOR' | 'OTHER'

Element type (default OTHER). Immutable after creation.

xinteger

X coordinate of footprint reference corner.

yinteger

Y coordinate of footprint reference corner.

rotationinteger

Rotation in degrees.

widthinteger
depthinteger

Changes