GET api/labmas/list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LabMas| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ_NO | integer |
None. |
|
| NAME | string |
None. |
|
| SYNONYM | string |
None. |
|
| SORT | integer |
None. |
|
| SHOW_SEARCH | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"SYNONYM": "sample string 3",
"SORT": 1,
"SHOW_SEARCH": true
},
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"SYNONYM": "sample string 3",
"SORT": 1,
"SHOW_SEARCH": true
}
]