---
title: "GET /backoffice/banners/"
method: GET
path: "/backoffice/banners/"
tags: ["backoffice"]
---

# GET /backoffice/banners/

`GET /backoffice/banners/`

List all active banners.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

- PaginatedBannerList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Banner[], required
    - `name` string, required — The banner's name.
    - `date_start` string, date-time, required — Date on which the banner should be returned by the API.
    - `date_end` string, date-time, required — After this date the banner should not be returned by the API.
    - `title` string, required
    - `text` string, required
    - `action_label` string, required
    - `action_link` string, required
    - `priority` integer — Allows to order the banners.
    - `security_advisory` boolean — If True the banner is a security announcement.

## Changes

- **2024-12-19** `3bba1a8d6651` — 2 info
  - the response property `count` became required for the status `200`
  - the response property `results` became required for the status `200`
- **2023-07-04** `c0da060f78a8` — 1 info
  - endpoint added
- **2023-07-04** `b0f74d913a83` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tournesol-app/apis/tournesol-api/changes/backoffice/banners/get.md)

---

[API](https://skmtc.dev/tournesol-app/apis/tournesol-api.md) · [All operations](https://skmtc.dev/tournesol-app/apis/tournesol-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tournesol-app/tournesol-api/revisions/96c8c62ad972/schema)
