GET api/usermas/getparavalue
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GLOBAL_PARAName | Description | Type | Additional information |
---|---|---|---|
SEQ_NO | integer |
None. |
|
PARA_NAME | string |
Required String length: inclusive between 0 and 50 |
|
PARA_VALUE | string |
Required String length: inclusive between 0 and 50 |
|
COMMENTS | string |
String length: inclusive between 0 and 100 |
|
DESCRIPTION | string |
String length: inclusive between 0 and 1000 |
|
PARA_TYPE | string |
String length: inclusive between 0 and 25 |
Response Formats
application/json, text/json
Sample:
[ { "SEQ_NO": 1, "PARA_NAME": "sample string 2", "PARA_VALUE": "sample string 3", "COMMENTS": "sample string 4", "DESCRIPTION": "sample string 5", "PARA_TYPE": "sample string 6" }, { "SEQ_NO": 1, "PARA_NAME": "sample string 2", "PARA_VALUE": "sample string 3", "COMMENTS": "sample string 4", "DESCRIPTION": "sample string 5", "PARA_TYPE": "sample string 6" } ]