API HISTORICLOCALSCORING

Purpose:

It returns information about the local ranks in an establishment, from the target server. But it returns the ones on a specific month/year.

Local ranks scoring has merged all rankeable gaming activity score plus score per rent time.

This function is normally used to see who won at a certain month.

Input parameters:

  • CyberName =  License’s name for the target server.
  • YearMonth = Year and month, in this exact format “YYYY/MM”.

Example of usage:

https://wingamer.ar/ApiMasterControl/HistoricLocalScoring.php?CyberName=flulpycrea&YearMonth=2019/10

Output:

  • Array {“HistoricData”: “string”, “MontlyData”: “string”}
    All output strings has minimal html tags with ClassIDs to help to construct the output like “<tr><td>…</td></tr>”. It requires to remove the json encoding and to present it inside <table> </table> object, and then apply CSS on it.
  • Array {“ResponseClass”:”ERROR”,”Param1″:”error message”}