GET api/v2/samples/{sampleId}/Files
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sampleId | integer |
Required |
Response
SampleFileBasicName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
File | FileBasic | ||
Hash | string | ||
Active | boolean | ||
InactiveDate | date | ||
SyncPortal | boolean |
Response Format
application/json, text/json
Sample:
{ "Id": 1, "File": { "Id": 1, "Category": "sample string 2", "FileDataId": 1, "Path": { "Id": 1, "Identification": "sample string 2", "ParentPathId": 1, "ParentPath": { "Id": 1, "Identification": "sample string 2", "ParentPathId": 1, "Active": true }, "Active": true }, "Version": 1, "Size": 1, "Active": true, "Hash": "489", "Identification": "sample string 4" }, "Hash": "sample string 2", "Active": true, "InactiveDate": "2025-08-04T18:40:49.6893251Z", "SyncPortal": true }
text/html
Sample:
{"Id":1,"File":{"Id":1,"Category":"sample string 2","FileDataId":1,"Path":{"Id":1,"Identification":"sample string 2","ParentPathId":1,"ParentPath":{"Id":1,"Identification":"sample string 2","ParentPathId":1,"Active":true},"Active":true},"Version":1,"Size":1,"Active":true,"Hash":"489","Identification":"sample string 4"},"Hash":"sample string 2","Active":true,"InactiveDate":"2025-08-04T18:40:49.6893251Z","SyncPortal":true}