GET api/v2/sampletypes/{sampleTypeId}/AnalysisGroups?translate={translate}

Request

URI Parameters

NameDescriptionTypeAdditional information
sampleTypeId

integer

Required

translate

boolean

Default value is False

Response

AnalysisGroupBasic
NameDescriptionTypeAdditional 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"}