GET api/HLMonitor/GetAttachmentData/{startDate}/{endDate}?docType={docType}
Retrieves the attachment data for a given date range and document type.
Alternative Calls:
- GET api/HLMonitor/GetAttachmentData?startDate={startDate}&endDate={endDate}
- GET api/HLMonitor/GetAttachmentData?startDate={startDate}&endDate={endDate}&docType={docType}
- GET api/HLMonitor/GetAttachmentData/{startDate}/{endDate}
- GET api/HLMonitor/GetAttachmentData/{startDate}/{endDate}/{docType}
- GET api/HLMonitor/GetAttachmentData/{docType}?startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate |
The start date of the attachment data to retrieve. |
date |
Required |
| endDate |
The end date of the attachment data to retrieve. |
date |
Required |
| docType |
The type of document for which to retrieve the attachment data. |
string |
Optional |
Body Parameters
None.
Response Information
Resource Description
A JSON string representing the attachment data for the specified date range and document type.
stringResponse 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>