{ "opencollection": "1.0.0", "info": { "name": "Fieldwire Account Actual Costs Floorplans API", "version": "v3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Floorplans", "type": "folder" }, "items": [ { "info": { "name": "Get Floorplans In Project", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.super.fieldwire.com/projects/:project_id/floorplans", "params": [ { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Get Floorplans In Project" }, { "info": { "name": "Create Floorplan In Project", "type": "http" }, "http": { "method": "POST", "url": "https://client-api.super.fieldwire.com/projects/:project_id/floorplans", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new floorplan; sheets are uploaded separately via the Attachments API." }, { "info": { "name": "Get Floorplan By ID", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.super.fieldwire.com/projects/:project_id/floorplans/:floorplan_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "floorplan_id", "value": "", "type": "path" } ] }, "docs": "Get Floorplan By ID" }, { "info": { "name": "Update Floorplan By ID", "type": "http" }, "http": { "method": "PATCH", "url": "https://client-api.super.fieldwire.com/projects/:project_id/floorplans/:floorplan_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "floorplan_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Floorplan By ID" } ] } ], "bundled": true }