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

# GET /backoffice/faq/

`GET /backoffice/faq/`

List all questions and their answers, translated in a specific language.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

- PaginatedFAQEntryList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` FAQEntry[], required
    - `name` string, required — The unique identifier of the question.
    - `question` string, required
    - `answer` string, required

## 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-11** `5937144dd52d` — 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/faq/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)
