---
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.

---

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