Purpose:
It returns information about the E-Sports establishment information.
It is used to visualize full information about the E-Sports in the landpage.
The information returned will depend on the privacy politics configured by the ESports manager.
It can allow anybody to retrieve all the information, it can allow customer only, or none except the administration, or registered user from any establishment, or anonymously.
So, CyberName, UserName and Token are optional, it will be used to understand who is asking the information.
If parameter is not present, the information is not shared to you. If present but null, the administration didn’t fill it up.
Input parameters:
- CyberName = License’s name of the user requesting.
- UserName = UserName requesting.
- Token = Session Token of the user requesting.
- Target = License’s name target.
Example of usage:
https://wingamer.ar/ApiMasterControl/GetEsportsDetails.php?Target=flulpycrea
Output:
- Array {{“ResponseClass”:“OK”, “Param1”:“Full Name”, “Param2″:”URL Avatar image”, “Param3″:”URLs Galery Photos of the establishment”, “Param4″:”Textual about”, “Param5″:”Google’s Map embedded link”, “Param6”: “Country name for the address”, “Param7”: “Textual Address”, “Param8”: “Email address”, “Param9″:”Telephone”, “Param10″:”Contact extra information”}
Photos list are separated by commas. - Array {“ResponseClass”:”ERROR”, ”Param1″:”error message”}