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": "e208b75b-c1a3-4ac2-9a61-1bc64118a3dc",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-12-18T22:40:15.1118568Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "107a3c8d-9672-4f5d-82d4-3d0e1e7cddb8",
"reportId": "b69f82b4-7425-415c-bcfd-63b3161953e0",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/e208b75b-c1a3-4ac2-9a61-1bc64118a3dc"
}