GET api/font/weight/{weight_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| weight_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FontAttributeWeight| Name | Description | Type | Additional information |
|---|---|---|---|
| weight_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 |
Response Formats
application/json, text/json
Sample:
{
"weight_id": 1,
"name_cht": "sample string 2",
"name_chs": "sample string 3",
"name_eng": "sample string 4",
"name_jpn": "sample string 5"
}