---
title: "Retrieves a list of sections (task groups) within a project. Requires a ProjectID query parameter."
method: GET
path: "/api/Section"
tags: ["Section"]
---

# Retrieves a list of sections (task groups) within a project. Requires a ProjectID query parameter.

`GET /api/Section`

## Query parameters

- `ProjectID` integer, required

## Response `200`

Returns the list of sections for the specified project.

- SectionList — Collection of sections within a project.
  - `Sections` SectionDetails[] — List of sections in this project.
    - `SectionID` integer — Unique identifier for the section.
    - `ProjectIDFK` integer — The project this section belongs to.
    - `Title` string — Section title/name.
    - `DisplayOrder` integer — Sort order position for display within the project.
    - `StartDateUTC` string, date-time — Section start date in UTC.
    - `StartDate` string, date-time — Section start date in local time.
    - `EndDateUTC` string, date-time — Section end date in UTC.
    - `EndDate` string, date-time — Section end date in local time.
  - `TotalCount` integer — Total number of sections in the project.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/avaza/apis/avaza-api-documentation.md) · [All operations](https://skmtc.net/avaza/apis/avaza-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avaza/avaza-api-documentation/versions/1eeadf750514/schema)
