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": "4e98d751-82e8-4c1c-95f7-88e617ea791d",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-02-18T23:40:46.9368224Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "81fed520-e54a-4f27-8454-ed12da20bb38",
"reportId": "3d59da01-b9dc-4f2f-b83c-2e22ea2ee1fc",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/4e98d751-82e8-4c1c-95f7-88e617ea791d"
}