GET api/v1/assignments?StartDateTime={StartDateTime}&EndDateTime={EndDateTime}&DepartmentId={DepartmentId}&ShowAll={ShowAll}&IsUtc={IsUtc}

Get assignments by the requested criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StartDateTime

date

Required

EndDateTime

date

Required

DepartmentId

integer

None.

ShowAll

boolean

None.

IsUtc

boolean

None.

Body Parameters

None.

Response Information

Resource Description

ApiResponseModelOfListOfAssignmentModel
NameDescriptionTypeAdditional 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.