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": "d6ea9172-01e2-4e72-b4b2-d40e57a158fb",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-25T05:23:21.3160882Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "bdc256ed-92e5-40c4-8946-001aeca7d17c",
"reportId": "56c4b441-2398-4a37-8d13-5408babcab31",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/d6ea9172-01e2-4e72-b4b2-d40e57a158fb"
}