Basic Parameters
| Parameter | Description |
|---|---|
| Filters | Filter results using the standard syntax described in V3 API Standard Collection Parameters Filtering is supported for the following fields and operators: type: eq, in created: gt, lt, ge, le modified: gt, lt, ge, le. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Limit | Max number of results to return. See V3 API Standard Collection Parameters for more information. |
| Offset | Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information. |
| Regarding Identity | The specified identity will be either the requester or target of the account activity. me indicates the current user. Mutually exclusive with requested-for and requested-by. |
| Requested By | The identity that requested the activity. me indicates the current user. Mutually exclusive with regarding-identity. |
| Requested For | The identity that the activity was requested for. me indicates the current user. Mutually exclusive with regarding-identity. |
| Sorters | Sort results using the standard syntax described in V3 API Standard Collection Parameters Sorting is supported for the following fields: type, created, modified. |