GET v1/store/login/user/orders/unsubmitted/items/{orderItemID}/proofset/{proofsetID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderItemID | globally unique identifier |
Required |
|
| proofsetID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ProofSetModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProofSetID |
Proofset id |
globally unique identifier |
None. |
| Status |
The current status of the proofset job |
ActivityStatus |
None. |
| Data |
The proofset result |
Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProofSetID": "d7c1d613-6043-4403-b117-9b936d466912",
"Status": 1,
"Data": {}
}