GET v2/document/{guid}/status

Returns the status of a document generation. The difference from v2/document/{guid} is that this call doesn't return the document itself. Note: v2 returns 302 when done while v1 returns 200.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

A GUID of the report to return the status for.

string

Required

Body Parameters

None.

Response Information

Resource Description

HTTP status code. 201 If the document generation is in progress. 202 If the document generation has not yet started. 302 If the document generation finished successfully and is available to be read. 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.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.