# Modelo de carta

## List Models

<mark style="color:blue;">`GET`</mark> `https://api.acessorh.com.br/v1/models`

Este endpoint lista os modelos de carta cadastrados na empresa.

#### Query Parameters

| Name    | Type    | Description                                                 |
| ------- | ------- | ----------------------------------------------------------- |
| sort    | string  | Ordena os resultados dos modelos por "name" e "updated".    |
| type    | string  | UID do tipo de modelo cadastrado.                           |
| skip    | integer | Indica a quantidade de modelos que serão pulados(paginação) |
| limit   | integer | Limite de modelos que serão listados(paginação)             |
| account | string  | UID da empresa onde os modelos estão cadastrados.           |

#### Headers

| Name          | Type   | Description                                                  |
| ------------- | ------ | ------------------------------------------------------------ |
| Authorization | string | Token de acesso adquirido pela plataforma Identity (Bearer). |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
[
    {
        "code": "",
        "context": "brazil",
        "id": "b61a61e0-3824-4f1c-8044-adae53cba91e",
        "name": "Modelo 1",
        "sendToSignature": false,
        "signatureRequired": false,
        "template": {
            "path": "organization/896ffd1d-a3a9-43df-a2e8-eed057fe40e6/account/2d9174c4-06b7-4956-a5dc-8824d8a2f49e/model/template/67dbabcc-d04b-4e2b-b5b4-064507eb9111/67dbabcc-d04b-4e2b-b5b4-064507eb9111.html",
            "mime": "text/html",
            "size": 29085,
            "name": ""
        },
        "type": "b4b89b51-bfe8-42fb-938c-0223aa56fbf4",
        "typeName": "Nome do tipo de modelo"
    }
]
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://acessorh.gitbook.io/project/api/modelo-de-carta.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
