1,131 bytes added
, 10:17, 16 September 2015
{{Api_Method_Spec|
Description=
|Parameters=
{{Api_Parameter|
ParamName=deviceType
|ParamType=int
|ParamRequired=required
|ParamDescription=The device type code (see #DeviceTypeCodes enumeration to know the list of device types allowed)
}}
{{Api_Parameter|
ParamName=instanceId
|ParamType=int
|ParamRequired=required
|ParamDescription=The id of the instance (OB) for the current environment. This ID might vary depending on the environment.
}}
{{Api_Parameter|
ParamName=deviceId
|ParamType=string
|ParamRequired=required
|ParamDescription=Device ID that uniquely identifies the device. This is usually a device factory identifier. In order to login with a device as TrustedDevice, the user needs to previously register the device as trusted device (using [[UNIAPI_Specification#Registration Service|Registration Service]] methods).
}}
{{Api_Parameter|
ParamName=applicationtoken
|ParamType=string
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context and logged user.
}}
|Returns=
|Exceptions=
|Cache=
This method is not cached.
|KnownIssues=
None
|VersionHistory=
|SeeAlso=
}}