Documentation for the MyGES API
GET https://authentication.kordis.fr/oauth/authorize?response_type=token&client_id=skolae-app
Authorization : Basic {credentials}
*Convert a string with the value username:password to Base64 to get the appropriate value of {credentials}
You should get a redirect address, the value query parameter access_token of the redirection address (comreseaugesskolae:/oauth2redirect#) is the token you need to use. In the documentation the token will be called {token}, you will need to replace {token} with your own token value.
All endpoints listed require an Autorization header with the value :
bearer {token}
startTime: the start time in milliseconds since the Unix Epoch
endTime : the end time in milliseconds since the Unix Epoch