You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 155 Next »

Help us improve the Bimplus API doc by providing your valuable comments. You can find the comment section at the bottom of the page.

Standard Procedure

Developers please use https://api-stage.bimplus.net/v2 (stage version of Bimplus API) and http://portal-stage.bimplus.net/ (stage version of Shop/Portal) for testing purposes. The production version of the portal is located under  https://portal.bimplus.net/   and the base url of the API is different for the production version.

Generally, the Bimplus REST API calls consist of five steps for accessing the resources.

1. Developer Registration

Generally our portal  https://www-stage.bimplus.net/ is the first place of contact of the user/developer for using the Bimplus 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.

Please, use the client_id from the request and regenerate the token (using the same API call with client_id as the additional parameter) for having the possibility to login multiple times at the same time. For more information, see here

Renew your license to continue

Your evaluation license has expired. Contact your administrator to renew your Composition license.

Renew your license to continue

Your evaluation license has expired. Contact your administrator to renew your Composition license.

3. Receive the authentication token 

The token is received in the request.

Renew your license to continue

Your evaluation license has expired. Contact your administrator to renew your Composition license.

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.

Renew your license to continue

Your evaluation license has expired. Contact your administrator to renew your Composition license.

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.

Renew your license to continue

Your evaluation license has expired. Contact your administrator to renew your Composition license.

 

Tools 


Plugins for doing REST based calls (REST Client) 

Chrome --> Advanced REST clientPostman - REST clientSimple REST client

Firefox --> RESTClient

For validating or formatting JSON --> http://jsonlint.com/

  • No labels