Skip to main content

Get full list of deliveries

GET 

/api/delivery/

Retrieve all deliveries associated with the user's company, with support for pagination and advanced filtering.

Available filtering parameters:

  • page: Page number (default 1)
  • limit: Results per page (default ITEMS_PAGE)
  • minDate/maxDate: Creation date range
  • minETL/maxETL: Loading date (ETL) range
  • minETD/maxETD: Unloading date (ETD) range
  • status: Delivery status
  • search: Search in code, description, or pallet type
  • cargo_type: Type of cargo (pallets or others)

The response includes pagination metadata and a list of deliveries containing:

  • Service code
  • Current status
  • Relevant dates (creation, loading, unloading)
  • Loading/unloading addresses
  • Basic cargo information

Request

Responses

Delivery list