---
title: "List sections"
method: GET
path: "/brandfolders/{brandfolder_id}/sections"
tags: ["sections"]
---

# List sections

`GET /brandfolders/{brandfolder_id}/sections`

Returns the Brandfolder's sections.

## Query parameters

- `include` string

## Response `200`

The sections in the matching Brandfolder.

- object
  - `data` Section[], required
    - `id` string, required — Unique identifier for the resource instance.
    - `type` 'sections', required — The type of the resource.
    - `attributes` SectionAttributes, required
      - `name` string — The name of the section.
      - `default_asset_type` 'GenericFile' | 'Color' | 'Font' | 'ExternalMedium' | 'Person' | 'Press' | 'Text' — The type of asset the section contains.
      - `position` integer — A non-negative integer that represents where the section displays relative to other sections. The first position is `0`.
  - `meta` PaginationMetadataResponse, required — Page context information.
    - `current_page` integer, required
    - `next_page` object, nullable, required
    - `prev_page` object, nullable, required
    - `total_pages` unknown, required
    - `total_count` unknown, required

## Other responses

- `default` — Generic error payload

---

[API](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/brandfolder-openapi-reference/revisions/fd95b0a2d2f8/schema)
