{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Timer API", "version": "v1" }, "items": [ { "info": { "name": "Timer", "type": "folder" }, "items": [ { "info": { "name": "Creates a completed timer block retroactively. Unlike the start/stop endpoints, which stamp the server\ntime on receipt, this endpoint accepts explicit timestamps so integrations can submit a whole block of\ntime after the fact. Blocks may not be in the future, older than 30 days, or longer than 7 days.", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/timers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a completed timer block retroactively. Unlike the start/stop endpoints, which stamp the server\ntime on receipt, this endpoint accepts explicit timestamps so integrations can submit a whole block of\ntime after the fact. Blocks may not be in the future, older than 30 days, or longer than 7 days." }, { "info": { "name": "Finds timers based on search parameters", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/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 timers based on search parameters" }, { "info": { "name": "Update a specific timer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/timers/:timerId", "params": [ { "name": "timerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific timer" }, { "info": { "name": "Partially update a timer", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fulcrumpro.com/api/timers/:timerId", "params": [ { "name": "timerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially update a timer" } ] } ], "bundled": true }