> For the complete documentation index, see [llms.txt](https://apidoc.myfreshcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidoc.myfreshcloud.com/reference/directory/directories-company.md).

# Для контрагентов

## Типы

## Список значений справочника

<mark style="color:blue;">`GET`</mark> `https://do.myfreshcloud.com/directory/9`

#### Path Parameters

| Name                                 | Type | Description     |
| ------------------------------------ | ---- | --------------- |
| /9<mark style="color:red;">\*</mark> | Int  | Код справочника |

#### Headers

| Name                                            | Type   | Description              |
| ----------------------------------------------- | ------ | ------------------------ |
| Authorization<mark style="color:red;">\*</mark> | String | Bearer XXXXX.XXXXX.XXXXX |
| Content-Type                                    | String | application/json         |

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

```javascript
{
  "status": "success",
  "error": "",
  "code": null,
  "rows": 0,
  "pages": 0,
  "page": 0,
  "value": "[
               {
                "ID": 1,
                "NAME": "Some value"
                }
            ]"
}
```

{% endtab %}

{% tab title="401: Unauthorized " %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}

## Статусы

## Список значений справочника

<mark style="color:blue;">`GET`</mark> `https://do.myfreshcloud.com/directory/10`

#### Path Parameters

| Name                                  | Type | Description     |
| ------------------------------------- | ---- | --------------- |
| /10<mark style="color:red;">\*</mark> | Int  | Код справочника |

#### Headers

| Name                                            | Type   | Description              |
| ----------------------------------------------- | ------ | ------------------------ |
| Authorization<mark style="color:red;">\*</mark> | String | Bearer XXXXX.XXXXX.XXXXX |
| Content-Type                                    | String | application/json         |

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

```javascript
{
  "status": "success",
  "error": "",
  "code": null,
  "rows": 0,
  "pages": 0,
  "page": 0,
  "value": "[
               {
                "ID": 1,
                "NAME": "Some value"
                }
            ]"
```

{% endtab %}

{% tab title="401: Unauthorized " %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}

## Категории

## Список значений справочника

<mark style="color:blue;">`GET`</mark> `https://do.myfreshcloud.com/directory/29`

#### Path Parameters

| Name                                  | Type | Description     |
| ------------------------------------- | ---- | --------------- |
| /29<mark style="color:red;">\*</mark> | Int  | Код справочника |

#### Headers

| Name                                            | Type   | Description              |
| ----------------------------------------------- | ------ | ------------------------ |
| Authorization<mark style="color:red;">\*</mark> | String | Bearer XXXXX.XXXXX.XXXXX |
| Content-Type                                    | String | application/json         |

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

```javascript
{
  "status": "success",
  "error": "",
  "code": null,
  "rows": 0,
  "pages": 0,
  "page": 0,
  "value": "[
               {
                "ID": 1,
                "NAME": "Some value"
                }
            ]"
```

{% endtab %}

{% tab title="401: Unauthorized " %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}

## Columns

| Имя      | Описание      |
| -------- | ------------- |
| **ID**   | Идентификатор |
| **NAME** | Значение      |
