GET api/v1/assignments?StartDateTime={StartDateTime}&EndDateTime={EndDateTime}&DepartmentId={DepartmentId}&ShowAll={ShowAll}&IsUtc={IsUtc}
Get assignments by the requested criteria
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDateTime | date |
Required |
|
| EndDateTime | date |
Required |
|
| DepartmentId | integer |
None. |
|
| ShowAll | boolean |
None. |
|
| IsUtc | boolean |
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.