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