{ "opencollection": "1.0.0", "info": { "name": "Fieldwire Account Actual Costs Form Sections API", "version": "v3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Form Sections", "type": "folder" }, "items": [ { "info": { "name": "Get Form Template Sections", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.super.fieldwire.com/account/form_templates/:form_template_id/sections", "params": [ { "name": "form_template_id", "value": "", "type": "path" } ] }, "docs": "Get Form Template Sections" }, { "info": { "name": "Create Form Template Section", "type": "http" }, "http": { "method": "POST", "url": "https://client-api.super.fieldwire.com/account/form_templates/:form_template_id/sections", "params": [ { "name": "form_template_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Form Template Section" } ] } ], "bundled": true }