POST api/v1/staffs/GetStaffNotAssigned
Get list of staff by department with no active assignment for date. This is an asynchronous service.
Request Information
URI Parameters
None.
Body Parameters
NoCurrentAssignmentRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentId | integer |
None. |
|
| date | date |
None. |
|
| SkillId | integer |
None. |
|
| FacilityId | integer |
None. |
|
| IncludeSmsSubscriptionInfo | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DepartmentId": 1,
"date": "2026-01-02T09:04:56.4457527-06:00",
"SkillId": 1,
"FacilityId": 1,
"IncludeSmsSubscriptionInfo": true
}
Response Information
Resource Description
ApiResponseModelOfListOfStaffNotAssignedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfListOfStaffNotAssignedModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.