{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Time Clock Timers API", "version": "v1" }, "items": [ { "info": { "name": "Time Clock Timers", "type": "folder" }, "items": [ { "info": { "name": "Clocks in a specific user", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/time-clock-timers/clock-in", "body": { "type": "json", "data": "{}" } }, "docs": "Clocks in a specific user" }, { "info": { "name": "Clocks out a specific user", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/time-clock-timers/clock-out", "body": { "type": "json", "data": "{}" } }, "docs": "Clocks out a specific user" }, { "info": { "name": "Finds daily time clocks based on search parameters", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/time-clock-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 daily time clocks based on search parameters" } ] } ], "bundled": true }