v4

latestOpenAPI 3.0.3raw.githubusercontent.com2026-05-129176872.7 MB
v1

get/v1/crm/metrics/deliveries/

Query parameters

created_at__date__gtestring date
created_at__date__ltestring date
orderingstring

Which field to use when ordering the results.

pageinteger

A page number within the paginated result set.

pageSizeinteger

Number of results to return per page.

pickup_date__date__gtestring date
pickup_date__date__ltestring date
searchstring

A search term.

status0 | 1 | 2 | 3
  • 0 - PENDING
  • 1 - IN_PROGRESS
  • 2 - DONE
  • 3 - CANCEL
type0 | 1
  • 0 - DELIVERY
  • 1 - PICK_UP

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.yume.cloud/accounts/?page=4",
  "previous": "http://api.yume.cloud/accounts/?page=2"
}