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": "93967bee-eccf-4025-aac8-5e88f96f519c",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-03T08:28:34.8347242Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "a9f70eb7-d94e-4d38-a508-874a15ea8ebf",
"reportId": "9dd1737e-d128-4367-b797-66d4d11686ae",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/93967bee-eccf-4025-aac8-5e88f96f519c"
}