GET api/HLMonitor/GetAttachmentPassword?id={id}
Retrieves the attachment password for a given attachment ID.
Request Information
URI Parameters
| Name | Description | Type | Additional 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.
stringResponse 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>