v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
estimates

Get Estimate Sections

Use this endpoint to get all sections for the given estimate. Supported includes: createdBy, modifiedBy, items.

get/estimates/{estimateId}/sections

Path parameters

estimateIdstring uuid required

The estimate's unique identifier

Query parameters

includesstring

Optional fields to include in full with the response.

Response

OK

Example response

{
  "items": [
    {
      "id": "43bc3071-8701-4514-92d2-0ab6934bbacc",
      "title": "Roofing",
      "createdBy": {
        "id": "228db892-3b49-4455-b839-ffd8576d8731",
        "_link": "https://api.acculynx.com/api/v2/users/228db892-3b49-4455-b839-ffd8576d8731"
      },
      "createdDate": "2015-07-28T17:48:59Z",
      "modifiedBy": {
        "id": "228db892-3b49-4455-b839-ffd8576d8731",
        "_link": "https://api.acculynx.com/api/v2/users/228db892-3b49-4455-b839-ffd8576d8731"
      },
      "modifiedDate": "2015-07-29T17:48:59Z",
      "items": [
        {
          "id": "79bd84ff-a16a-4358-b1de-be5071c0f19c",
          "_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"
        }
      ],
      "_link": "https://api.acculynx.com/api/v2/estimates/01a7cfc1-2231-4589-9657-7f3004c06bd3/sections/43bc3071-8701-4514-92d2-0ab6934bbacc"
    }
  ]
}