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
Attachment| Name | 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": "9d75827f-29f3-4774-9087-726261b65b06",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-12-19T05:20:07.069276Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "d3d820a9-2d0f-4289-aeeb-04c1e7f6299d",
"reportId": "61cbb62d-49d3-497b-850c-e30afa626e54",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/9d75827f-29f3-4774-9087-726261b65b06"
}