Function GetParticipations

It gets all participations where a user played or belong.

It don’t check a token, it allow to know the participations from anybody.

It uses the http method GET.

Inputs:

  • UserName = nombre de usuario.
  • CyberName = nombre de licencia.

Example of use:

https://wingamer.ar/ApiMasterControl/GetParticipations.php?CyberName=flulpycrea&UserName=flyguille

Output:

  • Array Object [ {“ResponseClass”: “OK”, “Param1”: “Tournaments list”, “Param2”: “Teams list”} ]
    (Las listas son: ID + null + NAME + null + AvatarURL + null …)
  • Array Object [ {“ResponseClass”: “ERROR”, “Param1”: “error message”} ]