GET api/font/style
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
FontAttributeStyle| Name | Description | Type | Additional information |
|---|---|---|---|
| style_id | integer |
None. |
|
| name_cht | string |
Required Max length: 32 |
|
| name_chs | string |
Required Max length: 32 |
|
| name_eng | string |
Required Max length: 32 |
|
| name_jpn | string |
Required Max length: 32 |
|
| list | Collection of FontStyleMapping |
None. |
Response Formats
application/json, text/json
Sample:
{
"style_id": 1,
"name_cht": "sample string 2",
"name_chs": "sample string 3",
"name_eng": "sample string 4",
"name_jpn": "sample string 5",
"list": [
{
"font_id": "sample string 1"
},
{
"font_id": "sample string 1"
}
]
}