Building Geometry API

Number of APIs: 10

Self contained system for geometry storage

Contact Support: Name: Siemens Regional Contact

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

  2. floorplans-{floorplanId} - Get Floorplan GET {{baseUrl}}/floorplans/:floorplanId

  3. palettes - List Palettes GET {{baseUrl}}/palettes?page[number]=1&page[size]=20&filter[discipline]=<string>&filter[countryCode]=<string>&sort=-createdAt

  4. palettes-{paletteId}/symbols - Get Symbol Palette by ID GET {{baseUrl}}/palettes/:paletteId/symbols/:symbolId

  5. floorplans-{floorplanId}-geometry - Get Geometry GET {{baseUrl}}/floorplans/:floorplanId/geometry/:geometryId?include=<string>

  6. floorplans - List Floorplans GET {{baseUrl}}/floorplans?page[number]=1&page[size]=20&filter[defaultFloorplan]=<boolean>&filter[isPartOfBuilding.data.id]=<string>&filter[representsFloor.data.id]=<string>&sort=-createdAt

  7. palettes-{paletteId}/symbols - List Symbols GET {{baseUrl}}/palettes/:paletteId/symbols?page[number]=1&page[size]=20&filter[represents.data.id]=<string>&fallbackToSymbolsByGeometryEntityTypeHierarchy=<boolean>&sort=-createdAt

  8. floorplans-{floorplanId}-floorplan-images - List Floorplan Images GET {{baseUrl}}/floorplans/:floorplanId/floorplan-images?filter[deprecated]=<boolean>&page[number]=1&page[size]=20&sort=-createdAt&coordinateSystem=ORG2D

  9. floorplans-{floorplanId}-floorplan-images - Get Floorplan Image GET {{baseUrl}}/floorplans/:floorplanId/floorplan-images/:floorplanImageId?coordinateSystem=ORG2D

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