Service IDP - Review Task - Update

Delete a Review Task

Equivalent to: None. This exposes a service not surfaced by the MuleSoft IDP user interface or published connector


Configuration:


Underlying API:

Patch a list of low-confidence fields by Execution Id

patch
Authorizations
AuthorizationstringRequired

MuleSoft Anypoint Platform Basic Authentication using username and password. Generally less preferred than Connected Apps for programmatic access.

Path parameters
organizationIdstring · uuidRequired

Your Anypoint Organisation ID (UUID). See: Find your Organization ID.

Example: 01f79c97-9a83-4194-b922-15b64fd7305e
actionIdstring · uuidRequired

The unique identifier (UUID) of the published Document Action.

Example: 90c3e286-72b5-42ca-92d0-22f86ea8d766
executionIdstring · uuidRequired

The unique identifier (UUID) for a document processing execution, returned after successful submission.

Example: 022c61de-9bfc-4a94-8a9c-43c5f8ac153e
Body

Low Confidence Items/Queries/Analyzers/Signatures

queriesResultsobjectRequired

Signatures with Low Confidence Scores

resultsobjectRequired

Signatures with Low Confidence Scores

signaturesResultsobjectRequired

Signatures with Low Confidence Scores

Responses
200

Success

application/json
patch
/api/v1/organizations/{organizationId}/actions/{actionId}/reviews/{executionId}

Last updated