get https://app.docupanda.io/standardizations
Retrieve all standardizations of documents that have been processed using a specific schema.
Responses
Retrieve all standardizations of documents that have been processed using a specific schema.
xxxxxxxxxx
curl --request GET \
--url 'https://app.docupanda.io/standardizations?limit=20&offset=0&exclude_payload=true' \
--header 'accept: application/json'
xxxxxxxxxx
14[
{
"standardizationId": "string",
"documentId": "string",
"data": {},
"schemaId": "string",
"schemaName": "string",
"jobId": "string",
"dataset": "string",
"filename": "string",
"timestamp": "string",
"metadata": {}
}
]