---
title: "Get sections"
method: GET
path: "/api/v2/sections"
tags: ["Sections"]
---

# Get sections

`GET /api/v2/sections`

List all sections.

## Query parameters

- `filter` union — Filter schema for `section` list endpoints — pass a single condition or a logical group.
  - FilterSection — Filter parameters for deal sections.
    - `id` union — Filter by ID.
      - Id — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` Id — unresolved $ref
        - `contains` Id — unresolved $ref
        - `eq` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
    - `name` union — Filter by section name (text search).
      - Name — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` Name — unresolved $ref
        - `not_contain` Name — unresolved $ref
        - `contains` Name — unresolved $ref
        - `not_eq` Name — unresolved $ref
    - `deal_id` union — Filter by the associated deal.
      - DealId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` DealId — unresolved $ref
        - `not_eq` DealId — unresolved $ref
        - `contains` DealId — unresolved $ref
        - `not_contain` DealId — unresolved $ref
    - `budget_id` union — Filter by the associated budget.
      - BudgetId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` BudgetId — unresolved $ref
        - `eq` BudgetId — unresolved $ref
        - `contains` BudgetId — unresolved $ref
        - `not_contain` BudgetId — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection section

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/11e8576224b8/schema)
