GET api/v2/sampletypes/{sampleTypeId}/AnalysisGroups

Request

URI Parameters

NameDescriptionTypeAdditional information
sampleTypeId

integer

Required

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