List transactions
List transactions and filter them by partner, customer or any custom properties.
To filter transactions on custom property, just add the property with its exact value as a query parameter:
myCustomProp=ThisIsAValue
This will return the transactions where myCustomProp exactly matches the provided value.
Query Parameters
The list of partner IDs to filter the transactions on.
The list of customer IDs to filter the returned transactions on.
The list of deal IDs to filed the returned transactions on.
The cursor used in pagination. This is the index of the first transaction to be returned.
The maximum number of transactions to be returned. The default is 20.
The property used to sort the transactions by. The default is CreationDate.
"CreationDate"
The sorting direction for the returned transactions. Accepted values: ASC, DESC. The default is DESC.
Response
Transactions returned
