---
title: "Consulta das sugestões enviadas pelo suggestion box"
method: GET
path: "/suggestions/"
tags: ["Score"]
---

# Consulta das sugestões enviadas pelo suggestion box

`GET /suggestions/`

Este endpoint permite a consulta das sugestões enviadas pelo suggestion box.

## Response `200`

Successful response

- object[]
  - `suggestion` string — Sugestão 1
  - `readed` integer — 0
  - `date_received` string — 2023-03-22 17:12:19
  - `id_client` integer — 0
  - `name` string
  - `description` string — {\"en-US\": \"\", \"es-ES\": \"\", \"pt-BR\": \"Bem-estar\"}

## Other responses

- `404` — Not found response

---

[API](https://skmtc.net/gupy/apis/gupy-public-api.md) · [All operations](https://skmtc.net/gupy/apis/gupy-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gupy/gupy-public-api/versions/3f26defa2a42/schema)
