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": "293db447-96e1-4dc3-ab8c-c25aa3dd83fb",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-28T06:25:13.3260575Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "790634cc-3950-4e85-b4a9-2a1a721140c7",
"reportId": "d175c701-dc8d-4fad-8e46-6e09f0f36623",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/293db447-96e1-4dc3-ab8c-c25aa3dd83fb"
}