Information about types of system attributes
Returns information about the types of system attributes for customers and orders.
Request
GET
https://api-metrika.yandex.net/cdp/api/v1/counter/{counterId}/schema/types
        
    Path parameters
| 
 Name  | 
 Description  | 
| 
 counterId*  | 
 Type: integer<int32> Counter ID.  | 
Responses
200 OK
OK
Body
application/json
{
    "types": [
        {
            "name": "string",
            "group": "string",
            "humanized": "string"
        }
    ]
}
        
    | 
 Name  | 
 Description  | 
| 
 types  | 
 Type: AttributeType[] Attribute types.  | 
AttributeType
| 
 Name  | 
 Description  | 
| 
 name*  | 
 Type: string Attribute type ID.  | 
| 
 group  | 
 Type: string Attribute type group. Possible values: 
  | 
| 
 humanized  | 
 Type: string Attribute type name.  | 
No longer supported, please use an alternative and newer version.