Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListAllNotifications
Created by tdagan on 3/21/2017.
Parameters
Name Type Description

deviceType

String

Not null
Minimum size: 1  Maximum size: 100

filter

String

Default value: ALL.toString()

orderAscending

Boolean

Not null
Default value: FALSE

paginationJson

Pagination

Required
Not null

Json Format
{
paginationJson:
{
pageSize: Integer,
pageNumber: Integer
},
orderAscending: Boolean,
deviceType: String,
filter: String
}