get
https://hover.to/api/v1/estimates//order_documents/
Poll the status and get back the order documents
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Poll the status of an order document created via Create Order Document. Use the same Estimate ID from the order document creation response to retrieve the completed documents.
Example Response - Still Generating
{
"id": "fb4c81ff-806e-4092-926f-3db1159497db",
"estimateId": 704341,
"orgId": 130582,
"state": "pending",
"pdfLink": null,
"csvLink": null
}Example Response - Complete
{
"id": "fb4c81ff-806e-4092-926f-3db1159497db",
"estimateId": 704341,
"orgId": 130582,
"state": "complete",
"pdfLink": "https://ehi.hover.to/rails/active_storage/blobs/redirect/.../Material_Order.pdf",
"csvLink": "https://ehi.hover.to/rails/active_storage/blobs/redirect/.../Material_Order.csv"
} 200
