GET api/LabTestParameter?tpid={tpid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tpid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LabTestParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| TestParamId | integer |
None. |
|
| TestId | integer |
None. |
|
| ParamId | integer |
None. |
|
| GrpId | integer |
None. |
|
| DisplayOrder | integer |
None. |
|
| IsOptional | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TestParamId": 1,
"TestId": 2,
"ParamId": 3,
"GrpId": 4,
"DisplayOrder": 5,
"IsOptional": 6
},
{
"TestParamId": 1,
"TestId": 2,
"ParamId": 3,
"GrpId": 4,
"DisplayOrder": 5,
"IsOptional": 6
}
]