GET api/shapemas/list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ShapeMas| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ_NO | integer |
None. |
|
| NAME | string |
None. |
|
| SYNONYM | string |
None. |
|
| SORT | integer |
None. |
|
| FULL_NAME | string |
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,
"FULL_NAME": "sample string 4",
"SHOW_SEARCH": true
},
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"SYNONYM": "sample string 3",
"SORT": 1,
"FULL_NAME": "sample string 4",
"SHOW_SEARCH": true
}
]