GET api/events?page={page}&pagesize={pagesize}&updatedsince={updatedsince}

Returns list of events. Returns 200 OK and list of events. If a badly formed updatedsince parameter is sent, service treats as null so returns all events. If no events, returns 404 Not Found. For CRM error returns 502 Bad Gateway. For otehr errors 500. optional query string parameters: page, pagesize, updatedsince

Request Information

URI Parameters

NameDescriptionTypeAdditional information
page

Which page of results is requested? Default 1

integer

Default value is 1

pagesize

How many results per page? Default 10?

integer

Default value is 10

updatedsince

YYY-MM-DD Filter results to those modified after this date. Default null

date

None.

Body Parameters

None.

Response Information

Resource Description

EventListRepresentation
NameDescriptionTypeAdditional information
TotalResults

integer

None.

TotalPages

integer

None.

Page

integer

None.

ResourceList

Collection of EventRepresentation

None.

Links

Collection of Link

None.

Response Formats

application/json, text/json, application/hal+json, application/hal+xml

Sample:

Sample not available.