A font is a set of characters that can be used in a style for displaying labels.
Get a list of fonts (getFonts)
Displays a list of all fonts on the server. You must use the "Accept:" header to specify format or append an extension to the endpoint (example "/fonts.xml" for XML)
Return type
Example data
Content-Type: application/json
"{\"fonts\":[\"Calibri Light Italic\",\"Microsoft PhagsPa Bold\",\"Lucida Sans Typewriter Oblique\",\"ChaparralPro-Regular\",\"Californian FB Italic\"]}\n"
Example data
Content-Type: application/xml
"\n \n Calibri Light Italic\n Microsoft PhagsPa Bold\n Lucida Sans Typewriter Oblique\n ChaparralPro-Regular\n Californian FB Italic\n \n\n"
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/json
application/xml
Responses
200
OK
FontList
Example data
Content-Type: application/json
{"fonts":["Calibri Light Italic","Microsoft PhagsPa Bold","Lucida Sans Typewriter Oblique","ChaparralPro-Regular","Californian FB Italic"]}
Example data
Content-Type: application/xml
Calibri Light Italic
Microsoft PhagsPa Bold
Lucida Sans Typewriter Oblique
ChaparralPro-Regular
Californian FB Italic
401
Unauthorized