GET api/HLMonitor/GetAttachmentPassword/{id}

Retrieves the attachment password for a given attachment ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the attachment data to retrieve.

integer

Required

Body Parameters

None.

Response Information

Resource Description

A JSON string representing the attachment password corresponding to the specified ID.

string

Response Formats

application/json, text/json

Sample:

    {
      "AttachmentId": 1234,
      "Password": "SamplePassword@123"
    }

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>