Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DocumentIdentifier
Parameters
Name Type Description

documentUuid

String

Document UUID of workspace

imanageInfoJson

GetIManagePathInfo

Document info of imanage workspace

pathInfoJson

GetPathInfo

Document info of transient workspace

Json Format
{
documentUuid: String,
pathInfoJson:
{
path: String,
workspaceUuid: String
},
imanageInfoJson:
{
itemId: String,
workspaceUuid: String
}
}