Files validation
Retrieve a single file validation record
Retrieve a single file validation record
get/validate-interior/{id}/
Path parameters
idinteger required
Id of the resource
Response
OK
Example response
{
"id": 1,
"source_url": "https://www.dropbox.com/sh/p3zh22vzsaegiri/AACOUn3LFKsITDzylh13bQpsa/161025/thesis2.pdf?dl=1",
"page_count": 210,
"errors": null,
"status": "VALIDATING",
"valid_pod_package_ids": null
}Changes
No recorded changes to this endpoint across all 1 revision of this API.