Auto Install Fonts

Get

get

Retrieve information about RAS printing settings font of a site.

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
Responsestring[]
get
GET /api/PrintingSettings/AutoInstallFonts HTTP/1.1
Host: 
Accept: */*
[
  "text"
]

Add

post

Add a new RAS Printing settings font to a site.

Query parameters
SiteIdinteger · int32Optional

ID of the site to which the font will be added (optional)

Body
fontFilestring · binaryOptional

Upload File

Responses
201

Created

post
POST /api/PrintingSettings/AutoInstallFonts HTTP/1.1
Host: 
Content-Type: multipart/form-data
Accept: */*
Content-Length: 21

{
  "fontFile": "binary"
}

No content

Delete

delete

Delete a RAS Printing settings font from a site.

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 | nullableRequired

Auto Install Font Name.

Responses
204

No Content

delete
DELETE /api/PrintingSettings/AutoInstallFonts HTTP/1.1
Host: 
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 19

{
  "fontName": "text"
}

No content

Last updated

Was this helpful?