Get Geometry Center Point

GET {{baseUrl}}/floorplans/:floorplanId/geometry/center-point?filter[represents.data.type]=<string>&coordinateSystem=ORG2D

Get Geometry Center Point for all the Geometry available on the Floorplan filtered with user provided parameters in ORG2D

Request Params

KeyDatatypeRequiredDescription
filter[represents.data.type]stringGeometry filtered by represents.data.type
coordinateSystemstringCoordinate system of center point of geometry

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;links&quot;:{&quot;self&quot;:&quot;/partitions/4fa85f64-8888-2222-c3fc-2c963f66afa6/floorplans/9cf1e1e5-3b76-4cda-b489-7afaf00a8621/geometry/centerpoint&quot;},&quot;data&quot;:{&quot;attributes&quot;:{&quot;centerPoint&quot;:{&quot;type&quot;:&quot;Feature&quot;,&quot;geometry&quot;:{&quot;type&quot;:&quot;Point&quot;,&quot;coordinates&quot;:[52000,35000]},&quot;properties&quot;:null},&quot;unit&quot;:&quot;mm&quot;}}}