Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListWorkspaceRecycleBinWorkspaces
Used to list files in the workspaces recycle bin. The recycle bin holds non-permanently deleted workspaces
Parameters
Name Type Description

ascending

boolean

Default value: true

orderBy

RecycleBinWorkspacesOrder

Not null
Default value: NAME

Possible values: [DELETE_DATE, CREATION_DATE, NAME].

pagination

Pagination

Not null

pagination info

workspaceTypes

Set(String)

Not null
Minimum size: 1  Maximum size: 2147483647

Json Format
{
pagination:
{
pageSize: Integer,
pageNumber: Integer
},
orderBy: RecycleBinWorkspacesOrder,
ascending: Boolean,
includeExternalData: Boolean,
workspaceTypes: Set(String)
}