GET v2/document/{guid}
Returns the completed generated document, if it is complete.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
guid |
The GUID of the template sent for the generation previously. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HTTP status code. 200 with the generated document in the body. 201 If the document generation is in progress. 202 If the document generation has not yet started. 404 If there is no document associated with the GUID. 500 If an error occurred during the document generation. The body contains the error's details.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.