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": "365a4f98-af40-4b05-8c90-5063e9104f10",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-06-04T07:34:53.1601589Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "57ec1cb8-5091-4122-976f-ce3511e2e1f5",
"reportId": "87fddce7-eff3-4df3-8162-1fe888527512",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/365a4f98-af40-4b05-8c90-5063e9104f10"
}