GET v1/Font/List
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
FontListViewModelName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of FontListItemViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Items": null }
application/octet-stream
Sample:
{"Items":null}
application/xml, text/xml
Sample:
<FontListViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.List"> <Items i:nil="true" /> </FontListViewModel>