GET api/Dosages/GetComplianceAccuracy?ProfileId={ProfileId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ComplianceAccuracyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DosageId | integer |
None. |
|
| DosageStartDate | date |
None. |
|
| RemainingCount | integer |
None. |
|
| DosageDetails | string |
None. |
|
| Accuracy | decimal number |
None. |
|
| MedicineId | integer |
None. |
|
| MedicineName | string |
None. |
|
| HasRefills | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DosageId": 1,
"DosageStartDate": "2026-09-08T21:12:25.065946+00:00",
"RemainingCount": 2,
"DosageDetails": "sample string 3",
"Accuracy": 4.0,
"MedicineId": 5,
"MedicineName": "sample string 6",
"HasRefills": true
},
{
"DosageId": 1,
"DosageStartDate": "2026-09-08T21:12:25.065946+00:00",
"RemainingCount": 2,
"DosageDetails": "sample string 3",
"Accuracy": 4.0,
"MedicineId": 5,
"MedicineName": "sample string 6",
"HasRefills": true
}
]