---
title: "Listar capturas"
method: GET
path: "/concessions"
---

# Listar capturas

`GET /concessions`

Este recurso retorna uma lista com todas as capturas / cessões efetuadas.

## Query parameters

- `q[createdAtGt]` string, date
- `q[createdAtLt]` string, date
- `q[statusEq]` 'pending' | 'approved' | 'rejected' | 'canceled' | 'expired'
- `q[typeEq]` 'offering' | 'catching' | 'returning'
- `p[page]` integer
- `p[per_page]` integer

## Response `200`

200

- object
  - `data` object
    - `id` string
    - `type` string
    - `attributes` object[]
      - `createdAt` string
      - `updatedAt` string
      - `status` string
      - `accessId` string
      - `type` string
      - `count` integer
      - `value` string
  - `meta` object
    - `search` object
      - `filteredFieldEq` string
    - `currentPage` integer
    - `previousPage` integer
    - `nextPage` integer
    - `totalPages` integer
    - `perPage` integer
    - `totalCount` integer

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/grafeno/apis/api-v2-grafeno.md) · [All operations](https://skmtc.net/grafeno/apis/api-v2-grafeno/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grafeno/api-v2-grafeno/versions/20f928f6933f/schema)
