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
AttachmentName | 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": "00095565-d0e0-4349-aa8f-c61505e81e03", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-09-19T04:34:57.0715995Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "087da3c2-3618-4577-a947-68bf95274484", "reportId": "c8d00916-f3b1-4af5-9a85-1068db0fd7df", "link": "https://firelog-api.ipcom.be/api/DownloadImage/00095565-d0e0-4349-aa8f-c61505e81e03" }