Gets delivery quality information with pagination
Gets information about the delivery quality with pagination.
HTTP Request
GET https://courier.yandex.ru/api/v2/companies/{company_id}/courier-quality\
?date={string}\
&depot_id={integer}\
&route_id={integer}\
&types={string}\
&with_deleted_couriers={boolean}\
&page_token={string}\
&max_results={integer}
Path Parameters
company_id * | integer Company ID used in requests to the Track & Trace API. |
company_id * | integer Company ID used in requests to the Track & Trace API. |
* Required parameter
Query Parameters
date | string The route's date in YYYY-MM-DD format. Fields |
depot_id | integer ID of the depot where the route starts. Minimum value: |
route_id | integer ID of the route. Fields Minimum value: |
types | string Comma-separated list of point types to use in report. Available types are "order", "depot", "garage". Default "order". |
with_deleted_couriers | boolean Include deleted couriers in the report. |
page_token | string Pagination token, can either be omitted or equal to next_page_token from the body of previos response. |
max_results | integer Maximum number of entities to be returned. Minimum value: |
date | string The route's date in YYYY-MM-DD format. Fields |
depot_id | integer ID of the depot where the route starts. Minimum value: |
route_id | integer ID of the route. Fields Minimum value: |
types | string Comma-separated list of point types to use in report. Available types are "order", "depot", "garage". Default "order". |
with_deleted_couriers | boolean Include deleted couriers in the report. |
page_token | string Pagination token, can either be omitted or equal to next_page_token from the body of previos response. |
max_results | integer Maximum number of entities to be returned. Minimum value: |
* Required parameter
Responses
Code 200
Report on the delivery quality received.
{ "next_page_token": string, "results": [ { "air_distance": number, "arrived_at": string, "courier_deleted": boolean, "courier_name": string, "courier_number": string, "customer_name": string, "delivery_comment": string, "delivery_lat": number, "delivery_lon": number, "delivery_not_in_interval": boolean, "delivery_rating": number, "depot_number": string, "far_from_point": boolean, "garage_number": string, "lat": number, "late_call_before_delivery": boolean, "left_at": string, "location_idle_duration": number, "lon": number, "no_call_before_delivery": boolean, "not_in_order": boolean, "order_address": string, "order_comments": string, "order_completed_at": string, "order_confirmed_at": string, "order_interval": [ { "end": string, "start": string } ], "order_number": string, "order_payment_status": string, "order_payment_type": string, "order_shared_with_companies": [ { "id": integer, "name": string, "number": string } ], "order_status": string, "order_status_comments": [ { "comment": string, "id": integer, "status": string } ], "order_visited_at": string, "order_volume": number, "order_weight": number, "phone": string, "refined_lat": number, "refined_lon": number, "route_date": string, "route_imei": integer, "route_imei_str": string, "route_number": string, "route_routing_mode": string, "segment_distance_m": number, "service_duration_s": integer, "shared_service_duration_s": integer, "suggested_order_number": number, "time_interval_error": number, "transit_idle_duration": number, "type": string, "used_mark_delivered_radius": number } ] }
Copied to clipboard
Representation
Fields
next_page_token | string If present, then there is a next page, and, to get the next page, this url can be called with page_token, which is equal to this field. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results[] * | array | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
One Of:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results[]. | number The distance between the order coordinates and the courier location in which the order status was changed to "finished" or "partially_finished", in a straight line in meters. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results[]. | string The time when the courier first entered the area in the specified radius from the delivery point, in ISO 8601 format. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results[]. | boolean Courier status, deleted or not. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results[]. | string Name of the courier fulfilling the order. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results[]. | string ID of the courier fulfilling the order. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results[]. | string Customer's name. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results[]. | string Order delivery rating comment. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results[]. | number Latitude of order delivery location. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results[]. | number Longitude of order delivery location. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results[]. | boolean Indicates whether the order was completed outside of the agreed timeframe. Returns | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results[]. | number Order delivery rating. Minimum value: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results[]. | string The unique number of the depot that handles the order. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results[]. | boolean Indicates that items were delivered far away from the specified point. Returns |