GET api/v2/samples/{sampleId}/Files
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sampleId | integer |
Required |
Response
SampleFileBasic| Name | 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": "2026-02-02T21:07:48.7911254Z",
"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":"2026-02-02T21:07:48.7911254Z","SyncPortal":true}