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": "75908cbf-0490-4d1b-bd0e-7c9febbe9708",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-09T18:30:29.9795121Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "dea2d20d-6bdd-49c4-8bb1-f5b6aa2da1b2",
"reportId": "80fd45c5-267c-44b7-9851-13def4ae2db9",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/75908cbf-0490-4d1b-bd0e-7c9febbe9708"
}