---
title: "Firm List"
method: GET
path: "/summaries/firms/records"
tags: ["Ventas"]
---

# Firm List

`GET /summaries/firms/records`

Lista de firmas de resumenes

## Query parameters

- `offset` integer
- `limit` integer
- `state_type_id` string
- `start_date` string
- `end_date` string

## Headers

- `X-Company-Token` string, required

## Response `200`

Successful Response

- SummaryFirmResource
  - `total` integer, required
  - `limit` integer, required
  - `offset` integer, required
  - `total_pages` integer, required
  - `current_page` integer, required
  - `docs` SummaryFirmOut[], required
    - `id` string, required
    - `serie` string, required
    - `numero` union
      - integer
      - string
    - `cliente` string, nullable
    - `fecha_de_emision` string, date-time, required
    - `hora_de_emision` string, time, nullable, required
    - `estado` string, nullable
    - `estado_id` string
    - `tipo_documento_id` string
    - `documentos` integer, nullable
    - `has_xml` boolean, nullable
    - `has_cdr` boolean, nullable
    - `es_demo` boolean, nullable
    - `empresa` unknown
    - `descargar_xml` string, nullable
    - `descargar_cdr` string, nullable
    - `eventos` unknown[]
      - unknown
    - `archivo` string, required
    - `hash` string
    - `ticket` string

## Other responses

- `422` — Validation Error

---

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