Wiki

Clone wiki

Numera.LibrisAPI / realm.search

Home > API Reference Documentation > realm.search

realm.search

The realm.search action is used to search realms your application has access to.

Input Parameters

PropertyRequiredDescription
realmnoIf not specified, it returns all the realms the user has access to.

Output

The result object will contain an array of realms with the realm information. Each realm contains the following information:

PropertyDescription
idrealm id
realmrealm
namepartner name (should be same as realm)
ota_versioncurrent version for the realm
psap_enabledpsap services enabled
fall_detection_version1 or 2
late_fall_minute_thresholdnumber of minutes for a fall to be considered "in the past" when a call comes in - determines when the old call popup displays on the call page

Possible Status Codes

Status CodeReasonDescription
1000NO_REALM_ACCESSUser or application does not have access to that realm

Updated