Skip to main content

Get dashboard statistics

GET 

/company/dashboard/

Returns complete statistics for the company dashboard, including:

  • Auction statistics (total, published, awarded, approved, and scheduled)
  • Delivery statistics (scheduled, picked up, and delivered)

Data can be filtered by date range using the minDate and maxDate parameters.

Usage example:

  1. Get last year's statistics: GET / (no parameters)
  2. Get Q1 2024 statistics: GET /?minDate=2024-01-01&maxDate=2024-03-31

Request

Responses

Statistics retrieved successfully. Contains the following data groups:

  • auctions: Statistics for all auctions
  • publishedAuctions: Published auctions
  • awardedAuctions: Awarded auctions
  • approvedAuctions: Approved auctions
  • plannedAuctions: Planned auctions
  • plannedDeliveries: Planned deliveries
  • collectedDeliveries: Collected deliveries
  • deliveredDeliveries: Completed deliveries