listCommissions
GET/commissions
Returns a list of commissions for the given organization.
Commissions returned by this API are ordered by startDate ascending and endDate descending if either
no sorting is specified or if in the sort specification startDate or endDate are missing. On the other hand,
if they're provided by the client, they will override their defaults.
Here below some examples:
- sort = null. Then commissions are ordered by- startDateascending and- endDatedescending.
- sort = otherColumn. Then commission are ordered by- otherColumnand by- startDateascending and- endDatedescending.
- sort = -startDate. Then commissions are ordered by- startDatedescending and- endDatedescending.
To access the service you need at least one of the following permissions:
| Permission (one of) | 
|---|
| listCommission | 
Request
Responses
- 200
- 400
Commission list response
Bad request