User Tools

Site Tools


planner

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
planner [2023/06/28 15:12]
clubadmin
planner [2023/06/28 16:22] (current)
Line 112: Line 112:
         /// <param name="roomid">id of the room</param>         /// <param name="roomid">id of the room</param>
         /// <param name="memberid">optional, will also add reservation for this member</param>         /// <param name="memberid">optional, will also add reservation for this member</param>
-        /// <param name="activity">optional</param>+        /// <param name="activityId">optional id (number)</param>
         /// <param name="employeeid">optional, id of the employee</param>         /// <param name="employeeid">optional, id of the employee</param>
         /// <param name="from">optional</param>         /// <param name="from">optional</param>
Line 166: Line 166:
         /// <param name="from">optional</param>             /// <param name="from">optional</param>    
  
-===== Planner.GetFreeTimeslots===== +===== Planner.GetFreeTimeslots ===== 
 Returns a list with free timeslots for a given activity Returns a list with free timeslots for a given activity
  
Line 176: Line 176:
                  
 https://demo.clubplanner.be/api/planner/GetFreeTimeslots?token=DEMOTOKEN&date=2023-10-01&calendarid=46&activityId=1 https://demo.clubplanner.be/api/planner/GetFreeTimeslots?token=DEMOTOKEN&date=2023-10-01&calendarid=46&activityId=1
 +
 +===== Planner.GetActivities ===== 
 +Returns a list of activities linked to a calendar
 +
 +        /// <param name="token"></param>
 +        /// <param name="calendarid">id of the calendar</param>
 +          
 +https://demo.clubplanner.be/api/planner/GetActivities?token=DEMOTOKEN&calendarid=92
planner.1687957953.txt.gz ยท Last modified: 2023/06/28 15:12 (external edit)