Important: After December 31, 2024, Proofing will no longer be available in Kantata OX and the Proofing APIs will be unavailable.
Proof Reviews represent the process by which a proof is reviewed and feedback is specified. A proof review can be done by several users (represented as Proof Review Participations). A review begins with an in_progress status, and is moved to approved after it has been reviewed and accepted by all participants. If any participant rejects the review, it moves to a rejected status.
This endpoint returns structured Proof Review objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the proof_reviews
top-level JSON key.
Please see our Response Format section for more information.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "proof_reviews": {
- "property1": {
- "can_modify": true,
- "participation_ids": [
- "string"
], - "proof_revision_id": "string",
- "status": "string"
}, - "property2": {
- "can_modify": true,
- "participation_ids": [
- "string"
], - "proof_revision_id": "string",
- "status": "string"
}
}, - "proof_review_participations": {
- "property1": {
- "project_review_id": "string",
- "status": "string",
- "user_id": 0
}, - "property2": {
- "project_review_id": "string",
- "status": "string",
- "user_id": 0
}
}, - "proof_revisions": {
- "property1": {
- "creator_name": "string",
- "current": true,
- "download_url": "string",
- "filesize": 0,
- "original_filename": "string",
- "proof_id": "string",
- "proof_review_id": "string",
- "review_url": "string",
- "revision_date": "2019-08-24T14:15:22Z"
}, - "property2": {
- "creator_name": "string",
- "current": true,
- "download_url": "string",
- "filesize": 0,
- "original_filename": "string",
- "proof_id": "string",
- "proof_review_id": "string",
- "review_url": "string",
- "revision_date": "2019-08-24T14:15:22Z"
}
}
}
This endpoint returns structured Proof Review objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the proof_reviews
top-level JSON key.
Please see our Response Format section for more information.
{- "proof_review": {
- "proof_revision_id": 0,
- "user_ids": [
- 0
]
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "proof_reviews": {
- "property1": {
- "can_modify": true,
- "participation_ids": [
- "string"
], - "proof_revision_id": "string",
- "status": "string"
}, - "property2": {
- "can_modify": true,
- "participation_ids": [
- "string"
], - "proof_revision_id": "string",
- "status": "string"
}
}, - "proof_review_participations": {
- "property1": {
- "project_review_id": "string",
- "status": "string",
- "user_id": 0
}, - "property2": {
- "project_review_id": "string",
- "status": "string",
- "user_id": 0
}
}, - "proof_revisions": {
- "property1": {
- "creator_name": "string",
- "current": true,
- "download_url": "string",
- "filesize": 0,
- "original_filename": "string",
- "proof_id": "string",
- "proof_review_id": "string",
- "review_url": "string",
- "revision_date": "2019-08-24T14:15:22Z"
}, - "property2": {
- "creator_name": "string",
- "current": true,
- "download_url": "string",
- "filesize": 0,
- "original_filename": "string",
- "proof_id": "string",
- "proof_review_id": "string",
- "review_url": "string",
- "revision_date": "2019-08-24T14:15:22Z"
}
}
}
This endpoint returns structured Proof Review objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the proof_reviews
top-level JSON key.
Please see our Response Format section for more information.
{- "proof_review": {
- "status": "string"
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "proof_reviews": {
- "property1": {
- "can_modify": true,
- "participation_ids": [
- "string"
], - "proof_revision_id": "string",
- "status": "string"
}, - "property2": {
- "can_modify": true,
- "participation_ids": [
- "string"
], - "proof_revision_id": "string",
- "status": "string"
}
}, - "proof_review_participations": {
- "property1": {
- "project_review_id": "string",
- "status": "string",
- "user_id": 0
}, - "property2": {
- "project_review_id": "string",
- "status": "string",
- "user_id": 0
}
}, - "proof_revisions": {
- "property1": {
- "creator_name": "string",
- "current": true,
- "download_url": "string",
- "filesize": 0,
- "original_filename": "string",
- "proof_id": "string",
- "proof_review_id": "string",
- "review_url": "string",
- "revision_date": "2019-08-24T14:15:22Z"
}, - "property2": {
- "creator_name": "string",
- "current": true,
- "download_url": "string",
- "filesize": 0,
- "original_filename": "string",
- "proof_id": "string",
- "proof_review_id": "string",
- "review_url": "string",
- "revision_date": "2019-08-24T14:15:22Z"
}
}
}
The response will contain no content and an HTTP 204 status code if the request was successful, or a standard Kantata OX error message explaining why the object could not be deleted.
Proof Review has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}