New to Telerik Report ServerStart 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

NameDescriptionTypeAdditional information
documentId

The document ID.

string

Required

Body Parameters

None.

Response Information

Resource Description

DocumentStatus

NameDescriptionTypeAdditional 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 Telerik.ReportServer.Web.Core.Controllers.Api.V3Controllers.DocumentStatus.DocumentReadyis true.

integer

None.

DocumentUrl

Gets or sets the URL to download the document. Available only when Telerik.ReportServer.Web.Core.Controllers.Api.V3Controllers.DocumentStatus.DocumentReadyis true.

string

None.

Response Formats

application/json

json
{
  "DocumentReady": true,
  "PageCount": 479,
  "DocumentUrl": "Document Url 480"
}
Not finding the help you need?
Contact Support