{ "opencollection": "1.0.0", "info": { "name": "ServiceM8 REST Attachments Job Contacts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Job Contacts", "type": "folder" }, "items": [ { "info": { "name": "List job contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.servicem8.com/api_1.0/jobcontact.json", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "OData-style filter expression, e.g. `$filter=active eq 1` or `edit gt '2026-01-01'`. Filtering is supported on indexed fields." } ] }, "docs": "List job contacts" }, { "info": { "name": "Create a job contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.servicem8.com/api_1.0/jobcontact.json", "body": { "type": "json", "data": "{}" } }, "docs": "Create a job contact" }, { "info": { "name": "Retrieve a job contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.servicem8.com/api_1.0/jobcontact/:uuid.json", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The UUID of the record." } ] }, "docs": "Retrieve a job contact" }, { "info": { "name": "Update a job contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.servicem8.com/api_1.0/jobcontact/:uuid.json", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The UUID of the record." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a job contact" }, { "info": { "name": "Delete a job contact", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.servicem8.com/api_1.0/jobcontact/:uuid.json", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The UUID of the record." } ] }, "docs": "Delete a job contact" } ] } ], "bundled": true }