GET api/HLMonitor/GetAttachment?id={id}

Retrieves the attachment for a given attachment ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the attachment to retrieve.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The attachment corresponding to the specified ID.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

Optional

Content

HttpContent

Optional

StatusCode

HttpStatusCode

Optional

ReasonPhrase

string

Optional

Headers

Collection of Object

Optional

RequestMessage

HttpRequestMessage

Optional

IsSuccessStatusCode

boolean

Optional