LoginRememberUser
Jump to navigation
Jump to search
Description
Parameters
- deviceType (int, required)
- The device type code (see #DeviceTypeCodes enumeration to know the list of device types allowed)
- instanceId (int, required)
- The id of the instance (OB) for the current environment. This ID might vary depending on the environment.
- tokenRememberUser (String, required)
- A valid token for identifying the API session context. The token can be anonymous or logged.
Returns
Returns a JSON containing the Login object.
Example:
{
- [ Login object ]
}
Exceptions
None
Caching
This method is not cached.
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial method design | Harley Cabral |