---
title: "List document types"
method: GET
path: "/generals/documents/"
tags: ["Collections"]
---

# List document types

`GET /generals/documents/`

Reference catalogue of fiscal document types per country.

## Query parameters

- `page` integer
- `page_size` integer
- `ordering` string
- `country` string
- `currencies` string
- `is_sale` boolean
- `is_purshase` boolean
- `is_order` boolean
- `hold_taxes` boolean

## Response `200`

Paginated document list.

- object
  - `count` integer, required — Total number of items matching the filter.
  - `next` string, uri, nullable — URL of the next page, or `null` if last page.
  - `previous` string, uri, nullable — URL of the previous page, or `null` if first page.
  - `results` GeneralDocument[], required — The items in the current page.
    - `id` string
    - `country` string
    - `code` integer
    - `name` string
    - `currencies` string[]
    - `is_sale` boolean
    - `is_purshase` boolean
    - `is_order` boolean
    - `is_foreign` boolean
    - `has_taxes` boolean
    - `has_taxes_detail` boolean
    - `has_lines_total` boolean
    - `has_local_format` boolean
    - `hold_taxes` boolean
    - `allow_partial_credit` boolean
    - `allow_retention` boolean
    - `send` boolean
    - `given` boolean

---

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