New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v3/documents/{documentId}/status
Returns the processing status of the document with the specified ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| documentId |
The document ID. | string |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentReady |
Gets or sets a value indicating whether the document has finished generating and is ready to be downloaded. | boolean |
None. |
| PageCount |
Gets or sets the number of pages in the generated document. Available only when | integer |
None. |
| DocumentUrl |
Gets or sets the URL to download the document. Available only when | string |
None. |
Response Formats
application/json
json
{
"DocumentReady": true,
"PageCount": 479,
"DocumentUrl": "Document Url 480"
}