List of uploads of call information
Returns a list of uploads of call data.
Request
GET
https://api-metrika.yandex.net/management/v1/counter/{counterId}/offline_conversions/calls_uploadings
Path parameters
| Name | Description | 
| counterId* | Type: integer<int32> ID of the counter for which you want to get a list of uploads. | 
Query parameters
| Name | Description | 
| limit | Type: integer<int32> Number of uploads that you want to receive. Default:  | 
| offset | Type: integer<int32> Number of the upload to start the list of uploads from. The first upload has the number 0. Default:  | 
Responses
200 OK
OK
Body
application/json
{
    "uploadings": [
        {
            "id": 0,
            "create_time": "2022-12-29T18:02:01Z",
            "source_quantity": 0,
            "line_quantity": 0,
            "comment": "string",
            "client_id_type": "USER_ID",
            "status": "string",
            "static_calls_quantity": 0,
            "dynamic_calls_quantity": 0
        }
    ]
}
| Name | Description | 
| uploadings | Type: OfflineCallsUploading[] List of call uploads. | 
OfflineCallsUploading
Information about call uploads.
| Name | Description | 
| client_id_type | Type: string Type of user IDs. Possible values: 
 Example:  | 
| comment | Type: string Custom comment. The maximum number of characters is 255. Min length:  Max length:  | 
| create_time | Type: string<date-time> Upload time. | 
| dynamic_calls_quantity | Type: integer<int32> Number of dynamic calls. | 
| id | Type: integer<int64> Upload ID. | 
| line_quantity | Type: integer<int32> Number of rows that passed validation during upload. | 
| source_quantity | Type: integer<int32> Number of rows in the source file. | 
| static_calls_quantity | Type: integer<int32> Number of static calls. | 
| status | Type: string Upload status: 
 | 
No longer supported, please use an alternative and newer version.