GET api/LabIParamPanicRangeType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LabIParamPanicRangeType| Name | Description | Type | Additional information |
|---|---|---|---|
| PanicRangeTypeId | integer |
None. |
|
| Title | string |
None. |
|
| DisplayOrder | integer |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PanicRangeTypeId": 1,
"Title": "sample string 2",
"DisplayOrder": 3,
"IsDeleted": 4
},
{
"PanicRangeTypeId": 1,
"Title": "sample string 2",
"DisplayOrder": 3,
"IsDeleted": 4
}
]