GET api/common_value/yesno/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
k_yes_noName | Description | Type | Additional information |
---|---|---|---|
id | signed byte |
None. |
|
record_status_id | signed byte |
None. |
|
title | string |
None. |
|
detail | string |
None. |
|
trtid | signed byte |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 64, "record_status_id": 64, "title": "sample string 3", "detail": "sample string 4", "trtid": 64 }