reporting
Query the patients detailed usage between the specified dates
get/reporting/patient-report-table
Query parameters
filterstring
limitnumber
offsetstring
orderstring
Response
successful operation
Example response
{
"rows": [
{
"clinic_id": 123,
"created_time": "2020-01-01T00:00:00Z",
"error_flags": [
{
"type": "nutrient"
}
],
"patient_id": 123,
"patient_is_priority": true,
"patient_report_id": 123,
"report_date": "2020-01-01T00:00:00Z",
"status": "draft",
"updated_time": "2020-01-01T00:00:00Z"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.