{ "opencollection": "1.0.0", "info": { "name": "Fieldwire Account Actual Costs Markups API", "version": "v3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Markups", "type": "folder" }, "items": [ { "info": { "name": "Get Attachment Markups In Project", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.super.fieldwire.com/projects/:project_id/attachment_markups", "params": [ { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Get Attachment Markups In Project" }, { "info": { "name": "Create Attachment Markup In Project", "type": "http" }, "http": { "method": "POST", "url": "https://client-api.super.fieldwire.com/projects/:project_id/attachment_markups", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a markup overlay on an attachment. The `data` field follows the\nGeoJSON Feature schema with `properties.style` in {`arrow`, `drawing`,\n`measurement`, `text`} and `geometry.type` in {`LineString`, `Polygon`}.\n" } ] } ], "bundled": true }