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

# Methods

## Overview

`base_url=https://www.labii.dev/`

## Common Methods

## \* List

<mark style="color:blue;">`GET`</mark> `/[app]/[table]/list/{level}/{sid}/{serializer}/`

Querying a list of objects. See here (<https://docs.labii.com/api/overview>) for more details of app and table. The Parameters of Request and Response apply to all List Get methods.

#### Path Parameters

| Name       | Type   | Description                                               |
| ---------- | ------ | --------------------------------------------------------- |
| level      | string | Read more at <https://docs.labii.com/api/overview#levels> |
| sid        | string | Read more at <https://docs.labii.com/api/overview#url>    |
| serializer | string | Read more at <https://docs.labii.com/api/overview#url>    |

#### Headers

| Name  | Type   | Description            |
| ----- | ------ | ---------------------- |
| token | string | Authentification token |

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

```
Authentication credentials were not provided.
```

{% endtab %}

{% tab title="403 " %}

```
You do not have permission to perform this action.
```

{% endtab %}
{% endtabs %}
