Difference between revisions of "AddEventPerformsAction"

From Gvp-public
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Api_Method_Spec|
+
DEPRECATED
Description=
 
 
 
( CANDIDATE TO BE DEPRECATED IN A SHORT FUTURE )
 
 
 
 
 
|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 containing the information if the event is registered on server.
 
 
 
'''Example:'''
 
 
 
{
 
 
}
 
 
 
 
 
|Exceptions=
 
None
 
 
 
|Cache=
 
This method is not cached.
 
 
 
|KnownIssues=
 
None
 
 
 
|VersionHistory=
 
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
 
 
 
{{!}}- style="background:#88ccff;font-size:110%"
 
! API Version Number
 
! Change description
 
! Changes author
 
 
 
{{!}}- valign="top"
 
! 1.0
 
{{!}} Initial method design
 
{{!}} Harley Cabral
 
 
 
 
 
{{!}}}
 
 
 
|SeeAlso=
 
}}
 

Latest revision as of 17:16, 27 October 2014

DEPRECATED