Skip to content

Project API

The Anywhere Project API is used to retrieve the list of Anywhere Projects that the user has access to and retrieve details of individual projects where required.

The Anywhere Project API can now be used to retrieve a list of Folders that the user has access to, starting from the root folder and a list of folders within a specific folder.

Finally the Anywhere Project API can also be used to create Folders or Projects in Anywhere.

The retrieved information can then be used as an input to subsequent API calls, such as the Anywhere Estimate API.

In order to use the API the user must:

  • Must be permissioned in the Accubid Anywhere Manager for ‘API Data Access’ (‘Full’ permission).
  • Be successfully authenticated via Trimble ID.
  • Retrieve a database token from the Anywhere Database API.

This API allows you to create a new folder in a specific database that the current user has access to.

This API allows you to get a list of folders in the root folder within a specific database that the current user has access to.

This API allows you to get a list of folders in a specific parent folder within a specific database that the current user has access to.

This API allows you to create a new project in a specific folder for a specific database that the current user has access to.

This API allows you to get a list of projects that the current user has access to within a specific database.

This API allows you to get details of a specific project that the user has access to.

  • Follow the below instructions regarding authorization.
  • Follow the instructions regarding authenticating with Trimble Identity.
  • Call the database list API to return a list of database names and tokens. Note - database tokens do not change, so they can be saved for future use.
  • Call the project list API to return a list of project names and IDs. Note - Project IDs do not change, so they can be saved for future use.
  • Database - The user requires a database token in order to retrieve a list of projects (for that database).
  • Anywhere Database API - In order to use the Projects API you will require database tokens from the Anywhere Database API.

Please see below table containing the list of currently used error codes

CodeDescription
200The request was successful
400Parameter(s) are invalid
401Request could not be authorized
403Request was explicitly forbidden, user does not have access to database
404A required reference was not found
409Conflict. Database is locked please try again later