get https://app.docupanda.io/review
This endpoint is used to retrieve a review object by either by its unique identifier or by its associated standardization ID.
Responses
This endpoint is used to retrieve a review object by either by its unique identifier or by its associated standardization ID.
xxxxxxxxxx
curl --request GET \
--url https://app.docupanda.io/review \
--header 'accept: application/json'
xxxxxxxxxx
13{
"standardizationId": "string",
"documentId": "string",
"data": {},
"schemaId": "string",
"schemaName": "string",
"jobId": "string",
"dataset": "string",
"filename": "string",
"timestamp": "string",
"metadata": {},
"reviewId": "string"
}