GET api/v1/departments/GetSchedulePhases/{scheduleId}?schdueleId={schdueleId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
schdueleId

globally unique identifier

Required

scheduleId

string

None.

Body Parameters

None.

Response Information

Resource Description

ApiResponseModelOfListOfScheduleProcessPhaseModel
NameDescriptionTypeAdditional information
Data

ApiResponseDataModelOfListOfScheduleProcessPhaseModel

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": [
      {
        "ScheduleProcessPhaseId": 1,
        "ScheduleId": "53b2d5ea-3cf8-482f-ab62-10c161260120",
        "ScheduleStatusId": 3,
        "Date": "2026-01-02T21:51:23.6087402-06:00",
        "AppChanged": "sample string 5",
        "CreateDateUtc": "2026-01-02T21:51:23.6087402-06:00",
        "UserChanged": "sample string 7",
        "DateChangedUtc": "2026-01-02T21:51:23.6087402-06:00",
        "EffectiveDate": "2026-01-02T21:51:23.6087402-06:00",
        "ExpiryDate": "2026-01-02T21:51:23.6087402-06:00",
        "DateProcessedUtc": "2026-01-02T21:51:23.6087402-06:00",
        "IsSuccess": true,
        "ProcessExecutionMessage": "sample string 10",
        "ExecutedBy": "sample string 11",
        "DeptName": "sample string 12",
        "DeptId": 13,
        "DeptCode": "sample string 14",
        "StartDate": "2026-01-02T21:51:23.6087402-06:00",
        "EndDate": "2026-01-02T21:51:23.6087402-06:00",
        "ScheduleDuration": 17,
        "ScheduleStartTime": "2026-01-02T21:51:23.6087402-06:00",
        "SelfScheduleDisable": true,
        "FacilityName": "sample string 20",
        "FacilityCode": "sample string 21",
        "SchedulePeriodStatus": "sample string 22"
      },
      {
        "ScheduleProcessPhaseId": 1,
        "ScheduleId": "53b2d5ea-3cf8-482f-ab62-10c161260120",
        "ScheduleStatusId": 3,
        "Date": "2026-01-02T21:51:23.6087402-06:00",
        "AppChanged": "sample string 5",
        "CreateDateUtc": "2026-01-02T21:51:23.6087402-06:00",
        "UserChanged": "sample string 7",
        "DateChangedUtc": "2026-01-02T21:51:23.6087402-06:00",
        "EffectiveDate": "2026-01-02T21:51:23.6087402-06:00",
        "ExpiryDate": "2026-01-02T21:51:23.6087402-06:00",
        "DateProcessedUtc": "2026-01-02T21:51:23.6087402-06:00",
        "IsSuccess": true,
        "ProcessExecutionMessage": "sample string 10",
        "ExecutedBy": "sample string 11",
        "DeptName": "sample string 12",
        "DeptId": 13,
        "DeptCode": "sample string 14",
        "StartDate": "2026-01-02T21:51:23.6087402-06:00",
        "EndDate": "2026-01-02T21:51:23.6087402-06:00",
        "ScheduleDuration": 17,
        "ScheduleStartTime": "2026-01-02T21:51:23.6087402-06:00",
        "SelfScheduleDisable": true,
        "FacilityName": "sample string 20",
        "FacilityCode": "sample string 21",
        "SchedulePeriodStatus": "sample string 22"
      }
    ]
  },
  "Errors": [
    "sample string 1",
    "sample string 2"
  ],
  "Warnings": [
    "sample string 1",
    "sample string 2"
  ]
}