Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListTransientFoldersAndDocuments
Used when retrieving a list of transient files and folders.
Parameters
Name Type Description

apiDocumentOrderVDR

ApiDocumentOrderVDR

Not null
Default value: NAME

File order, if left empty set to NAME.

Possible values: [SCORE, SENDER, LAST_UPDATED, SIZE, SENDER_ADDRESS, FILE_NAME, TYPE, LAST_VIEWED, NAME, TAG_NAME].

folderPath

String

Required
Not null

Folder path

orderAscending

boolean

Not null
Default value: true

File order ascending, if left empty set to true.

pageNumber

Integer

Default value: 0

current page to fetch, if left empty set to 0.

pageSize

Integer

Default value: 25

Page size for search results, if left empty set to 25.

workspaceGuid

String

Required
Not null

Workspace guid

Json Format
{
folderPath: String,
workspaceGuid: String,
pageSize: Integer,
pageNumber: Integer,
apiDocumentOrderVDR: ApiDocumentOrderVDR,
orderAscending: Boolean
}