GET api/v{version}/events/dates?from={from}&to={to}&calendar={calendar}
Get Beckman events within the specified date range.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| from |
Event query start date. |
date |
None. |
| to |
Event query end date. |
date |
None. |
| calendar |
Webtools ID of calendar to query. |
BeckmanCalendars |
Default value is BeckmanInstitute |
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.