{ "opencollection": "1.0.0", "info": { "name": "TutorCruncher Agents Services API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "List services (jobs)", "type": "http" }, "http": { "method": "GET", "url": "https://app.tutorcruncher.com/api/services/", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results (100 objects per page)." } ] }, "docs": "List services (jobs)" }, { "info": { "name": "Create a service", "type": "http" }, "http": { "method": "POST", "url": "https://app.tutorcruncher.com/api/services/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a service" }, { "info": { "name": "Retrieve a service", "type": "http" }, "http": { "method": "GET", "url": "https://app.tutorcruncher.com/api/services/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Retrieve a service" }, { "info": { "name": "Update a service", "type": "http" }, "http": { "method": "POST", "url": "https://app.tutorcruncher.com/api/services/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Update a service" }, { "info": { "name": "Delete a service", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.tutorcruncher.com/api/services/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Delete a service" }, { "info": { "name": "Add a contractor to a service", "type": "http" }, "http": { "method": "POST", "url": "https://app.tutorcruncher.com/api/services/:id/add-contractor/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Add a contractor to a service" }, { "info": { "name": "Remove a contractor from a service", "type": "http" }, "http": { "method": "POST", "url": "https://app.tutorcruncher.com/api/services/:id/remove-contractor/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Remove a contractor from a service" }, { "info": { "name": "Add a recipient to a service", "type": "http" }, "http": { "method": "POST", "url": "https://app.tutorcruncher.com/api/services/:id/add-recipient/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Add a recipient to a service" }, { "info": { "name": "Remove a recipient from a service", "type": "http" }, "http": { "method": "POST", "url": "https://app.tutorcruncher.com/api/services/:id/remove-recipient/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Remove a recipient from a service" } ] } ], "bundled": true }