GET api/newfont/{new_font_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| new_font_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
NewFont| Name | Description | Type | Additional information |
|---|---|---|---|
| new_font_id | integer |
None. |
|
| name_local | string |
Required Max length: 32 |
|
| name_global | string |
Required Max length: 32 |
|
| pic_filepath_cht | string |
Required Max length: 255 |
|
| pic_filepath_chs | string |
Required Max length: 255 |
|
| pic_filepath_eng | string |
Required Max length: 255 |
|
| pic_filepath_jpn | string |
Required Max length: 255 |
|
| link_cht | string |
Required Max length: 255 |
|
| link_chs | string |
Required Max length: 255 |
|
| link_eng | string |
Required Max length: 255 |
|
| link_jpn | string |
Required Max length: 255 |
|
| create_date | string |
None. |
|
| update_date | string |
None. |
|
| priority | string |
None. |
|
| is_disabled | string |
Required Max length: 1 |
Response Formats
application/json, text/json
Sample:
{
"new_font_id": 1,
"name_local": "sample string 2",
"name_global": "sample string 3",
"pic_filepath_cht": "sample string 4",
"pic_filepath_chs": "sample string 5",
"pic_filepath_eng": "sample string 6",
"pic_filepath_jpn": "sample string 7",
"link_cht": "sample string 8",
"link_chs": "sample string 9",
"link_eng": "sample string 10",
"link_jpn": "sample string 11",
"create_date": "sample string 12",
"update_date": "sample string 13",
"priority": "sample string 14",
"is_disabled": "sample string 15"
}