Actions
Activity #4416
openModule #4271: Development
Module #4274: Integration with Virtual Treatment Planning System (VTPS)
Activity #4275: Develop an API to list patients based on a user
Server-side Validation of Request
Start date:
11/18/2025
Due date:
% Done:
100%
Estimated time:
Planned Due Date:
Description
1. Validate input fields (backend side):
Field Validation
------ -------------
status optional, allowed values: ["NEW","IN_PROGRESS","COMPLETED"]
page optional, default 1, must be number
limit optional, default 20, must be number
user_id optional but must match JWT user_id if provided
2. if fails sent { "errorStatus": "Invalid request parameters" }
Actions