GET api/v2/samples/methods/{sampleMethodId}/GetNextStatus
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sampleMethodId | integer |
Required |
Response
Collection of SampleMethodNextStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string | ||
| Default | boolean |
Response Format
application/json, text/json
Sample:
[
{
"Id": 1,
"Identification": "sample string 2",
"Default": true
},
{
"Id": 1,
"Identification": "sample string 2",
"Default": true
}
]
text/html
Sample:
[{"Id":1,"Identification":"sample string 2","Default":true},{"Id":1,"Identification":"sample string 2","Default":true}]