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": "93213ba5-a37c-4d43-a5ea-42da4695d5fc", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-04T00:46:44.3139706Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "84384a1e-02b1-425f-ba24-8d96495e6f5c", "reportId": "c671a54b-85b5-4f60-8795-95a8353115f4", "link": "https://firelog-api.ipcom.be/api/DownloadImage/93213ba5-a37c-4d43-a5ea-42da4695d5fc" }