Difference between revisions of "GetUserInterests"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_Method_Spec| Description= |Parameters= {{Api_Parameter| ParamName=token |ParamType=String |ParamRequired=required |ParamDescription=A valid token for identifying the AP...")
 
Line 8: Line 8:
 
|ParamRequired=required
 
|ParamRequired=required
 
|ParamDescription=A valid token for identifying the API session context and logged user.
 
|ParamDescription=A valid token for identifying the API session context and logged user.
}}
 
{{Api_Parameter|
 
ParamName=instanceId
 
|ParamType=int
 
|ParamRequired=required
 
|ParamDescription=The id of the instance (OB) for the current environment. This ID might vary depending on the environment.
 
 
}}
 
}}
 +
  
 
|Returns=
 
|Returns=
Returns a JSON object with the list of objects.
+
<span style="color: #a11;">TO BE COMPLETED</span>
  
'''Example:'''
 
{
 
  "StatusCode": 0,
 
  "Severity": 1,
 
  "StatusMessage": "OK",
 
  "Content": [
 
    {
 
      "ID": 12,
 
      "Description": "Int_3_0_10 d",
 
      "Name": "Int_3_0_10",
 
      "ResizableImages": [
 
        {
 
          "ID": 0,
 
          "Url": "",
 
          "Width": 0,
 
          "Height": 0,
 
          "Type": 0,
 
          "Ext": ""
 
        }
 
      ]
 
    }
 
    { ... }
 
}
 
  
  

Revision as of 10:02, 22 September 2015

Description

Parameters

  • token (String, required)
A valid token for identifying the API session context and logged user.


Returns

TO BE COMPLETED


Exceptions

TO BE COMPLETED


Caching

Known issues

None


Version history

TO BE COMPLETED


See also