GET api/HLMonitor/GetSupportingDocumentData
Retrieves all supporting document data.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A JSON string representing the supporting document data.
stringResponse Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"AttachmentId": 5,
"Name": "SampleFile.pdf",
"IsVisible": true,
"CreatedById": 5,
"CreatedOn": "2017-08-26T18:00:02.89",
"LastUpdatedById": 5,
"LastUpdatedOn": "2017-08-26T18:00:02.89",
"CreatedByBreckId": 0,
"LastUpdatedByBreckId": 0
},
{
"Id": 2,
"AttachmentId": 4,
"Name": "SampleFile.pdf",
"IsVisible": false,
"CreatedById": 10,
"CreatedOn": "2017-08-26T18:00:02.89",
"LastUpdatedById": 10,
"LastUpdatedOn": "2017-08-26T18:00:02.89",
"CreatedByBreckId": 0,
"LastUpdatedByBreckId": 0
}
]
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>