Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ExternalRepositoryIdRequest
Request for getting the ID of an external repository
Parameters
Name Type Description

externalId

String

Minimum size: 1  Maximum size: 45

The repository's id

externalRepository

ExternalRepositoryType

Required
Not null

Type of external repository

Possible values: [GOOGLE_DRIVE, GEMS_ONE_DRIVE, GEMS_CIFS, GEMS_CMIS, GEMS_SHAREPOINT, IMANAGE, BOX, CMIS, IMANAGE_CLOUD, CIFS, CIFS_V20, DROPBOX, SHAREPOINT_V20, SHAREPOINT_V30, SHAREPOINT, ONE_DRIVE, GEMS_SHAREPOINT_ONLINE, GEMS_CMIS_ONLINE, NONE, SHAREPOINT_ONLINE].

externalRepositoryUuid

String

The repository's uuid

Json Format
{
externalRepository: ExternalRepositoryType,
externalId: String,
externalRepositoryUuid: String
}