GET api/Attachments/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
AttachmentName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Content | string |
None. |
|
CreatedTs | date |
None. |
|
CreatedBy | string |
None. |
|
Approved | boolean |
None. |
|
MarkerXSolutionsId | globally unique identifier |
None. |
|
reportId | globally unique identifier |
None. |
|
Link | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": "85e7c573-80af-4192-a277-e1ba55354466", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-09-19T08:13:36.4573929Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "6aca80a3-e588-472c-a941-bd8a4f84216c", "reportId": "2a1d9baa-0596-4e80-ba59-b90bd0e7dd57", "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/85e7c573-80af-4192-a277-e1ba55354466" }