List activities
Retrieve all activities that match the specified filter criteria.
Authorizations
The "API-Key" header should contain your API key.
Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.
Body
Nonce used in construction of API-Sign header
Specify a subset of filter items. All filter objects are AND combined. Inside a filter object all properties are OR combined.
Define which items will get returned
Specify how to order the returned items. If a column in the orderings list contains null values, these are always sorted to the end.
Response
x >= 0x >= 0An activity represents an event on a task.
- created
- review_approved
- review_denied
- canceled
- executed
- failed
- expired