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