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": "bc9d0bfd-ad9b-407d-a3f3-8dbf0ff728e2",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-27T05:58:37.442919Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "cf7900b0-e698-47b2-bff3-10525ee5ce7c",
"reportId": "838dfe9e-5403-4bff-b289-f59f5c2fee86",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/bc9d0bfd-ad9b-407d-a3f3-8dbf0ff728e2"
}