Get announcements

GET
/api/v2/announcements

Get announcements

Query parameters

statusenumOptional

Filter announcements by status.

Allowed values: activeinactivescheduled
limitintegerOptional

The number of announcements to return.

offsetintegerOptional

Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit.

Response

Announcement response

itemslist of objects

Errors

Built with