GET api/v{version}/cafe/announcements?from={from}&to={to}&limit={limit}
Get a list of all cafe announcements.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| from |
The start date of a query. Accepts a date string in the ISO 8601 format - yyyy-MM-dd. Ex: 2018-02-14 |
date |
None. |
| to |
The end date of a query. Accepts a date string in the ISO 8601 format - yyyy-MM-dd. Ex: 2018-02-14 |
date |
None. |
| limit |
How many announcements to return. Limit 0 returns all menus. |
integer |
Default value is 0 |
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Announcement objects.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.