---
title: "Get banner content"
method: GET
path: "/dcd/banner"
tags: ["dcd"]
deprecated: true
---

# Get banner content

`GET /dcd/banner`

> **Deprecated.**

Returns a list of configured banners with filters provided.

## Query parameters

- `page` string
- `section` string

## Response `200`

DCD Banners.

- object
  - `banners` Banner[]
    - `id` integer, required
    - `page` string, required — Reference to the page where banner is supposed to be displayed.
    - `section` string, required — Reference to the section of a page where banner is supposed to be displayed.
    - `tag` string
    - `title` string, required
    - `subtitle` string
    - `meta` string
    - `order` integer, required — Display order.
    - `link_url` string, required
    - `link_text` string
    - `link_active` boolean, required — Indicates if the banner link is active
    - `is_video` boolean
    - `translation_key` string, required
    - `is_slide` boolean
    - `membership_type_id` integer
    - `image_url_1` string, required
    - `image_url_2` string
    - `image_url_3` string
    - `image_url_4` string
    - `version` integer — The version of the returned entity

## Other responses

- `304` — If the If-None-Match header is sent and matches with the Etag it will return the 304 (Not Modified) response without the data on the body.
- `400` — Error while retrieving banner content.

---

[API](https://skmtc.net/zumba/apis/zumba-s-api.md) · [All operations](https://skmtc.net/zumba/apis/zumba-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zumba/zumba-s-api/revisions/90e715bcdf3d/schema)
