GET api/About
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
About| Name | Description | Type | Additional information |
|---|---|---|---|
| about_id | integer |
None. |
|
| title_cht | string |
Required Max length: 32 |
|
| title_chs | string |
Required Max length: 32 |
|
| title_eng | string |
Required Max length: 32 |
|
| title_jpn | string |
Required Max length: 32 |
|
| content_cht | string |
Required Max length: 255 |
|
| content_chs | string |
Required Max length: 255 |
|
| content_eng | string |
Required Max length: 255 |
|
| content_jpn | string |
Required Max length: 255 |
|
| priority | integer |
Required |
|
| create_date | string |
None. |
|
| update_date | string |
None. |
|
| is_disabled | string |
Required Max length: 1 |
Response Formats
application/json, text/json
Sample:
{
"about_id": 1,
"title_cht": "sample string 2",
"title_chs": "sample string 3",
"title_eng": "sample string 4",
"title_jpn": "sample string 5",
"content_cht": "sample string 6",
"content_chs": "sample string 7",
"content_eng": "sample string 8",
"content_jpn": "sample string 9",
"priority": 10,
"create_date": "0001/01/01",
"update_date": "0001/01/01",
"is_disabled": "sample string 13"
}