Dashboard

Get completed orders grouped by employee

Returns count of orders completed (status Completed only) by each user for pie chart display.

get/dashboard/employee-completed-orders

Query parameters

startDatestring
Example:2026-01-01

Start date for filtering (ISO 8601 format)

endDatestring
Example:2026-01-13

End date for filtering (ISO 8601 format)

utmSourcestring
Example:google

Optional UTM source filter (exact match after TRIM). Use "notSet" for orders with no UTM source (NULL, empty, or whitespace).

Response

Employee completed orders retrieved successfully

totalCountnumber required

Total completed orders across all employees

Changes

No recorded changes to this endpoint across all 1 revision of this API.