{ "opencollection": "1.0.0", "info": { "name": "TutorCruncher Agents Appointments API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Appointments", "type": "folder" }, "items": [ { "info": { "name": "List appointments (lessons)", "type": "http" }, "http": { "method": "GET", "url": "https://app.tutorcruncher.com/api/appointments/", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results (100 objects per page)." } ] }, "docs": "List appointments (lessons)" }, { "info": { "name": "Create an appointment", "type": "http" }, "http": { "method": "POST", "url": "https://app.tutorcruncher.com/api/appointments/", "body": { "type": "json", "data": "{}" } }, "docs": "Create an appointment" }, { "info": { "name": "Retrieve an appointment", "type": "http" }, "http": { "method": "GET", "url": "https://app.tutorcruncher.com/api/appointments/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Retrieve an appointment" }, { "info": { "name": "Update an appointment", "type": "http" }, "http": { "method": "POST", "url": "https://app.tutorcruncher.com/api/appointments/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Update an appointment" }, { "info": { "name": "Delete an appointment", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.tutorcruncher.com/api/appointments/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Delete an appointment" } ] } ], "bundled": true }