Actions
List Participant Assignments
Get a list of assignments of a participant with optional filtering.
External Documentation
To learn more, visit the Living Security documentation.
Basic Parameters
Parameter | Description |
---|---|
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. |
Filter results by the participant’s email address. | |
Page | The page to show results from, defaults to 1 . |
Page Size | The maximum number of results to return, defaults to 20 . |
Participant ID | The ID of the participant. |
Requires Passing Grade | Select to include only assignments that require a passing grade. |
Return All Pages | Automatically fetch all resources, page by page. |
Sort | Sort the returned assignments by their properties.The format of the sort criteria is: field|direction . Direction can be either asc (ascending) or desc (descending) order.Defaults to assigned_date|desc . When the direction is not specified, defaults to asc . |
User ID | Filter results by the user ID. |
Advanced Parameters
Parameter | Description |
---|---|
Accuracy | Filter results by the assignment’s accuracy. |
Assigned Date | Filter results by the date the assignment was assigned. |
Completion Time | Filter results by the time taken to complete the assignment. |
Content ID | Filter results by the assignment’s content ID. |
Content Title | Filter results by the assignment’s content title. |
Content Type | Filter results by the type of content in the assignment. |
Progress | Filter results by the assignment’s progress. |
Required | Select to include only required assignments. |
Status | Filter results by the assignment’s status. |
Total Questions Answered | Filter results by the total number of questions answered. |
Total Questions Correct | Filter results by the total number of questions answered correctly. |
Example Output
Workflow Library Example
List Participant Assignments with Living Security and Send Results Via Email
Preview this Workflow on desktop