GET api/v2/MDLAnalysis/{mDLCalculationId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mDLCalculationId | integer |
Required |
Response
MDLAnalysisBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| MDLCalculationId | integer | ||
| InfoId | integer | ||
| Info | InfoIdentification | ||
| MethodId | integer | ||
| Method | MethodIdentification | ||
| MethodMasterId | integer |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"MDLCalculationId": 2,
"InfoId": 3,
"Info": {
"Id": 1,
"Identification": "sample string 2"
},
"MethodId": 4,
"Method": {
"Id": 1,
"Identification": "sample string 2"
},
"MethodMasterId": 5
}
text/html
Sample:
{"Id":1,"MDLCalculationId":2,"InfoId":3,"Info":{"Id":1,"Identification":"sample string 2"},"MethodId":4,"Method":{"Id":1,"Identification":"sample string 2"},"MethodMasterId":5}