In the Workspace/Web interface, there is an option under Choose Bulk Action titled "Clear Review Flag". I have been scouring the documentation but haven't found a direct endpoint or payload parameter that triggers this specific "Clear Review Flag" action for a batch of records.
Does anyone know if this functionality is exposed via the API? Specifically, I am looking for:
- The correct endpoint for bulk flag updates.
- The required JSON payload structure to specifically "clear" rather than set a flag.
- Any specific headers or permissions required beyond standard API access.
If a direct "bulk" endpoint doesn't exist, is the recommended workaround to iterate through individual record IDs, or is there a more efficient batching method?
Any guidance or snippets of documentation would be greatly appreciated!
Best regards,