---
title: "Get a list of all business sections"
method: GET
path: "/api/v1/GetSections.{format}"
tags: ["Section"]
---

# Get a list of all business sections

`GET /api/v1/GetSections.{format}`

Returns a list of all business sections

## Path parameters

- `format` string, required

## Response `200`

OK

- SectionModel[]
  - `sectionId` integer
  - `name` string, nullable
  - `displayOrder` integer
  - `sectionType` integer
  - `showMinuteEntry` boolean

---

[API](https://skmtc.net/parliament/apis/lords-business.md) · [All operations](https://skmtc.net/parliament/apis/lords-business/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parliament/lords-business/revisions/206f8eaba94d/schema)
