I’m successfully uploading documents, creating signing orders and I’m able to sign them. I can get the uploaded documents and the signing order, but I get 404 (not found) when trying to get signed document or archived document even though I set daysToLive, daysUntilDeletion and sendToArchive when creating the signing order.
Is this a normal behavior for the sandbox env? Can it be set to keep a short period of time the signed document so that I can run some tests? Otherwise where should I get the signed document from? Or what am I missing?
Our Archive service is ment as an alternative to long-time storage and if you send it you will not be able to fetch the signed document. You should be able to use the following call to get the Document.
Both of the endpoints respond 404. For the first one I have set the sendToArchive false, for the second one I have set it to true (when creating the signing order). Either way the result is the same.
Can I get the signed document from a different endpoint? Like for example from the packaging task result endpoint https://api.signicat.com/enterprise/sign/orders/{orderId}/packaging-tasks/{packagingTaskId}/result.