{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code InProcessTrackingFieldType API", "version": "v1" }, "items": [ { "info": { "name": "InProcessTrackingFieldType", "type": "folder" }, "items": [ { "info": { "name": "Get an in process tracking field type", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumpro.com/api/in-process-tracking-field-types/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an in process tracking field type" }, { "info": { "name": "Lists in process tracking field types", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/in-process-tracking-field-types", "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": "Lists in process tracking field types" } ] } ], "bundled": true }