GetInstanceSettings

From Gvp-public
Revision as of 14:59, 2 June 2014 by Id02256 (talk | contribs) (Created page with "{{Api_Method_Spec| Description=Returns the InstanceSettings object that represents all the configurations of a certain Instance (GVP_INSTANCES). This allows the devices to kn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Returns the InstanceSettings object that represents all the configurations of a certain Instance (GVP_INSTANCES). This allows the devices to know the set of configurations for the instance and to customize end user applications for that instance.

Parameters

  • token (String, optional)
A valid token for identifying the API session context and logged user. InstanceSettings can be called without any token.
  • instanceId (int, required)
The ID of the instance we want to check the settings
  • deviceType (int, optional)
The device type used in the request. This is not used


Returns

Returns a JSON object containing an InstanceSettings object

Example:

{

InstanceSettings object

}


Exceptions


Caching

This method is cached.


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial method design Harley Cabral


See also