{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Department API", "version": "v1" }, "items": [ { "info": { "name": "Department", "type": "folder" }, "items": [ { "info": { "name": "Create a department.", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/departments", "body": { "type": "json", "data": "{}" } }, "docs": "Create a department." }, { "info": { "name": "Get a department.", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumpro.com/api/departments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a department." }, { "info": { "name": "Update a department.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/departments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a department." }, { "info": { "name": "Find departments based on search parameters.", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/departments/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": "Find departments based on search parameters." } ] } ], "bundled": true }