get https://api.elliemae.com/encompassdocs/v1/documentOrders/ondemand/
Retrieve a print order by passing the orderId generated by the POST call.
The response contains the URL for accessing the print order for viewing or printing. The URLs will expire after 15 minutes. If a URL expires, it can be regenerated using the GET call.
Response Codes
Response Code | Description |
---|---|
200 SUCCESS | The print order was retrieved successfully. |
400 BAD_REQUEST | The request is invalid because it is missing values for a required parameter. |
401 UNAUTHORIZED | Authorization information is missing from the request or the token is expired. |
403 FORBIDDEN | User has inadequate roles. |
500 INTERNAL_SERVER_ERROR | Indicates an unexpected error occurred. |