How to change the ReviewStatus of an item using Orch's API

Hi guys,

I’m wondering if I can change an item like:

  • Status: Failed & ReviewStatus: None
    to
  • Status: Failed & ReviewStatus: Verified

This must be done using API Querys. Thank you guys.

Bests,
Pablo

I know this post is years old, but for anyone finding this in the future the answer is “Yes”.

You’ll need a GET QueueItems call with a filter, extract from the response the IDs and RowVersions, and pass these into a SetReviewStatus call. You aren’t changing the status in your example but you could set that using a SetTransactionResult call.