GET api/font/fileformat/{file_format_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| file_format_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FontAttributeFileFormat| Name | Description | Type | Additional information |
|---|---|---|---|
| file_format_id | integer |
None. |
|
| name | string |
Required Max length: 10 |
Response Formats
application/json, text/json
Sample:
{
"file_format_id": 1,
"name": "sample string 2"
}