Help us improve the bim+ API doc by providing your valuable comments. You can find the comment section at the bottom of the page.
Standard Procedure
Note: Please use http://bimplus-dev.mantro.net for the testing purposes because our productive server https://api.bimplus.net is not available to the market yet.
Generally, the Bim+ REST API calls consist of five steps for accessing the resources.
1. Developer Registration
Bimplus portal is the first place of contact of the user/developer for using the bim+ platform. Please, do the developer registration here.
2. Authentication token request
The authentication request for accessing the BimPlus resource should be sent in the JSON format using the Authorization service. The registered user name and password in the Bimplus portal should be provided here.
3. Receive the authentication token
The token is received in the request.
4. Get the team information
The team has to be specified and setup through the bimplus portal as so-called slugs to present a clean URL . Slugs are lowercase unique identifiers based on English characters and numbers. The team slug will be used to know which tenant database to work on.
5. Request the desired resource
Using the authentication token and the team slug, the necessary resource can be accessed and the desired action can be performed on that resource using the Bimplus REST API .
For example, we can use this token to get the project list.
Tools
Plugins for doing REST based calls (REST Client)
Chrome --> Advanced REST client, Postman - REST client, Simple REST client
Firefox --> RESTClient
For validating or formatting JSON --> http://jsonlint.com/