Light Mode
Retrieve top-performing staff
GET
/sales-performance/top-performersRetrieve a list of top-performing staff based on sales within a date range.
Request
Query Params
location_id
string
required
The ID of the location to filter results.
start_date
string <date>
required
The start date for the range (YYYY-MM-DD).
end_date
string <date>
required
The end date for the range (YYYY-MM-DD).
Request samples
Responses
OK(200)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Top performers retrieved successfully
Data Schema
No schema defined
Example
Not configured
Last modified: 5 days ago