Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
CreateTransientWorkspace
A new transient workspace to create
Parameters
Name Type Description

description

String

Minimum size: 0  Maximum size: 200

Workspace description

domain

String

Domain

externalRepositoryGuid

String

Required
Not null

External repository guid

name

String

Required
Not null

Name

password

String

password

path

String

Required
Not null

Path

transientWorkspaceCredentialsUuid

String

Transient workspace credentials uuid

userName

String

Username

Json Format
{
name: String,
description: String,
path: String,
userName: String,
password: String,
externalRepositoryGuid: String,
transientWorkspaceCredentialsUuid: String,
domain: String
}