Index BlackBerry Workspaces SDK
BlackBerry Workspaces Resource
SystemProperties
Functions for accessing basic BlackBerry Workspaces system properties.
Function Summary
Name Path Version Description

systemPropertiesV30

/systemProperties

3.0

Returns basic system properties for a BlackBerry Workspaces installation.

Function Details

systemPropertiesV30

Returns basic system properties for a BlackBerry Workspaces installation.

Version: 3.0
Synopsis: GET
Path: /systemProperties
Request Body: N/A
Response Headers: N/A
Response Body: SystemProperties

Query parameters:

validateReadDataSource: boolean. (optional, default: false).

Request format:

GET /systemProperties

Authorization: Bearer <ssid>

Response format:

HTTP/1.1 200 OK

Content-type: application/json

{
isAppliance: Boolean,
serverRevision: Integer,
serverVersion: String,
bundleVersion: String,
wdPersonalOrgSubdomainURI: String,
readDataSourceDefined: Boolean
}