- Home
- Staff Management
- Time Tracking
- Timesheets
- Schedules
- Commissions
- Sales Performance
- Payroll Management
- Checklists
Retrieve commission reports
GET
/commissions/reports
Commissions
Request
Query Params
location_id
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/commissions/reports?location_id'
Responses
🟢200OK
application/json
Body
location_id
string
optional
staff_id
string
optional
commission_earned
number
optional
date_range
string
optional
Example
{
"location_id": "string",
"staff_id": "string",
"commission_earned": 0,
"date_range": "string"
}
🔴500Server Error