List of user labels
Returns a list of labels created by the user.
Request
GET
https://api-metrica.yandex.net/management/v1/labels
Responses
200 OK
OK
Body
application/json
{
"labels": [
{
"id": 0,
"name": "string"
}
]
}
Name |
Description |
labels |
Type: Label[] List of |
Label
Label.
Name |
Description |
id |
Type: integer<int32> Label ID. |
name |
Type: string Label name. Min length: Max length: |
No longer supported, please use an alternative and newer version.
Was the article helpful?
Previous
Next