This facilitates the supervision of campaigns.
Last updated 1 year ago
Search Checklist Ok response is returned.
Search Criteria for Checklist and RequestInfo meta data.
Fetched Search Checklist.
0
const response = await fetch('/supervision/checklist/v1/_search', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "totalCount": 0, "submissions": [ { "submissionId": "UUID" } ] }