v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
estimates

Get Estimate Section Items

Use this endpoint to get all items for the given estimate section.

get/estimates/{estimateId}/sections/{estimateSectionId}/items

Path parameters

estimateIdstring uuid required

The estimate's unique identifier

estimateSectionIdstring uuid required

The estimate section's unique identifier

Response

OK

Example response

{
  "items": [
    {
      "id": "79bd84ff-a16a-4358-b1de-be5071c0f19c",
      "estimateUnit": "SF",
      "orderUnit": "EA",
      "unitConversion": 0.1,
      "selectedUnit": 1,
      "_link": "https://api.acculynx.com/api/v2/estimates/01a7cfc1-2231-4589-9657-7f3004c06bd3/sections/43bc3071-8701-4514-92d2-0ab6934bbacc/items/79bd84ff-a16a-4358-b1de-be5071c0f19c"
    }
  ]
}