GET api/font/charset
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
FontAttributeCharset| Name | Description | Type | Additional information |
|---|---|---|---|
| charset_id | integer |
None. |
|
| name | string |
Required Max length: 32 |
|
| show_id | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"charset_id": 1,
"name": "sample string 2",
"show_id": 3
}