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
Key | Datatype | Required | Description |
---|---|---|---|
filter[represents.data.type] | string | Geometry filtered by represents.data.type | |
coordinateSystem | string | Coordinate system of center point of geometry |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"links":{"self":"/partitions/4fa85f64-8888-2222-c3fc-2c963f66afa6/floorplans/9cf1e1e5-3b76-4cda-b489-7afaf00a8621/geometry/centerpoint"},"data":{"attributes":{"centerPoint":{"type":"Feature","geometry":{"type":"Point","coordinates":[52000,35000]},"properties":null},"unit":"mm"}}}