Label information

Returns information about the specified label.

Request

GET

https://api-metrica.yandex.net/management/v1/label/{labelId}

Path parameters

Name

Description

labelId*

Type: integer<int32>

ID of the label that you want to get information about.
Example: 1126

Responses

200 OK

OK

Body

application/json
{
    "label": {
        "id": 0,
        "name": "string"
    }
}

Name

Description

label*

Type: Label

Label.

Label

Label.

Name

Description

id

Type: integer<int32>

Label ID.

name

Type: string

Label name.

Min length: 0

Max length: 255