Skip to content

SebPautot/myges-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

myges-documentation

Documentation for the MyGES API

Authenticate a user and get a token

GET https://authentication.kordis.fr/oauth/authorize?response_type=token&client_id=skolae-app

Headers

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.

Use the token to get and modify user informations

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

About

Documentation for the MyGES API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published