GET api/v2/MobileSamplingConfigurations/GetMethodmyLIMSMobile
Request
URI Parameters
Response
MobileSamplingConfigurationMethodBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Active | boolean | ||
| MethodMaster | MethodMasterBasic | ||
| MethodStatusSyncing | MethodStatusBasic | ||
| Id | integer | ||
| SId | integer | ||
| MobileSamplingConfigurationId | integer | ||
| MethodMasterId | integer | ||
| MethodStatusSyncingId | integer |
Response Format
application/json, text/json
Sample:
{
"Active": true,
"MethodMaster": {
"Active": true,
"Id": 2,
"Identification": "sample string 3"
},
"MethodStatusSyncing": {
"Active": true,
"MethodStatusBehaviorId": 1,
"MethodStatusBehavior": {
"Id": 1,
"Identification": "sample string 2"
},
"Id": 2,
"Identification": "sample string 3"
},
"Id": 2,
"SId": 1,
"MobileSamplingConfigurationId": 3,
"MethodMasterId": 4,
"MethodStatusSyncingId": 1
}
text/html
Sample:
{"Active":true,"MethodMaster":{"Active":true,"Id":2,"Identification":"sample string 3"},"MethodStatusSyncing":{"Active":true,"MethodStatusBehaviorId":1,"MethodStatusBehavior":{"Id":1,"Identification":"sample string 2"},"Id":2,"Identification":"sample string 3"},"Id":2,"SId":1,"MobileSamplingConfigurationId":3,"MethodMasterId":4,"MethodStatusSyncingId":1}