Parameters for all requests
- companyid - The companyid is a unique code that is given as part of your subscription to access the API. This code must be supplied as part of the header for each API request.
Refer to the Documentation page for each specific request and the supported Parameters
Font Characters
Format
/api/FontCharacters/List?[Parameters]
Description
Returns the list of available characters in a font.
Parameters
- Type - Valid values is "ftEmbroidery", "ftTrueType". Default is "all".
- IsSorted - True/False value indicating if the returned list should be alphabetically sorted. Default is False.
- Font - Name of the font to get all available characters that given font supports.
Example
/api/FontCharacters/List?Font=Block New
Output
{
"Name": "Block New",
"Type": "ftEmbroidery",
"Characters": [
"ÿ",
"î",
"Ý",
"Ì"
]
}