Function ListTeams

It gets a part of the team list, up to 25 teams, filtering it can get another part of the list.

It uses the http method GET.

Inputs:

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

Example of use:

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

Output:

  • Array Object [ {“ResponseClass”: “OK”, “Param1”: “Teams list”} ]
    (La lista es: ID + null + NAME + null + AvatarURL + null …)
  • Array Object [ {“ResponseClass”: “ERROR”, “Param1”: “error message”} ]