Get Reports
info
All JSON array responses have been shortened for readability.
GET/<ApplicationID>/reports
Endpoint Requires Authentication
Example
https://api.weightron.cloud/641c1177ebc8b2f3c195b02c/reports
Description
Returns an an array of objects containing reports in the given application.
Returns
{
"timestamp": "2023-03-23T09:01:43.520Z",
"data": [
{
"_id": "641c1178ebc8b2f3c195b064",
"name": "DashboardReport",
"description": "Dashboard Report",
"targetCollections": [],
"jsx": "<div\r\n style={{\r\n width: \"297mm\",\r\n boxSizing: \"border-box\",\r\n fontFamily: \"sans-serif\",\r\n ...",
"createdAt": "2023-03-03T14:13:59.335Z",
"updatedAt": "2023-03-03T14:44:20.122Z",
"__v": 0
}
]
}