---
title: "Get Sections"
method: GET
path: "/sections"
tags: ["Groups and Sections"]
---

# Get Sections

`GET /sections`

Get all the sections for an organization.  
For more information about the group system, see [the Groups and Sections description](/guides/api/resources/organizations/groups).

## Query parameters

- `page` integer
- `org_id` integer
- `group_name_query` string

## Response `200`

OK

- SectionsGetSuccessResponse
  - `page` integer
  - `count` integer
  - `max_page` integer
  - `sections` SectionItem[]
    - `id` integer — ID of the section
    - `name` string — Name of the section, must be unique
    - `groups` GroupItem[]
      - `id` integer
      - `name` string
      - `has_puller` boolean — If the group is connected to an automated data puller or not. Groups linked to pullers cannot be modified or deleted. Should you want to make any changes to a group connected to a puller, please contact support for assistance.
      - `business_count` integer — Number of businesses in the group that the requesting user has access to. Note that this might not be the same number as the total number of businesses in the group.
    - `can_edit` boolean — If the current user has the right to edit or delete the section, or one of the groups it contains
    - `has_puller` boolean — If the section is connected to an automated data puller or not. Sections linked to pullers cannot be modified or deleted. Should you want to make any changes to a section connected to a puller, please contact support for assistance.

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
