User Tools

Site Tools


checkin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
checkin [2018/12/31 01:01]
clubadmin [Notification.SignalCheckIn]
checkin [2023/10/16 14:11] (current)
Line 1: Line 1:
 +===== CheckinApp.QRCode===== 
 +Return a QRcode-string for a member, can be used in 3th party apps.
 +        /// <param name="token"></param>
 +        /// <param name="id">numeric id of the member</param>
 +        
 +Example:
 +https://demo.clubplanner.be/api/checkinapp/QRCode?token=DEMOTOKEN&id=1
 +
 ===== CheckinApp.Connect=====  ===== CheckinApp.Connect===== 
  
Line 31: Line 39:
         /// <param name="owner"></param>         /// <param name="owner"></param>
         /// <param name="picture">optional, set to 0 and will not include picture hash</param>         /// <param name="picture">optional, set to 0 and will not include picture hash</param>
 +        /// <param name="signal">optional, set to 1 and will signal any listeners/param>
  
          
Line 78: Line 87:
         /// <param name="owner"></param>         /// <param name="owner"></param>
         /// <param name="checkinpointid"></param>         /// <param name="checkinpointid"></param>
 +        /// <param name="password">optional, provide web functions password (no popup anymore the first time)</param>
                  
 Sends a signal to any client-checkin page on that is listening to the same club-id and display-id. Sends a signal to any client-checkin page on that is listening to the same club-id and display-id.
Line 83: Line 93:
  
 Setup listening page: Setup listening page:
-https://demo.clubplanner.be/checkin/clientcheckin?ClubId=1&CheckinPointId=1+https://demo.clubplanner.be/checkin/clientcheckin?ClubId=1&CheckinPointId=1&password=pass
 other example, same owner but other checkin-point: other example, same owner but other checkin-point:
 https://demo.clubplanner.be/checkin/clientcheckin?ClubId=1&CheckinPointId=2 https://demo.clubplanner.be/checkin/clientcheckin?ClubId=1&CheckinPointId=2
checkin.1546214501.txt.gz ยท Last modified: 2018/12/31 02:01 (external edit)