GET api/v2/MDLSampleType/{mDLCalculationId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mDLCalculationId | integer |
Required |
Response
MDLSampleTypeBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| MDLCalculationId | integer | ||
| SampleTypeId | integer | ||
| SampleType | SampleTypeIdentification |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"MDLCalculationId": 2,
"SampleTypeId": 3,
"SampleType": {
"Id": 1,
"Identification": "sample string 2"
}
}
text/html
Sample:
{"Id":1,"MDLCalculationId":2,"SampleTypeId":3,"SampleType":{"Id":1,"Identification":"sample string 2"}}