GET api/HLMonitor/GetAttachmentData/{id}

Retrieves the attachment data for a given attachment ID.

Alternative Calls:

  • GET api/HLMonitor/GetAttachmentData?id={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 data corresponding to the specified ID.

string

Response Formats

application/json, text/json

Sample:

[
    {
        "Id": 123456,
        "MessageId": 98765,
        "Name": "SamplePdf.pdf",
        "ContentType": "application/pdf",
        "Rename": "RenameString",
        "OriginalName": "SamplePdfSmallpdf.pdf",
        "Password": "SamplePassword",
        "RenamedOn": "2023-01-19T08:36:20.07",
        "DateNecessary": "2023-01-19T08:36:20.07",
        "StatementDate": "2023-01-19T08:36:20.07",
        "TaxFormYear": 2023,
        "IsVisible": true,
        "Notes": "SampleNote",
        "CreatedOn": "2023-01-19T08:36:20.07",
        "FundId": 12345,
        "InvestmentId": 12345,
        "TaskType": "SampleStatement",
        "TaskId": 12345,
        "ReceivedDate": "2023-01-19T08:36:20.07",
        "AttachmentStateId": 3,
        "Priority": "Normal",
        "ProcessedById": 5,
        "Notes1": "SampleNote",
        "FirstCapitalCall": true,
        "FinalDistribution": false,
        "SentToLegal": false,
        "PCIncluded": false,
        "TrackingClient": true,
        "LiquidationClient": false,
        "DistributionManagement": true,
        "DirectionLetter": false,
        "WasReceivedInEmail": true,
        "WasRejectedBack": false,
        "IsClonedCopy": false,
        "CreatedById": 233,
        "LastUpdatedById": 233,
        "LastUpdatedOn": "2023-01-19T08:36:20.07",
        "CreatedByBreckId": 12,
        "UpdatedByBreckId": 1,
        "ProcessedByBreckId": 1,
        "FileSizeBytes": 12345
    }
]

application/xml, text/xml

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