Search K
Appearance
Appearance
Retrieves a list of Capture review interactions, optionally filtered by template and state.
Use this task to query existing Capture reviews so that subsequent tasks can iterate over them, check their status, or process their submitted data. Filtering by state lets you focus on open reviews awaiting action, completed reviews ready for processing, or stale reviews that may need attention. Any snapshots attached to the returned reviews are saved as image files in the working folder and referenced by file path.
| Field | Type | Required | Description |
|---|---|---|---|
| Capture Template | Dynamic Dropdown | No | Filter results to reviews created from a specific Capture form template. Leave blank to return reviews across all templates. |
| State | Dropdown | Yes | Filter by review state: All returns everything, Open returns active reviews, Closed returns completed reviews, Stale returns inactive reviews. Defaults to Open. |
| Name | Description |
|---|---|
| Total | The total number of reviews matching the filter criteria. |
| Captures | An array of Capture review summary objects, each including review ID, state, form data, and snapshot file paths. |