Actions
List Campaigns
Get a list of campaigns with optional filtering.
External Documentation
To learn more, visit the Living Security documentation.
Parameters
Parameter | Description |
---|---|
Audience Type | Filter results by the campaign’s audience type. |
Campaign ID | Filter results by the campaign’s ID. |
Cursor | Pagination cursor returned from a previous request. If this value is provided, results continue from the last cursor and any other specified search attributes or terms will be ignored. |
Name | Filter results by the campaign’s name. |
Page | The page to show results from, defaults to 1 . |
Page Size | The maximum number of results to return, defaults to 20 . |
Return All Pages | Automatically fetch all resources, page by page. |
Sort | Sort the returned campaigns by their properties.The format of the sort criteria is: field|direction . Direction can be either asc (ascending) or desc (descending) order.Defaults to campaign_id|asc . When the direction is not specified, defaults to asc . |
State | Filter results by the campaign’s state. |
Example Output
Workflow Library Example
List Campaigns with Living Security and Send Results Via Email
Preview this Workflow on desktop