cURL
curl --request GET \ --url https://backend.claros.health/cms/reports \ --header 'X-API-Key: <api-key>'
[ { "id": "<string>", "date": "2023-12-25", "measures": [ "<string>" ], "measuresData": [ { "name": "<string>", "performance": 123, "caseCount": 123, "mipsPoints": 123 } ], "status": "<string>", "submittedBy": "<string>" } ]
Retrieves all CMS reports for the authenticated user
X-API-Key
[ { "id": "CMS-2024-Q1", "date": "2024-03-15", "measures": [ "Blood Pressure Control", "Diabetes A1C Control" ], "measuresData": [ { "name": "Blood Pressure Control", "performance": 85.5, "caseCount": 150, "mipsPoints": 10 }, { "name": "Diabetes A1C Control", "performance": 78.2, "caseCount": 120, "mipsPoints": 8 } ], "status": "SUBMITTED", "submittedBy": "John Smith" } ]
List of CMS reports
Show child attributes