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": "108e20ec-d629-4e7f-84b5-5b4c78d5867d",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-23T19:39:40.7850702Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "2a4a1947-e795-4f35-9602-ce4607c8591c",
"reportId": "e3f9ed9e-ee7d-42f0-92ef-6ba4f5172048",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/108e20ec-d629-4e7f-84b5-5b4c78d5867d"
}