{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Job Tracking Timers API", "version": "v1" }, "items": [ { "info": { "name": "Job Tracking Timers", "type": "folder" }, "items": [ { "info": { "name": "Finds job tracking timers based on search parameters", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/job-tracking-timers/list", "params": [ { "name": "Sort.Field", "value": "", "type": "query", "description": "Sort field" }, { "name": "Sort.Dir", "value": "", "type": "query", "description": "Sort direction" }, { "name": "Skip", "value": "", "type": "query", "description": "Number of records to skip." }, { "name": "Take", "value": "", "type": "query", "description": "Number of records to return (maximum)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Finds job tracking timers based on search parameters" }, { "info": { "name": "Starts a job tracking timer.", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/job-tracking-timers/start", "body": { "type": "json", "data": "{}" } }, "docs": "Starts a job tracking timer." }, { "info": { "name": "Stops a job tracking timer", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/job-tracking-timers/stop", "body": { "type": "json", "data": "{}" } }, "docs": "Stops a job tracking timer" } ] } ], "bundled": true }