Controller: Notice

API Controller /siteworx/notice
Required Permissions ["LOGIN"]
Action Description
dismissBanner Dismisses a banner notice.
ignoreUntil Ignore a notice until a certain time.
listBannerNotices Lists current banner notices.
removeUnsubscription Removes an unsubscription block for the current user.
unsubscribe Unsubscribes the current user from a problem code.

Action: dismissBanner (Added in version 4.7.0-336)

Dismisses a banner notice.

Input Parameters

Name Type Notes Required?
delivery_id integer No*
* indicates that it's actually required, but probably already has a valid default value

Action: ignoreUntil (Added in version 4.7.0-336)

Ignore a notice until a certain time.

Input Parameters

Name Type Notes Required?
delivery_id integer No*
ignore_until integer
Example Values
0, 1, 2, 3, 4, 5
Yes
* indicates that it's actually required, but probably already has a valid default value

Action: listBannerNotices (Added in version 4.7.0-336)

Lists current banner notices.

Example Output

array (
  'status' => 0,
  'payload' => 
  array (
  ),
)

Action: removeUnsubscription (Added in version 4.7.0-336)

Removes an unsubscription block for the current user.

Input Parameters

Name Type Notes Required?
code integer Yes

Action: unsubscribe (Added in version 4.7.0-336)

Unsubscribes the current user from a problem code.

Input Parameters

Name Type Notes Required?
code string Yes