Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Send a request for the authentication token.

Wiki Markup
_\[Jump to Anchor\|#myAnchor\]_

2. Receive the authentication token.

3. Use the token for making the API request for any resource.

1. Authentication token request
Anchor
myAnchor
myAnchor

The authentication request for accessing the BimPlus resource should be sent in the JSON format using the Authentication Service.

...

Using the authentication token, the necessary resource can be accessed and the desired action can be performed on that resource using the BimPlus REST API.

Example:

GET https://api.bimplus.net/v2/authorizebimplus/projects

JSON Response:

Tools

Plugins for doing REST based calls (REST Client)

...