Skip to content

findRemoteAppByUUID ​

Returns a remote App given a valid app UUID and an authenticated user

Request ​

http
GET /rest/user/remoteapp

Headers ​

HeaderRequiredDescription
x-nextinteract-authtokenYesAuth token returned from loginUser

Parameters ​

remoteAppUUID - UUID of the app as specified in the CMS.

e.g. remoteAppUUID=SOMEFREAKILYUUIDISHsThiNgGoEsHeRe

Response ​

200 OK ​

Returns a RemoteApp JSON

json
{ "companyId" : 1,
  "remoteAppClientId" : "3MVG9Y6d_Btp4xp4vJMQgKii0.gIsRyt9a_8rfMogpy2vNwWDTrVjNQh4hdBLlFehl8kyGb1NrGX.8azgbCy.",
  "remoteAppClientSecret" : "5953084765835750393",
  "remoteAppDesc" : "Allows NI HTML apps to integrat with Salesforce.com",
  "remoteAppId" : 1,
  "remoteAppName" : "NICMS",
  "remoteAppOauthCallback" : "https://localhost:8443/RestTest/oauth/_callback",
  "remoteAppOauthProvider" : "Salesforce.com",
  "remoteAppUuid" : "SOMEFREAKILYUUIDISHsThiNgGoEsHeRe"
}

Errors ​

ExceptionDescription
WSUserServiceUnavailableExceptionSee Error Definitions
WSInvalidParameterExceptionSee Error Definitions
WSUserNotFoundExceptionSee Error Definitions
WSUserServiceExceptionSee Error Definitions
WSCompanyServiceExceptionSee Error Definitions
WSCacheServiceExceptionSee Error Definitions
WSRecordNotFoundExceptionSee Error Definitions