> For the complete documentation index, see [llms.txt](https://developers.admintotal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.admintotal.com/api/sublineas.md).

# Sublíneas

## Obtener el listado de subsublíneas de productos

<mark style="color:blue;">`GET`</mark> `https://{clave}.admintotal.com/api/v2/sublineas/`

#### Headers

| Name    | Type   | Description            |
| ------- | ------ | ---------------------- |
| Api-key | string | Token de autenticación |

{% tabs %}
{% tab title="200 " %}

```
{
    "count": 201,
    "next": "https://{clave}.admintotal.com/api/v2/sublineas/",
    "previous": null,
    "results": [
        {
            "id": 1736,
            "linea": 1638,
            "nombre": "LÁCTEOS"
        },
        ...
    ]
}
```

{% endtab %}
{% endtabs %}
