Support
The support page is used for the user to view support requests, open a new request, send a response and close the request.
Access Path
- Web:
/support
Major Transactions
- List support requests
- Creating a new support request
- Sending a response to the request
- Request closure
API Bits Used
GET /api/supportPOST /api/support/createPOST /api/support/:id/replyPOST /api/support/:id/close
Authorization Note
- Requests are captured and processed based on session-based user context.
:::info Manifest Code
console:support:view
:::