GET api/font/property/{property_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| property_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FontAttributeProperty| Name | Description | Type | Additional information |
|---|---|---|---|
| property_id | integer |
None. |
|
| name | string |
Required Max length: 32 |
|
| list | Collection of FontPropertyMapping |
None. |
Response Formats
application/json, text/json
Sample:
{
"property_id": 1,
"name": "sample string 2",
"list": [
{
"font_id": "sample string 1"
},
{
"font_id": "sample string 1"
}
]
}