Controller: Notice

API Controller /nodeworx/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 (
    0 => 
    array (
      'delivery_id' => '1845',
      'code' => 'UPGRADED_4.10.0-440',
      'priority' => 'positive',
      'node_id' => '',
      'subject' => '##LG_IWORX_UPGRADED##',
      'body' => '##LG_IWORX_UPGRADED_DESC|4.10.0-440##',
      'date_created' => '1336522918',
    ),
  ),
)

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