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": "b948647e-ca29-4afa-8529-721cfbe8b783",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-12T21:32:22.6001375Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "298e603f-c91a-41a6-93e5-c9f253e29097",
"reportId": "2aee1a3b-0db6-45a2-a49a-cb9a89025215",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/b948647e-ca29-4afa-8529-721cfbe8b783"
}