Module: Exchange

A module containing the routes for dealing with tokens
Since:
  • 13/09/2017
Author:
  • Dave

Members


<route> getToken

Route:
MethodPath
GET /api/v1/tokenExchange
returns an token if authenticated device
Query Parameters:
Name Type Description
deviceID string The device id of the tablet requesting access
Since:
  • 13/09/2017
Author:
  • Dave
See:
  • HeelsRealm.SplashActivity.getToken
  • ServiceTablet.SplashActivity.GetToken
Example
/api/v1/tokenExchange?deviceID=96127ff670f58a47

<route> getTokenBranch

Route:
MethodPath
GET /api/v1/tokenExchangeBranch
returns an token if authenticated device
Query Parameters:
Name Type Description
deviceID string The device id of the tablet requesting access
Since:
  • 13/09/2017
Author:
  • Dave
Example
/api/v1/tokenExchangeBranch?deviceID=96127ff670f58a47