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": "ea2acf6b-d760-4b4b-a1dd-5d075490406d", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-03T21:44:22.0893608Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "be741030-dbdb-4ace-99c9-7c2e1c7506ad", "reportId": "d31d9a49-dbb6-42b2-adc1-ca267b92b65e", "link": "https://firelog-api.ipcom.be/api/DownloadImage/ea2acf6b-d760-4b4b-a1dd-5d075490406d" }