---
title: "Get divisions for a given debate section"
method: GET
path: "/debates/divisions/{debateSectionExtId}.{format}"
tags: ["Debates"]
---

# Get divisions for a given debate section

`GET /debates/divisions/{debateSectionExtId}.{format}`

Get divisions for a given debate section by External Id

## Path parameters

- `format` string, required
- `debateSectionExtId` string, required

## Response `200`

OK

- DivisionOverview[]
  - `Id` integer
  - `Time` string
  - `Date` string, date-time
  - `DivisionHasTime` boolean
  - `ExternalId` string
  - `AyesCount` integer
  - `NoesCount` integer
  - `House` string
  - `DebateSection` string
  - `DebateSectionSource` string
  - `Number` string
  - `DebateSectionExtId` string
  - `MemberVotedAye` boolean
  - `TextBeforeVote` string
  - `TextAfterVote` string
  - `EVELType` integer
  - `EVELInfo` string
  - `EVELAyesCount` integer
  - `EVELNoesCount` integer
  - `IsCommitteeDivision` boolean

---

[API](https://skmtc.net/parliament/apis/hansard-api.md) · [All operations](https://skmtc.net/parliament/apis/hansard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parliament/hansard-api/revisions/3b1458d7709c/schema)
