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": "d327bb80-496e-4118-874c-d84f5d17a3a9",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-03-24T21:44:30.8993313Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "07fbb625-fc1e-4365-97c9-b2eed0513389",
"reportId": "f0c87ea3-2935-4a54-9f64-31631cae406a",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/d327bb80-496e-4118-874c-d84f5d17a3a9"
}