Skip to main content

FONT API Reference

Module Information

Service Files:

  • Private: service/font.js
  • Public: service/font.js

Available Services: 3 Documented Services: 3


font.font_list

Retrieve a paginated list of all available fonts on the platform. Calls stored procedure font_list with the requested page number. Results are paginated server-side.

PropertyValue
ScopeHub (requires hub context)
PermissionOwner (7)

Endpoint:

https://hostname/-/svc/font.font_list

Parameters

ParameterTypeRequiredDefaultDescription
pageintegerNo1-

Returns

FieldTypeDescription
typeany-
descriptionany-
propertiesany-

Possible Errors

Error CodeHTTP StatusDescription
INTERNAL_ERROR-Database error executing stored procedure font_list

font.search

Search fonts by name or keyword using a paginated full-text search. Calls stored procedure plf_search_fonts with the search value and page number. Returns fonts matching the query string.

PropertyValue
ScopeHub (requires hub context)
PermissionOwner (7)

Endpoint:

https://hostname/-/svc/font.search

Parameters

ParameterTypeRequiredDefaultDescription
valuestringNo"a"-
pageintegerNo1-

Returns

FieldTypeDescription
typeany-
descriptionany-
propertiesany-

Possible Errors

Error CodeHTTP StatusDescription
INTERNAL_ERROR-Database error executing stored procedure plf_search_fonts

font.files

Retrieve the list of all font files available on the platform. Calls stored procedure font_get_files with no additional parameters. Returns file records for all registered font assets.

PropertyValue
ScopeHub (requires hub context)
PermissionOwner (7)

Endpoint:

https://hostname/-/svc/font.files

Parameters

No parameters

Returns

FieldTypeDescription
typeany-
descriptionany-
propertiesany-

Possible Errors

Error CodeHTTP StatusDescription
INTERNAL_ERROR-Database error executing stored procedure font_get_files

  • ACL System - Permission model
  • Service Routing - URL patterns
  • Error Handling - Error codes