GET api/v2/sampletypes/{sampleTypeId}/Specifications?translate={translate}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sampleTypeId | integer |
Required |
|
| translate | boolean |
Default value is False |
Response
SpecificationBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| IdAux | integer | ||
| Version | integer | ||
| LastVersion | boolean | ||
| Description | string | ||
| Active | boolean | ||
| ControlPlan | boolean | ||
| Id | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"IdAux": 1,
"Version": 2,
"LastVersion": true,
"Description": "sample string 4",
"Active": true,
"ControlPlan": true,
"Id": 7,
"Identification": "sample string 8"
}
text/html
Sample:
{"IdAux":1,"Version":2,"LastVersion":true,"Description":"sample string 4","Active":true,"ControlPlan":true,"Id":7,"Identification":"sample string 8"}