---
title: "List Divisions"
method: GET
path: "/api/v1/divisions"
tags: ["Divisions"]
---

# List Divisions

`GET /api/v1/divisions`

## Query parameters

- `fields[divisions]` DivisionsReadableAttribute[] — Division readable attributes list
- `filter[created_at][gt]` string, date-time — String representation of datetime
- `filter[created_at][lt]` string, date-time — String representation of datetime
- `filter[updated_at][gt]` string, date-time — String representation of datetime
- `filter[updated_at][lt]` string, date-time — String representation of datetime
- `sort` string[] — Division sortable attributes
- `page[number]` integer
- `page[size]` integer
- `stats[total]` 'count'

## Response `200`

OK: Divisions collection

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/pinpointhq/apis/pinpoint-external-api-reference.md) · [All operations](https://skmtc.net/pinpointhq/apis/pinpoint-external-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pinpointhq/pinpoint-external-api-reference/versions/da26e9683289/schema)
