Difference between revisions of "AddEventPerformsAction"

From Gvp-public
Jump to navigation Jump to search
Line 4: Line 4:
 
( CANDIDATE TO BE DEPRECATED IN A SHORT FUTURE )
 
( 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
 
  
  

Revision as of 19:10, 10 July 2014

Description

( CANDIDATE TO BE DEPRECATED IN A SHORT FUTURE )


|}

Parameters

{{{Parameters}}}


Returns

{{{Returns}}}


Exceptions

{{{Exceptions}}}


Caching

{{{Cache}}}


Known issues

{{{KnownIssues}}}


Version history

{{{VersionHistory}}}


See also