This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
bookings [2012/12/14 15:47] richard created |
bookings [2013/01/08 14:54] (current) |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| |auth |the authorisation code you received from Intogolf BV (mandatory)| | |auth |the authorisation code you received from Intogolf BV (mandatory)| | ||
| |relnr |client id of the use| | |relnr |client id of the use| | ||
| + | |relkey |the hash key that was provided upon login (mandatory)| | ||
| |crsnr |limit the results to only this course| | |crsnr |limit the results to only this course| | ||
| |lng |1 english 2 dutch (default if parameter is omitted)| | |lng |1 english 2 dutch (default if parameter is omitted)| | ||
| - | example: https://backend.ikgagolfen.nl/igg/bookings?auth=<your authorisation code>&relnr=398801 | + | example: https://backend.ikgagolfen.nl/igg/bookings?auth=<your authorisation code>&relnr=398801&relkey=68de29c0547a5c23ad51f62154d1177c |
| result: | result: | ||
| Line 36: | Line 37: | ||
| if a wrong authorisation code is provided, the backend will return “no authorisation” | if a wrong authorisation code is provided, the backend will return “no authorisation” | ||
| - | |||