GET Api/ShiftPicking/SubscribedDuties?startDate={startDate}&endDate={endDate}

Returns all shift picking duties the user performs between start and enddate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

date

Required

endDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WebShiftPickDuty
NameDescriptionTypeAdditional information
ShiftPickingDutyID

integer

None.

Task

Task

None.

Status

DutyPersonStatus

None.

ContractID

integer

None.

ContractName

string

None.

Date

date

None.

StartTime

date

None.

EndTime

date

None.

Requested

integer

None.

MaxResponses

integer

None.

Responses

integer

None.

ExtraInfo

string

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.