LoginAnonymous

From Gvp-public
Jump to navigation Jump to search

Description

This method can be used to get a valid anonymous token from GVP Platform. The token is used in almost all requests in UNIAPI to identify the user. In the case of this method, the user will be Anonymous. The token generated is valid during the next 24 hours (configurable in GVP).

The anonymous token can be easily identified because it starts with the chars: AN_

Geo-Location

This method doesn't apply any GeoLocation, as Anonymous login is allowed from any country.

BI

This method creates an entry in GVP_LogLogin collection.

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.


Returns

Returns a JSON object containing the generated anonymous token and its expiration time (in UnixTimestamp format).

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


See also