Fellow Community API Documentation
POST
POST projecten.viadesk.com/api/appointment.json form field “office” // id of the office where the appointment will be created or edited form field “id” // the id of the appointment (required for editing existing appointments) form field “name” // name of appointment (required for new appointments) form field “start” // start date (required) form field “end” // end date (required) form field “body” // description of the appointment (optional) form field “attendee” // one or more users (optional) form field “location” // location of the appointment (optional) form field “category” // category of the appointment (optional) form field “categoryColor” // categorycolor of the appointment (optional) form field “tag” // one or more tags (optional) form field “allday” // boolean for all day appointments (optional) form field “reminder” // date when reminder should be sent (optional) DELETE
POST projecten.viadesk.com/api/appointment.json form field “office” // id of the office where the appointment will be created or edited form field “id” // the id of the appointment (required for editing existing appointments) form field “name” // name of appointment (required for new appointments) form field “start” // start date (required) form field “end” // end date (required) form field “body” // description of the appointment (optional) form field “attendee” // one or more users (optional) form field “location” // location of the appointment (optional) form field “category” // category of the appointment (optional) form field “categoryColor” // categorycolor of the appointment (optional) form field “tag” // one or more tags (optional) form field “allday” // boolean for all day appointments (optional) form field “reminder” // date when reminder should be sent (optional)
DELETE projecten.viadesk.com/api/appointment.json?id=8…