GET api/v1/schedulemetricscore/GetScheduleMetricScores/{scheduleId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| scheduleId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfIListOfScheduleMetricScoresReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfIListOfScheduleMetricScoresReturnModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PageSize": 1,
"Page": 2,
"TotalPages": 3,
"TotalResults": 4,
"Results": [
{
"ScheduleId": "d96db5af-46c9-42e4-9617-dba5801d14e7",
"FacilityId": 2,
"FacilityName": "sample string 3",
"DeptId": 4,
"DeptName": "sample string 5",
"ServiceLineId": 6,
"ServiceLineName": "sample string 7",
"ScheduleFrom": "2026-01-02T23:39:50.7033593-06:00",
"ScheduleTo": "2026-01-02T23:39:50.7033593-06:00",
"SchedulePhase": "sample string 10",
"PostedDate": "2026-01-02T23:39:50.7033593-06:00",
"StartDate": "sample string 11",
"ScheduleFormat": 12,
"IsSchedulePosted": true,
"UserApproved": 1,
"CanPerformAction": true,
"Scores": [
{
"DisplayName": "sample string 1",
"Metric": "sample string 2",
"Pair01": 1.0,
"Pair02": 1.0
},
{
"DisplayName": "sample string 1",
"Metric": "sample string 2",
"Pair01": 1.0,
"Pair02": 1.0
}
]
},
{
"ScheduleId": "d96db5af-46c9-42e4-9617-dba5801d14e7",
"FacilityId": 2,
"FacilityName": "sample string 3",
"DeptId": 4,
"DeptName": "sample string 5",
"ServiceLineId": 6,
"ServiceLineName": "sample string 7",
"ScheduleFrom": "2026-01-02T23:39:50.7033593-06:00",
"ScheduleTo": "2026-01-02T23:39:50.7033593-06:00",
"SchedulePhase": "sample string 10",
"PostedDate": "2026-01-02T23:39:50.7033593-06:00",
"StartDate": "sample string 11",
"ScheduleFormat": 12,
"IsSchedulePosted": true,
"UserApproved": 1,
"CanPerformAction": true,
"Scores": [
{
"DisplayName": "sample string 1",
"Metric": "sample string 2",
"Pair01": 1.0,
"Pair02": 1.0
},
{
"DisplayName": "sample string 1",
"Metric": "sample string 2",
"Pair01": 1.0,
"Pair02": 1.0
}
]
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}