v1

latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KB
Projects

Get Project Sections

List sections (groupings of tasks) within a project.

get/projects/{project_id}/sections

Path parameters

project_idstring required
Example:ev:1234567789001

Project ID

Response

OK

idnumber required
namestring required
projectstring required
positionnumber required
status'open' | 'archived'
collapsedboolean nullable

Example response

[
  {
    "id": 1234,
    "name": "Section Name",
    "project": "ev:1234567890",
    "position": 1,
    "status": "open"
  }
]