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": "354f55a8-8715-4962-8e73-6465cd51dd83",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-09-23T10:59:57.5591422Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "c43896a8-6606-4f38-b902-c5a6df36bc32",
"reportId": "9740577e-16bb-44db-b199-241c4a5c9632",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/354f55a8-8715-4962-8e73-6465cd51dd83"
}