GET api/Reservation/GetReservationSummaryListByAttendee?startDateUtc={startDateUtc}&endDateUtc={endDateUtc}&userId={userId}&pageNumber={pageNumber}&pageSize={pageSize}

Get Reservation summary list by date range for specified attendee

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDateUtc

string

Required

endDateUtc

string

Required

userId

integer

Required

pageNumber

integer

Default value is 0

pageSize

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.