GET api/v1/requests/assignments?StaffId={StaffId}&Start={Start}&End={End}&Status={Status}
Get requests by the search criteria formatted as AssignmentModel
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StaffId | integer |
None. |
|
| Start | date |
None. |
|
| End | date |
None. |
|
| Status | RequestStatusType |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfListOfAssignmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfListOfAssignmentModel |
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.