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": "a1d7272a-d726-49e2-bfe9-2648a0ba4249",
"FsDeptId": 2,
"FsStaffId": 3,
"Charge": true,
"UnscheduledAbsence": true,
"UnscheduledAbsenceOption": 1,
"FsCancelReasonId": 1,
"CancelComment": "sample string 6",
"OvertimeShift": true,
"CreateDateUTC": "2026-07-13T20:09:29.6196895-05:00",
"AppChanged": "sample string 8",
"UserChanged": "sample string 9",
"Version": "QEA=",
"DateChangedUTC": "2026-07-13T20:09:29.6196895-05:00",
"FsNeedId": "818680af-cc97-43cc-9398-ce020aeac050",
"FsNeedStatusId": 11,
"FsOrigDeptId": 12,
"Date": "2026-07-13T20:09:29.6196895-05:00",
"FsDeptShiftId": 1,
"StartTime": "2026-07-13T20:09:29.6196895-05:00",
"EndTime": "2026-07-13T20:09:29.6196895-05:00",
"FsCountTypeId": 16,
"FsProductiveId": 17,
"ProviderConfirmed": true,
"Approved": true,
"BookDateUTC": "2026-07-13T20:09:29.6196895-05:00",
"FsSkillLevelId": 20,
"ReleasedForTrade": true,
"ReleasedForTradeDate": "2026-07-13T20:09:29.6196895-05:00",
"FsReleasedForTradeAssignId": "89761751-599e-4813-931c-eb7fce4028b9",
"IsDefaultScheduleEntry": true,
"FsAssignCopyById": "48c8503a-087c-4808-92f5-f1e062aa383a"
},
{
"FsAssignId": "a1d7272a-d726-49e2-bfe9-2648a0ba4249",
"FsDeptId": 2,
"FsStaffId": 3,
"Charge": true,
"UnscheduledAbsence": true,
"UnscheduledAbsenceOption": 1,
"FsCancelReasonId": 1,
"CancelComment": "sample string 6",
"OvertimeShift": true,
"CreateDateUTC": "2026-07-13T20:09:29.6196895-05:00",
"AppChanged": "sample string 8",
"UserChanged": "sample string 9",
"Version": "QEA=",
"DateChangedUTC": "2026-07-13T20:09:29.6196895-05:00",
"FsNeedId": "818680af-cc97-43cc-9398-ce020aeac050",
"FsNeedStatusId": 11,
"FsOrigDeptId": 12,
"Date": "2026-07-13T20:09:29.6196895-05:00",
"FsDeptShiftId": 1,
"StartTime": "2026-07-13T20:09:29.6196895-05:00",
"EndTime": "2026-07-13T20:09:29.6196895-05:00",
"FsCountTypeId": 16,
"FsProductiveId": 17,
"ProviderConfirmed": true,
"Approved": true,
"BookDateUTC": "2026-07-13T20:09:29.6196895-05:00",
"FsSkillLevelId": 20,
"ReleasedForTrade": true,
"ReleasedForTradeDate": "2026-07-13T20:09:29.6196895-05:00",
"FsReleasedForTradeAssignId": "89761751-599e-4813-931c-eb7fce4028b9",
"IsDefaultScheduleEntry": true,
"FsAssignCopyById": "48c8503a-087c-4808-92f5-f1e062aa383a"
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}