Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListNotifications
Detals about how to list a user's notifications
Parameters
Name Type Description

includeRead

boolean

Default value: true

List folders with files, folders will always appear first.

order

UserNotificationOrder

Default value: TIME_SENT

Notification order, if left empty set to LAST_UPDATED.

Possible values: [TIME_READ, TIME_SENT, SENDER_ADDRESS].

orderAscending

boolean

Default value: false

Notification order ascending, if left empty set to true.

paginationInfo

Pagination

Json Format
{
paginationInfo:
{
pageSize: Integer,
pageNumber: Integer
},
includeRead: Boolean,
order: UserNotificationOrder,
orderAscending: Boolean
}