*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
The production server ip-address:port is https://dashboard-prod.diaper.cf:5000
The production server AWS Chalice:port is https://4wuiajclt6.execute-api.us-east-1.amazonaws.com/api/
| URL | /api/login/ |
| Description | Login a user, and set cookie for authentication |
| Method | POST |
| Url Param | |
| Request Body Data |
|
| Response |
|
| Cookie |
|
...
| URL | /api/infant/<id> |
| Description | Get infant by id |
| Method | GET |
| Url Param | infant_id |
| Request Body Data | |
| Response |
|
| URL | /api/getSurvey/<surveyId> |
| Description | Get Survey CSV data by surveyId |
| Method | GET |
| Url Param | surveyId |
| Request Body Data | |
| Response |
|