GET api/Rules/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RuleName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Category | string |
String length: inclusive between 0 and 50 |
|
rule_review_number | string |
String length: inclusive between 0 and 50 |
|
agency | string |
String length: inclusive between 0 and 2000 |
|
subject | string |
String length: inclusive between 0 and 5000 |
|
remarks | string |
String length: inclusive between 0 and 5000 |
|
rule_number | string |
String length: inclusive between 0 and 50 |
|
rule_review_number_URL | string |
String length: inclusive between 0 and 200 |
|
rule_number_URL | string |
String length: inclusive between 0 and 200 |
|
comment_deadline | string |
String length: inclusive between 0 and 100 |
|
year | string |
String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "category": "sample string 2", "rule_review_number": "sample string 3", "agency": "sample string 4", "subject": "sample string 5", "remarks": "sample string 6", "rule_number": "sample string 7", "rule_review_number_URL": "sample string 8", "rule_number_URL": "sample string 9", "comment_deadline": "sample string 10", "year": "sample string 11" }