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": "bcc1d8c9-65db-4282-a796-a403f2e60002",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:08:22.6436424Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "1b3194a8-4732-481c-a1b9-d0bcc7f8c9f7",
"reportId": "ce3d3ca4-05c2-4fbc-8de9-0afec93052f7",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/bcc1d8c9-65db-4282-a796-a403f2e60002"
}