GET api/PersonEvent/Get?startTime={startTime}&endTime={endTime}

Returns all a list with all the events that starts during the specified time interval, and which the person is supposed to attend. Returns associated sessions info, attendee info (with person info), location info, but NO messages

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startTime

lower bound of returned events' StartTime (epoch millisecond)

integer

Required

endTime

upper bound of returned events' StartTime (epoch millisecond)

integer

Required

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.