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