Skip to main content
Version: Next

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:

  1. sort = null. Then commissions are ordered by startDate ascending and endDate descending.
  2. sort = otherColumn. Then commission are ordered by otherColumn and by startDate ascending and endDate descending.
  3. sort = -startDate. Then commissions are ordered by startDate descending and endDate descending.

To access the service you need at least one of the following permissions:

Permission (one of)
listCommission

Request

Responses

Commission list response