Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ExternalRepositoryIdResult
Result from getting external repository ID information
Parameters
Name Type Description

externalId

String

Id of the repository

externalRepository

ExternalRepositoryShowValue

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

externalRepositoryName

String

Name of external repository

externalRepositoryUuid

String

Uuid of the repository

Json Format
{
externalRepository: ExternalRepositoryShowValue,
externalId: String,
externalRepositoryUuid: String,
externalRepositoryName: String
}