GET api/LabIPCRType?result={result}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| result | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LabIPCRResultType| Name | Description | Type | Additional information |
|---|---|---|---|
| RtId | integer |
None. |
|
| Title | string |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RtId": 1,
"Title": "sample string 2",
"IsDeleted": 3
},
{
"RtId": 1,
"Title": "sample string 2",
"IsDeleted": 3
}
]