GET api/HLMonitor/GetSupportingDocumentDataById/{id}

Retrieves supporting document data by ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the supporting document.

string

Required

Body Parameters

None.

Response Information

Resource Description

A JSON string representing the supporting document data corresponding to the specified ID.

string

Response 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>