Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
IManageMatterInfo
The imanage matter info for creating imanage workspace locally
Parameters
Name Type Description

description

String

Minimum size: 0  Maximum size: 200

The description of the matter

externalRepositoryGuid

String

Required
Not null

External repository guid

itemId

String

Required
Not null

Item id of the matter

name

String

Required
Not null

The name of the matter

Json Format
{
name: String,
description: String,
itemId: String,
externalRepositoryGuid: String
}