Информация о типах системных атрибутов
Возвращает информацию о типах системных атрибутов клиентов и заказов.
Request
GET
https://api-metrika.yandex.net/cdp/api/v1/counter/{counterId}/schema/types
Path parameters
|
Name |
Description |
|
counterId* |
Type: integer<int32> Идентификатор счетчика. |
Responses
200 OK
OK
Body
application/json
{
"types": [
{
"name": "string",
"group": "string",
"humanized": "string"
}
]
}
|
Name |
Description |
|
types |
Type: AttributeType[] Типы атрибутов. |
AttributeType
|
Name |
Description |
|
name* |
Type: string Идентификатор типа атрибута. |
|
group |
Type: string Группа типа атрибута. Возможные значения:
|
|
humanized |
Type: string Название типа атрибута. |
No longer supported, please use an alternative and newer version.