622 bytes added
, 11:54, 23 September 2015
{{Api_Method_Spec|
Description=This method gets the user data.
|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context. The token can be anonymous or logged.
}}
|Returns=
Returns a JSON object .
'''Example:'''
{
"StatusCode": 0,
"Severity": 1,
"StatusMessage": "OK",
"Content": {
[]
}
}
|Exceptions=
<span style="color: #a11;">TO BE COMPLETED</span>
|Cache=
This method is not cached.
|KnownIssues=
* None
|VersionHistory=
<span style="color: #a11;">TO BE COMPLETED</span>
|SeeAlso=
}}