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": "d2fd7cb9-9a3a-42a7-b302-aba5bf874548",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-12T21:51:57.186448Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "2f3591d0-1534-41c3-acb7-fcc23168f1a5",
"reportId": "a4b3a4db-10af-43de-bba8-43c117743bf6",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/d2fd7cb9-9a3a-42a7-b302-aba5bf874548"
}