Auto Install Fonts
Query parameters
SiteIdinteger · int32Optional
Site ID for which to retrieve the RAS printing settings font (optional)
Responses
200
Success
application/json; api-version=1.0
string[]Optional
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get/api/PrintingSettings/AutoInstallFonts
Query parameters
SiteIdinteger · int32Optional
ID of the site to which the font will be added (optional)
Body
fontFilestring · binaryOptional
Upload File
Responses
201
Created
No content
401
Unauthorized
application/json; api-version=1.0
409
Conflict
application/json; api-version=1.0
post/api/PrintingSettings/AutoInstallFonts
No content
Query parameters
SiteIdinteger · int32Optional
ID of the site from which the font will be deleted (optional)
Body
Remove a font from the list of Universal Printing auto install fonts.
fontNamestring · max: 255 · nullableRequired
Auto Install Font Name.
Responses
204
No Content
No content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete/api/PrintingSettings/AutoInstallFonts
No content
Last updated