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": "676925cf-edaa-4219-8358-7c342659bee8",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-09T11:43:18.4435793Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "30c2ee95-5e38-4ce4-a332-ea90d259ed45",
"reportId": "b9a7e2aa-bc7c-4666-af5f-a203378ece5e",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/676925cf-edaa-4219-8358-7c342659bee8"
}