List announcements
announcements_list(
limit = NULL,
page_num = NULL,
order = NULL,
order_dir = NULL
)
An array containing the following fields:
integer, The ID of this announcement
string, The subject of this announcement.
string, The body of this announcement.
string, The date and time this announcement was released.
string,
string,
integer optional. Number of results to return. Defaults to 10. Maximum allowed is 50.
integer optional. Page number of the results to return. Defaults to the first page, 1.
string optional. The field on which to order the result set. Defaults to released_at. Must be one of: released_at.
string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.