…
|
||
---|---|---|
.. | ||
README.md | ||
apiDefinition.swagger.json | ||
apiProperties.json |
README.md
BuildingMinds DigitalTwin Core Connector
BuildingMinds Core provides various REST APIs. With this API you can access the Digital Building Twin Masterdata API on the BuildingMinds Platform. A problem many customers have in the real estate sector is accurate information about their buildings. With the API customers and partners can use and create Apps which build on the Digital Building Twin.
Publisher: BuildingMinds
Prerequisites
To use the connector you need an account on the BuildindMinds Platform and user with appropriate authorisation. See below for getting access.
Supported Operations
Required. Describe actions, triggers, and other endpoints.
Operation 1
Description of operation 1.
The connector supports the following operations:
GetPortfolios
: Get all portfoliosGetSites
: Get all sitesGetBuildings
: Get all buildingsGetFloors
: Get all floorsGetRoofs
: Get all roofsGetFacades
: Get all facadesGetOutsideareas
: Get all outside areasGetSubareas
: Get all sub areasGetLands
: Get all landsGetSpaces
: Get all spacesGetPortfolioById
: Gets a portfolio with the given IDGetSiteById
: Gets a site with the given IDGetBuildingById
: Gets a buildings with the given IDGetFloorById
: Gets a floor with the given IDGetRoofById
: Gets a roof with the given IDGetFacadeById
: Gets a facade with the given IDGetOutsideareaById
: Gets an outside aread with the given IDGetSubareaById
: Gets a suba area with the given IDGetLandById
: Gets a land with the given IDGetSpaceById
: Gets a space with the given IDCheckForChildrenOnPortfolio
: Gets a site with the given IDCheckForChildrenOnSite
: Gets the information about the existence of children on a siteCheckForChildrenOnBuilding
: Gets the information about the existence of children on a buildingCheckForChildrenOnFloor
:Gets the information about the existence of children on a floorCheckForChildrenOnRoof
: Gets the information about the existence of children on a roofCheckForChildrenOnFacade
: Gets the information about the existence of children on a facadeCheckForChildrenOnOutsidearea
: Gets the information about the existence of children on an outside areaCheckForChildrenOnSubarea
: Gets the information about the existence of children on a sub areaCheckForChildrenOnLand
: Gets the information about the existence of children on a landCheckForChildrenOnSpace
: Gets the information about the existence of children on a spaceGetAssociatedSpacesForSpace
: Get the list of associated entitiesGetUnassociatedSpaces
: Get the list of not associated entities
Obtaining Credentials
Please contact us under: https://buildingminds.com/services/customer-support or support@buildingminds.com
Known Issues and Limitations
No known issues.
Deployment Instructions
- Clone the PowerPlatformConnectors GitHub repository
- Open a terminal, then change to the
Docurain
directory - Run
paconn login
, then follow the authentication steps - Once authenticated, run
paconn create --api-def apiDefinition.swagger.json --api-prop apiProperties.json
- Select the target environment for your connector