Список загрузок параметров
Возвращает список загрузок параметров.
Request
GET
https://api-metrika.yandex.net/management/v1/counter/{counterId}/user_params/uploadings
Path parameters
|
Name |
Description |
|
counterId |
Type: integer Идентификатор счетчика, список загрузок параметров которого вы хотите получить. |
Query parameters
|
Name |
Description |
|
limit |
Type: integer Количество объектов на одной странице. Default: |
|
offset |
Type: integer Количество объектов в списке, которые необходимо пропустить. Default: |
Responses
200 OK
OK
Body
application/json
{
"uploadings": [
{
"id": 0,
"create_time": "2025-01-01T00:00:00Z",
"line_quantity": 0,
"linked_quantity": 0,
"comment": "example",
"content_id_type": "example",
"action": "example",
"status": "example",
"linked_percentage": "example"
}
]
}
|
Name |
Description |
|
uploadings |
Type: UserParamsUploading[] Example
|
UserParamsUploading
Информация о загруженных параметрах посетителей.
|
Name |
Description |
|
action |
Type: string Действие, которое необходимо выполнить:
Example: |
|
comment |
Type: string Произвольный комментарий. Количество символов не должно превышать 255. Min length: Max length: Example: |
|
content_id_type |
Type: string Тип идентификаторов посетителей:
Example: |
|
create_time |
Type: string<date-time> Время загрузки. Example: |
|
id |
Type: integer Идентификатор загрузки. |
|
line_quantity |
Type: integer Количество строк, прошедших валидацию при загрузке. |
|
status |
Type: string Статус загрузки:
Example: |
Example
{
"id": 0,
"create_time": "2025-01-01T00:00:00Z",
"line_quantity": 0,
"comment": "example",
"content_id_type": "example",
"action": "example",
"status": "example"
}
No longer supported, please use an alternative and newer version.