---
title: "Buscar consumos de assinatura"
method: GET
path: "/v1/clube/consumo"
tags: ["Clube de Assinaturas"]
---

# Buscar consumos de assinatura

`GET /v1/clube/consumo`

Busca os consumos de assinatura realizados no estabelecimento

## Query parameters

- `page` integer
- `pageSize` integer
- `dataInicial` string, date-time
- `dataFinal` string, date-time
- `clienteId` integer
- `planoId` integer
- `itemConsumidoNome` string
- `profissionalId` integer
- `ordenarPor` 'AtendimentoMaisRecente' | 'ClienteNome' | 'AssinaturaNome' | 'ItemConsumidoNome' | 'ProfissionalNome'

## Headers

- `estabelecimentoId` string, required

## Response `200`

Success

- BeneficioUsadoDTOPaged
  - `page` integer
  - `pageSize` integer
  - `totalPages` integer
  - `totalRecords` integer
  - `data` BeneficioUsadoDTO[], nullable
    - `id` integer
    - `dataDaUtilizacao` string, date-time
    - `clienteId` integer
    - `profissionalId` integer, nullable
    - `consumo` BeneficioDaAssinaturaDTO
      - `beneficio` BeneficioDTO
        - `tipo` string, nullable
        - `nome` string, nullable
        - `valorUnitario` number, double
        - `consumoLimitado` boolean
        - `cicloDeConsumo` 'Especifico' | 'Mensal'
        - `prazoParaConsumo` integer, nullable
        - `quantidadeMaximaConsumo` integer, nullable
      - `assinaturaId` integer
      - `planoId` integer
      - `itemNome` string, nullable
      - `ativo` boolean
      - `dataDeInclusao` string, date-time
      - `quantidadeConsumidaNoCicloAtual` integer
      - `quantidadeConsumidaTotal` integer

---

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