Actions
List Investigations
Retrieves a list of investigations.
To learn more, visit the Expel documentation.
Parameters
Parameter | Description |
---|---|
Filter | Filters the results based on the given expression.The syntax of a filter expression filter[<field>]=<operator><value> .For example: filter[created_at]=>2020-01-01T00:00:00Z equals to created_at > 2020-01-01T00:00:00Z .For further information regarding filtering resources, please refer to Expel Documentation. |
Limit | The maximum amount of results to be returned.The limit may be set to 0 . This is useful if your api client needs a count of records without needing to retrieve the actual content of those records. |
Offset | The offset of the pagination. Specifies the starting index of the results to be returned. |
Sort | Sorts the results by a particular attribute. |
Example Output
Workflow Library Example
List Investigations with Expel and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?