GET api/v2/MDLMethod/{mDLCalculationId}

Request

URI Parameters

NameDescriptionTypeAdditional information
mDLCalculationId

integer

Required

Response

MDLMethodBasic
NameDescriptionTypeAdditional 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}