{ "opencollection": "1.0.0", "info": { "name": "Service Fusion Open Calendar Tasks API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.servicefusion.com/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Calendar Tasks", "type": "folder" }, "items": [ { "info": { "name": "List calendar tasks", "type": "http" }, "http": { "method": "GET", "url": "https://api.servicefusion.com/v1/calendar-tasks", "params": [ { "name": "filters", "value": "", "type": "query", "description": "Field filters, expressed as filters[field]=value (for example filters[status]=open). Repeat for multiple fields." }, { "name": "sort", "value": "", "type": "query", "description": "Sort field, optionally prefixed with - for descending order (for example sort=-start_date). Required on /jobs list requests." }, { "name": "page", "value": "", "type": "query", "description": "1-based page number for pagination." }, { "name": "per-page", "value": "", "type": "query", "description": "Number of records per page." } ] }, "docs": "Lists non-job calendar tasks such as reminders and follow-ups." }, { "info": { "name": "Create a calendar task", "type": "http" }, "http": { "method": "POST", "url": "https://api.servicefusion.com/v1/calendar-tasks", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new calendar task, optionally assigned to a tech or user." } ] } ], "bundled": true }