GET api/Calendar/GetEventsPages?start={start}&end={end}&pageNum={pageNum}&pageSize={pageSize}
Get events from filter data. Must inclue CalendarId and CalendarRoleId header in request
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start | string |
Required |
|
| end | string |
Required |
|
| pageNum | integer |
Required |
|
| pageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns an array of Event Type.
PagedListOfEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of Event |
None. |
|
| CurrentPage | integer |
None. |
|
| TotalPages | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalCount | integer |
None. |
|
| HasPrevious | boolean |
None. |
|
| HasNext | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.