Skip to main content
GET
Search BusinessAnnouncements
A BusinessAnnouncement is a location announcement shown to customers in the Members Portal and app, with optional plain-text content, image, and call-to-action button. Its public availability is scheduled by UTC ActiveFrom and ActiveTo values.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the BusinessAnnouncement-List role.

Query Parameters

Pagination & Sorting

integer
default:"1"
The page number to retrieve.
integer
default:"25"
The number of records per page.
string
The property name to sort results by (e.g. Name, CreatedOn).
integer
Sort direction. 0 for ascending, 1 for descending.

Filters

integer
Filter by iD of the location where this announcement is published; a network location makes it available to locations in that network..
string
Filter by display value for Business.Name..
string
Filter by required title displayed with the announcement..
boolean
Filter by whether this announcement is marked active; the current active-announcement query uses ActiveFrom and ActiveTo rather than this flag..
string
Filter by current image file name.
string
Filter by uRL of a new image to upload (ideal size 600x350 pixels, 12:7 aspect ratio).
boolean
Filter by set to true to remove the current image file.
string
Filter by plain-text announcement body; HTML formatting is not supported..
boolean
Filter by whether to display the optional call-to-action button with this announcement..
string
Filter by text displayed on the call-to-action button when ShowButton is enabled..
string
Filter by destination URL for the call-to-action button when ShowButton is enabled..
boolean
Filter by whether this announcement is configured to send a push notification; scheduling is currently driven by ActiveFrom on create or update..
string
Filter by text configured for the announcement’s push notification..
string
Filter by uTC publish-from date and time; the active query requires this value to be strictly earlier than the current UTC time, and create or update schedules its push job at this time..
string
Filter by optional UTC publish-until date and time; an announcement remains active only while this value is strictly later than the current UTC time..
boolean
Filter by whether the announcement is marked for contacts, meaning customers without an active contract; the current active-announcement query does not apply this audience flag..
boolean
Filter by whether the announcement is marked for members, meaning customers with an active contract; the current active-announcement query does not apply this audience flag..

Range Filters

string
Filter by uTC publish-from date and time; the active query requires this value to be strictly earlier than the current UTC time, and create or update schedules its push job at this time. greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by uTC publish-from date and time; the active query requires this value to be strictly earlier than the current UTC time, and create or update schedules its push job at this time. less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by optional UTC publish-until date and time; an announcement remains active only while this value is strictly later than the current UTC time. greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by optional UTC publish-until date and time; an announcement remains active only while this value is strictly later than the current UTC time. less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter records created on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records created on or before this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or before this date. Format: YYYY-MM-DDTHH:mm.

Code Examples

Simple listing

Filtering by Name

Range filters

Response

200

BusinessAnnouncement[]
The list of BusinessAnnouncement records matching the query. See the Get one BusinessAnnouncement endpoint for the full list of properties returned for each record.
integer
Current page number.
integer
Number of records per page.
string
The field used for sorting.
integer
The sort direction (0 = ascending, 1 = descending).
integer
Index of the first item on the current page.
integer
Index of the last item on the current page.
integer
Total number of matching records across all pages.
integer
Total number of pages.
boolean
Whether there is a next page of results.
boolean
Whether there is a previous page of results.
Example Response