{ "opencollection": "1.0.0", "info": { "name": "Fieldwire Account Actual Costs Form Records API", "version": "v3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Form Records", "type": "folder" }, "items": [ { "info": { "name": "Get Forms In Project", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.super.fieldwire.com/projects/:project_id/forms", "params": [ { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Get Forms In Project" }, { "info": { "name": "Create Form In Project", "type": "http" }, "http": { "method": "POST", "url": "https://client-api.super.fieldwire.com/projects/:project_id/forms", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Form In Project" }, { "info": { "name": "Get Form By ID", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.super.fieldwire.com/projects/:project_id/forms/:form_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "form_id", "value": "", "type": "path" } ] }, "docs": "Returns the form record with all section records, values, and signatures." } ] } ], "bundled": true }