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": "ba67cd9a-6772-433a-8f2a-8f56f82d498e",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-15T22:25:36.6547415Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "27399706-11dc-49f8-9dbb-bda6a84d46ad",
"reportId": "69561036-5003-4f49-8de2-02683b9b98ff",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/ba67cd9a-6772-433a-8f2a-8f56f82d498e"
}