GET api/v1/assignments/FindByStaffId/{startDate}/{endDate}/{fsStaffId}
Get list of assignments by staff shifts. This is an asynchronous service.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
Required |
|
| endDate | date |
Required |
|
| fsStaffId |
List of comma seperatd department shift id's as a string. |
string |
Required |
Body Parameters
None.
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": "c24e0cad-1f15-41ad-9dca-4af07acebb26",
"FsDeptId": 2,
"FsStaffId": 3,
"Charge": true,
"UnscheduledAbsence": true,
"UnscheduledAbsenceOption": 1,
"FsCancelReasonId": 1,
"CancelComment": "sample string 6",
"OvertimeShift": true,
"CreateDateUTC": "2026-07-13T22:55:44.476562-05:00",
"AppChanged": "sample string 8",
"UserChanged": "sample string 9",
"Version": "QEA=",
"DateChangedUTC": "2026-07-13T22:55:44.476562-05:00",
"FsNeedId": "a1a88179-87d1-46bd-b9be-36e22a074672",
"FsNeedStatusId": 11,
"FsOrigDeptId": 12,
"Date": "2026-07-13T22:55:44.476562-05:00",
"FsDeptShiftId": 1,
"StartTime": "2026-07-13T22:55:44.476562-05:00",
"EndTime": "2026-07-13T22:55:44.476562-05:00",
"FsCountTypeId": 16,
"FsProductiveId": 17,
"ProviderConfirmed": true,
"Approved": true,
"BookDateUTC": "2026-07-13T22:55:44.476562-05:00",
"FsSkillLevelId": 20,
"ReleasedForTrade": true,
"ReleasedForTradeDate": "2026-07-13T22:55:44.476562-05:00",
"FsReleasedForTradeAssignId": "4e8922c2-fccc-4211-a647-dff3f8000d09",
"IsDefaultScheduleEntry": true,
"FsAssignCopyById": "dfc94e5b-10d4-4d42-b6c5-50598cd69c94"
},
{
"FsAssignId": "c24e0cad-1f15-41ad-9dca-4af07acebb26",
"FsDeptId": 2,
"FsStaffId": 3,
"Charge": true,
"UnscheduledAbsence": true,
"UnscheduledAbsenceOption": 1,
"FsCancelReasonId": 1,
"CancelComment": "sample string 6",
"OvertimeShift": true,
"CreateDateUTC": "2026-07-13T22:55:44.476562-05:00",
"AppChanged": "sample string 8",
"UserChanged": "sample string 9",
"Version": "QEA=",
"DateChangedUTC": "2026-07-13T22:55:44.476562-05:00",
"FsNeedId": "a1a88179-87d1-46bd-b9be-36e22a074672",
"FsNeedStatusId": 11,
"FsOrigDeptId": 12,
"Date": "2026-07-13T22:55:44.476562-05:00",
"FsDeptShiftId": 1,
"StartTime": "2026-07-13T22:55:44.476562-05:00",
"EndTime": "2026-07-13T22:55:44.476562-05:00",
"FsCountTypeId": 16,
"FsProductiveId": 17,
"ProviderConfirmed": true,
"Approved": true,
"BookDateUTC": "2026-07-13T22:55:44.476562-05:00",
"FsSkillLevelId": 20,
"ReleasedForTrade": true,
"ReleasedForTradeDate": "2026-07-13T22:55:44.476562-05:00",
"FsReleasedForTradeAssignId": "4e8922c2-fccc-4211-a647-dff3f8000d09",
"IsDefaultScheduleEntry": true,
"FsAssignCopyById": "dfc94e5b-10d4-4d42-b6c5-50598cd69c94"
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}