Accubid Anywhere APIs
Steps to Using Accubid Anywhere APIs
Overview
This section shows you how to quickly start calling the Accubid Anywhere APIs. We recommend using a popular API testing tool.
The steps below outline how to efficiently return data by utilizing the tree structure. In order to get project level details, you will first need to pass Database token. In order to get estimate level details, you will need to pass a Project ID, and so on.
Authentication
The access token acquired from authentication must be included as an Authorization Bearer token in all other API calls. To acquire access token please follow the TrimbleIdentity documentation for the “Authorization Code” and “Authorization Code with PKCE” grant types.
Check out the Authorization Guide for more information.
Get database token
This will return a list of database names and tokens.
Get the project list
Get the project list for a database
This will return a list of project names and IDs.
Get the estimate list
Get the estimate list for a project
This will return a list of estimated names and IDs
Get the estimate info
Get information for a specific estimate
This will return information for a specific estimate
Get extension details for a specific estimate
Call the estimate extension item details API to get extension information for a specific estimate
This will send a message with a URL via SignalR when the file is available for download.
Get extension details for a specific Bid Summary
Call the estimate extension item details API to get extension information for a specific Bid Summary
This will send a message with a URL via SignalR when the file is available for download.
Get the final price data
Call the final price API to get the final price data for a Bid Summary
This will return the final price data for a specific Bid Summary.
Get the conract list
Call the Contract List API to get a list of contracts for a Project
This will return a list of Contracts.
Get PCO list
Get the list of PCOs for a Contract
This will return a list of PCOs.
Get the PCO info
Get information for a specific PCO
This will return information for a specific PCO.
Get the ContractQuoteLabels
Get list of ContractQuoteLabels for a contract
This will return a list of ContractQuoteLabels.
Get the ContractSubcontractLabels
Get list of ContractSubcontractLabels for a contract
This will return a list of ContractSubcontractLabels.
Get the Contract Statuses
Get list of Statuses for a contract
This will return a list of Contract Statuses.