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 bystartDate
ascending andendDate
descending.sort = otherColumn
. Then commission are ordered byotherColumn
and bystartDate
ascending andendDate
descending.sort = -startDate
. Then commissions are ordered bystartDate
descending andendDate
descending.
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