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": "d27be650-f48d-4ade-9887-86c1318f7e14",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-29T15:58:29.1572195Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "883aa741-6d72-4ac9-b8df-50543c7884ac",
"reportId": "e8d4281e-a8b9-4e34-836d-3b9959ca295b",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/d27be650-f48d-4ade-9887-86c1318f7e14"
}