POST api/v1/assignments/FindByStaffCancelReason
Get canceled assingments for staff member by cancel reason.
Request Information
URI Parameters
None.
Body Parameters
AssignCancelReasonStaffRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | date |
Required |
|
| EndDate | date |
Required |
|
| FsStaffId | integer |
Required |
|
| ShowOther | boolean |
None. |
|
| FsCancelReasonIds | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "2026-08-28T23:25:31.6357784-05:00",
"EndDate": "2026-08-28T23:25:31.6357784-05:00",
"FsStaffId": 3,
"ShowOther": true,
"FsCancelReasonIds": "sample string 5"
}
Response Information
Resource Description
ApiResponseModelOfListOfFsAssignReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfListOfFsAssignReturnModel |
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": [
{
"FsAssignId": "f7788c4a-5373-4058-affe-01312fe33ed2",
"FsDeptId": 2,
"FsStaffId": 3,
"Charge": true,
"UnscheduledAbsence": true,
"UnscheduledAbsenceOption": 1,
"FsCancelReasonId": 1,
"CancelComment": "sample string 6",
"OvertimeShift": true,
"CreateDateUTC": "2026-08-28T23:25:31.6357784-05:00",
"AppChanged": "sample string 8",
"UserChanged": "sample string 9",
"Version": "QEA=",
"DateChangedUTC": "2026-08-28T23:25:31.6357784-05:00",
"FsNeedId": "92b1198a-019e-4061-920e-f66e2965963b",
"FsNeedStatusId": 11,
"FsOrigDeptId": 12,
"Date": "2026-08-28T23:25:31.6357784-05:00",
"FsDeptShiftId": 1,
"StartTime": "2026-08-28T23:25:31.6357784-05:00",
"EndTime": "2026-08-28T23:25:31.6357784-05:00",
"FsCountTypeId": 16,
"FsProductiveId": 17,
"ProviderConfirmed": true,
"Approved": true,
"BookDateUTC": "2026-08-28T23:25:31.6357784-05:00",
"FsSkillLevelId": 20,
"ReleasedForTrade": true,
"ReleasedForTradeDate": "2026-08-28T23:25:31.6357784-05:00",
"FsReleasedForTradeAssignId": "adac234d-d605-413e-9a55-5838eb17b3d4",
"IsDefaultScheduleEntry": true,
"FsAssignCopyById": "7838101d-cdc3-4a2f-9ae4-275c142e16ba"
},
{
"FsAssignId": "f7788c4a-5373-4058-affe-01312fe33ed2",
"FsDeptId": 2,
"FsStaffId": 3,
"Charge": true,
"UnscheduledAbsence": true,
"UnscheduledAbsenceOption": 1,
"FsCancelReasonId": 1,
"CancelComment": "sample string 6",
"OvertimeShift": true,
"CreateDateUTC": "2026-08-28T23:25:31.6357784-05:00",
"AppChanged": "sample string 8",
"UserChanged": "sample string 9",
"Version": "QEA=",
"DateChangedUTC": "2026-08-28T23:25:31.6357784-05:00",
"FsNeedId": "92b1198a-019e-4061-920e-f66e2965963b",
"FsNeedStatusId": 11,
"FsOrigDeptId": 12,
"Date": "2026-08-28T23:25:31.6357784-05:00",
"FsDeptShiftId": 1,
"StartTime": "2026-08-28T23:25:31.6357784-05:00",
"EndTime": "2026-08-28T23:25:31.6357784-05:00",
"FsCountTypeId": 16,
"FsProductiveId": 17,
"ProviderConfirmed": true,
"Approved": true,
"BookDateUTC": "2026-08-28T23:25:31.6357784-05:00",
"FsSkillLevelId": 20,
"ReleasedForTrade": true,
"ReleasedForTradeDate": "2026-08-28T23:25:31.6357784-05:00",
"FsReleasedForTradeAssignId": "adac234d-d605-413e-9a55-5838eb17b3d4",
"IsDefaultScheduleEntry": true,
"FsAssignCopyById": "7838101d-cdc3-4a2f-9ae4-275c142e16ba"
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}