This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ikgagolfen_api [2012/12/14 15:31] richard |
ikgagolfen_api [2022/05/20 09:39] (current) marcel |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Ikgagolfen API ===== | + | ==== Ikgagolfen API ==== |
| - | De backend is available at https://backend.ikgagolfen.nl | + | The backend is available at https://backend.ikgagolfen.nl |
| The interface can be accessed with normal use of the HTTP protocol and will return JSON formattted data. | The interface can be accessed with normal use of the HTTP protocol and will return JSON formattted data. | ||
| There is no session or any other storage of user related data available. This means that each request will always have to provide all parameters needed. | There is no session or any other storage of user related data available. This means that each request will always have to provide all parameters needed. | ||
| Line 24: | Line 24: | ||
| |[[pros]] |Retrieve a list of all golf professionals (tutors) for a specific course. | | |[[pros]] |Retrieve a list of all golf professionals (tutors) for a specific course. | | ||
| |[[proagendas]] |Retrieve a list of all available slots for lessons for the golf professionals (tutors) of a specific course. | | |[[proagendas]] |Retrieve a list of all available slots for lessons for the golf professionals (tutors) of a specific course. | | ||
| - | |[booklesson]] |Book a lesson | | + | |[[booklesson]] |Book a lesson | |
| - | |[cancellesson]] |Cancel an existing lesson | | + | |[[cancellesson]] |Cancel an existing lesson | |
| - | |[getlesson]] |Retrieve the current data of an existing lesson | | + | |[[getlesson]] |Retrieve the current data of an existing lesson | |
| - | |[valuetable]] |Retreive a list of possible values for a value table | | + | |[[valuetable]] |Retreive a list of possible values for a value table | |
| - | |[relationfreefielddefinition]] |Request a definition of all user defined free fields for registering Relations | | + | |[[relationfreefielddefinition]] |Request a definition of all user defined free fields for registering Relations | |
| - | |[membertypes]] |This interface provides a list of all available membertypes for registerign a new member | | + | |[[membertypes]] |This interface provides a list of all available membertypes for registerign a new member | |
| - | |[addrelation]] |Add a new relation or member to the intogolf database | | + | |[[addrelation]] |Add a new relation or member to the intogolf database | |
| - | |[getrelation]] |Retrieve data from existing relations | | + | |[[getrelation]] |Retrieve data from existing relations | |
| + | |[[gethandicap]] |Retrieve the current handicap for a golfer | | ||