What's new in the BlackBerry UEM version 12.18 REST APIs
For details about the new features and updates discussed here, see the BlackBerry UEM 12.18 REST API Reference.
New data types
Type | Description |
---|---|
APNs status | An APNs certificate status defined in the system. |
Apple VPP account | An Apple VPP account defined in the system. |
Apple VPP accounts | A collection of Apple VPP accounts. |
New data type properties
Resource: User device
Properties | Description |
---|---|
lastPasswordChangeTime | Date and time of the last password change. |
Resource: User device base info
Properties | Description |
---|---|
lastPasswordChangeTime | Date and time of the last password change. |
New resources
Resource: APNs
Path | Description |
---|---|
GET /{tenantGuid}/api/v1/apnscert | Get the APNs certificate status. |
Resource:
Apple
VPP AccountProperties | Description |
---|---|
GET /{tenantGuid}/api/v1/vppAccounts | Get details of Apple VPP accounts from a query. |
GET /{tenantGuid}/api/v1/vppAccounts/{vppAccountGuid} | Get details of an Apple VPP account by GUID. |
Updated method commands
Resource: Users
Path | Command | Description |
---|---|---|
POST /{tenantGuid}/api/v1/users/{userGuid}/userDevices/{userDeviceGuid}/commands | ATTEST_DEVICE | For SafetyNet attestation, Google Play Integrity attestation will be done if the device supports Google Play Integrity , but the attestation type will remain SAFETYNET. |
New request parameter fields
Resource: Devices
Request parameter | Location | Description |
---|---|---|
query | query | The following fields were added to the query parameter for filtering results:
|
New error codes
Value | Description |
---|---|
APNS_NOT_FOUND | APNs certificate not found. |
VPP_NOT_FOUND | Apple VPP account not found. |