Skip to main content

SUPPORT API Reference

Module Information

Service Files:

  • Private: service/private/support.js
  • Public: service/support.js

Available Services: 3 Documented Services: 3


support.bug_report

Submit a bug report from the current user. Reads all fields from the vars input object, serializes any nested objects to JSON strings, then calls the support_bug_report stored procedure with the extracted fields.

PropertyValue
ScopeHub (requires hub context)
PermissionAnonymous (0)

Endpoint:

https://hostname/-/svc/support.bug_report

Parameters

ParameterTypeRequiredDefaultDescription
varsobjectNo--

Returns

FieldTypeDescription
typeany-
descriptionany-

Possible Errors

Error codes not documented


support.leave_comment

Submit a feedback comment. Calls feedback_create stored procedure with the provided message. Available to anonymous users.

PropertyValue
ScopeHub (requires hub context)
PermissionAnonymous (0)

Endpoint:

https://hostname/-/svc/support.leave_comment

Parameters

ParameterTypeRequiredDefaultDescription
messagestringNo--

Returns

FieldTypeDescription
typeany-
descriptionany-

Possible Errors

Error codes not documented


support.list_feedback

List all submitted feedback with sorting and pagination. Requires special_access preproc with remit level 1. Calls support_list_feedback stored procedure with column, order, and page parameters.

PropertyValue
ScopeHub (requires hub context)
Permissiondelete
Pre-checkspecial_access (validation before execution)

Endpoint:

https://hostname/-/svc/support.list_feedback

Parameters

ParameterTypeRequiredDefaultDescription
pageintegerNo--
sort_bystringNo"date"-
orderstringNo"desc"-

Returns

FieldTypeDescription
typeany-
descriptionany-

Possible Errors

Error codes not documented


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