GET api/v2/samples/{sampleId}/Specifications
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sampleId | integer |
Required |
Response
SampleSpecificationBasicName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
Specification | SpecificationBasic |
Response Format
application/json, text/json
Sample:
{ "Id": 1, "Specification": { "IdAux": 1, "Version": 2, "LastVersion": true, "Description": "sample string 4", "Active": true, "ControlPlan": true, "Id": 7, "Identification": "sample string 8" } }
text/html
Sample:
{"Id":1,"Specification":{"IdAux":1,"Version":2,"LastVersion":true,"Description":"sample string 4","Active":true,"ControlPlan":true,"Id":7,"Identification":"sample string 8"}}