Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListIManageFoldersAndDocuments
Information for retrieving a list of iManage files and folders for a workspace or a folder.
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].

folderItemId

String

iManage Item Id for a folder. When it is empty, the list returned is for the workspace. When folderItemId="iManageSharedDocuments" display the documents shared with the user

includeSharedDocuments

Boolean

Default value: false

Include Shared Documents Functionality

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
{
folderItemId: String,
workspaceGuid: String,
pageSize: Integer,
pageNumber: Integer,
apiDocumentOrderVDR: ApiDocumentOrderVDR,
orderAscending: Boolean,
includeSharedDocuments: Boolean
}