logo

Back to Help Home Page.

GET Api/Reports/{reportId}/Documents/{id}

Gets the document linked to the provided report.

Request Information

URI Parameters

NameDescriptionTypeAdditional information

reportId

The identifier of the report.

integer

Required

id

The id of the document to retrieve

integer

Required

Body Parameters

None.

Response Information

Resource Description

Binary data is returned in the content of the http response holding the actual document.

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information

Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.