v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBFetch bill of quantities list.
This endpoint enables you to retrieve a list of bills of quantities, with optional filters available, as well as an offset and limit parameter. In the context of geoCapture, a bill of quantities is a document commonly utilized in the construction industry and service sectors to provide a comprehensive description of all the work needed for a specific project. The document specifies each task and material, with their respective specifications and quantities. When coordinating a project, it is essential to provide a clear and detailed overview of all tasks, materials and quantities required. A bill of quantities acts as a comprehensive outline, similar to a shopping list that specifies the exact amount of each item needed. All measurements are in metric units such as metres, square metres, cubic metres, kilograms or litres. In geoCapture, one can customize units to fit specific needs.
For example, if you are managing the development of a garden area around a corporate building, your bill of quantities might include:<br> Topsoil (45 cubic meters)<br> Grass sod (186 square meters)<br> Maple trees (10 trees, approximately 4.5 meters tall)<br> Labor for installation (40 man-hours)<br> Watering and maintenance services for the initial 30 days
Query parameters
Filters the bills of quantities based on the internal IDs.
Filters the bills of quantities based on the import keys.
Filters the bills of quantities based on the externalIds.
Filters the bill of quantities based on the given date.
Filters the bill of quantities based on the given date.
Use this parameter to specify the number of records you want to skip before starting to collect the data from the result set.
The limit parameter defines the maximum number of records that can be retrieved in a single API request, with a max and default value set at 500 records.
Response
Success Response:
Example response
{
"data": [
{
"date": "2015-02-20T12:59:21+01:00"
}
]
}