feat: helpdesk REST API endpoints #142

Open
opened 2026-06-03 00:39:51 +00:00 by jmiller · 1 comment
Owner

Summary

REST API for ticket management.

Features

  • GET /api/v1/mokowaas/tickets - list tickets
  • GET /api/v1/mokowaas/tickets/{id} - get ticket with replies
  • POST /api/v1/mokowaas/tickets - create ticket
  • POST /api/v1/mokowaas/tickets/{id}/reply - add reply
  • PATCH /api/v1/mokowaas/tickets/{id} - update status/priority/assignment
  • Route registration in webservices plugin
## Summary REST API for ticket management. ## Features - [ ] GET /api/v1/mokowaas/tickets - list tickets - [ ] GET /api/v1/mokowaas/tickets/{id} - get ticket with replies - [ ] POST /api/v1/mokowaas/tickets - create ticket - [ ] POST /api/v1/mokowaas/tickets/{id}/reply - add reply - [ ] PATCH /api/v1/mokowaas/tickets/{id} - update status/priority/assignment - [ ] Route registration in webservices plugin
jmiller added the joomlaphp labels 2026-06-03 00:39:51 +00:00
Author
Owner

Branch created: feature/142-feat-helpdesk-rest-api-endpoints

git fetch origin
git checkout feature/142-feat-helpdesk-rest-api-endpoints
Branch created: [`feature/142-feat-helpdesk-rest-api-endpoints`](https://git.mokoconsulting.tech/MokoConsulting/MokoWaaS/src/branch/feature/142-feat-helpdesk-rest-api-endpoints) ```bash git fetch origin git checkout feature/142-feat-helpdesk-rest-api-endpoints ```
jmiller added this to the v02.35.00 milestone 2026-06-06 16:17:54 +00:00
Sign in to join this conversation.
No labels joomla php
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuite#142