Difference between revisions of "GetUserInterests"
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...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Api_Method_Spec| | {{Api_Method_Spec| | ||
− | Description= | + | Description=This method gets user interests of active users. |
|Parameters= | |Parameters= | ||
Line 9: | Line 9: | ||
|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. | ||
}} | }} | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|Returns= | |Returns= | ||
− | + | <span style="color: #a11;">TO BE COMPLETED</span> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 48: | Line 19: | ||
|Cache= | |Cache= | ||
− | + | This method is not cached. | |
|KnownIssues= | |KnownIssues= | ||
Line 57: | Line 28: | ||
|SeeAlso= | |SeeAlso= | ||
− | + | * [[UNIAPI_Specification#Interest_Service| InterestService]] methods | |
}} | }} |
Latest revision as of 11:51, 22 September 2015
Description
This method gets user interests of active users.
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
This method is not cached.
Known issues
None
Version history
TO BE COMPLETED
See also
- InterestService methods