GET api/v2/MDLMethod/{mDLCalculationId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mDLCalculationId | integer |
Required |
Response
MDLMethodBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| MDLCalculationId | integer | ||
| MethodId | integer | ||
| Method | MethodIdentification | ||
| MethodMasterId | integer | ||
| UseAllAnalysis | boolean |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"MDLCalculationId": 2,
"MethodId": 3,
"Method": {
"Id": 1,
"Identification": "sample string 2"
},
"MethodMasterId": 4,
"UseAllAnalysis": true
}
text/html
Sample:
{"Id":1,"MDLCalculationId":2,"MethodId":3,"Method":{"Id":1,"Identification":"sample string 2"},"MethodMasterId":4,"UseAllAnalysis":true}