GET api/font/emotion/{emotion_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| emotion_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FontAttributeEmotion| Name | Description | Type | Additional information |
|---|---|---|---|
| emotion_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 FontEmotionMapping |
None. |
Response Formats
application/json, text/json
Sample:
{
"emotion_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"
}
]
}