Retrieves detailed data about individual commisions of the current user.
Authorizations
Query parameters
statusIdintegeroptionalExample: 1
dateFromstring · dateoptionalExample: 2021-08-01
dateTostring · dateoptionalExample: 2021-11-01
pg[sortBy]stringoptional
The value that will be used to sort returned entities by.
Example: id
pg[offset]integeroptional
The value of entities you want to skip before getting entities you need.
pg[sortDir]string · enumoptional
The sorting order. It accepts the ascending and descending direction specifiers.
Available options:
pg[limit]integeroptional
Sets the maximum number of results per page in the API call response. For example, pg[limit]=100. The default number varies with different API endpoints.