Skip to content

get sportsessionstats

Hadrien Daures edited this page Jun 4, 2018 · 2 revisions

URL: POST: /get/sportsessionstats

Request content:
{
    TOKEN: "the token",
    SESSIONID: "the session id"
}

Response content:
{
    STATUS: "the status code",
    PRODUCTION: [153.4, 123.2, 17.6, 54.1, 89.8, ...],
    MAX: 180.2
}
Clone this wiki locally