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:24] 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 21: | Line 21: | ||
| |[[points]] |Golfers can save discount points when they spend money on a golfcourse (like air miles) | | |[[points]] |Golfers can save discount points when they spend money on a golfcourse (like air miles) | | ||
| |[[bookings]] |Retrieve a list of all bookings of a golfer. | | |[[bookings]] |Retrieve a list of all bookings of a golfer. | | ||
| - | |[[lessontypes]] | | + | |[[lessontypes]] |Retrieve a list of all lessontypes that can be used to book a lesson at 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. | | ||
| + | |[[booklesson]] |Book a lesson | | ||
| + | |[[cancellesson]] |Cancel an existing lesson | | ||
| + | |[[getlesson]] |Retrieve the current data of an existing lesson | | ||
| + | |[[valuetable]] |Retreive a list of possible values for a value table | | ||
| + | |[[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 | | ||
| + | |[[addrelation]] |Add a new relation or member to the intogolf database | | ||
| + | |[[getrelation]] |Retrieve data from existing relations | | ||
| + | |[[gethandicap]] |Retrieve the current handicap for a golfer | | ||
| + | |||