GET api/v2/sampletypes/{sampleTypeId}/AnalysisGroups?translate={translate}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sampleTypeId | integer |
Required |
|
| translate | boolean |
Default value is False |
Response
AnalysisGroupBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Active | boolean | ||
| KeepLink | boolean | ||
| ControlPlan | boolean | ||
| Id | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Active": true,
"KeepLink": true,
"ControlPlan": true,
"Id": 4,
"Identification": "sample string 5"
}
text/html
Sample:
{"Active":true,"KeepLink":true,"ControlPlan":true,"Id":4,"Identification":"sample string 5"}