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": "4c21a817-ee1f-48af-ad21-92be2009a5fa",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-06T10:32:46.696435Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "d2c6b579-f19f-4c8f-b3a6-ea7a41e271ee",
"reportId": "fdb5a798-e064-4ae6-b32e-f863f7f3f1fa",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/4c21a817-ee1f-48af-ad21-92be2009a5fa"
}