{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Job Operation API", "version": "v1" }, "items": [ { "info": { "name": "Job Operation", "type": "folder" }, "items": [ { "info": { "name": "Get a list of operations for a job", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/jobs/:jobId/operations/list", "params": [ { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Get a list of operations for a job" } ] } ], "bundled": true }