{ "opencollection": "1.0.0", "info": { "name": "Leaf Agriculture Leaf API Reference > Alerts API Reference > Field Boundary Management > Files API", "version": "1.0.0" }, "items": [ { "info": { "name": "API Reference > Field Boundary Management > Files", "type": "folder" }, "items": [ { "info": { "name": "Leaf Agriculture Get an operation of a field", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/fields/api/users/:leaf_user_id/fields/:field_id/operations/:file_id", "headers": [ { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "leaf_user_id", "value": "", "type": "path" }, { "name": "field_id", "value": "", "type": "path" }, { "name": "file_id", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get an operation of a field" }, { "info": { "name": "Leaf Agriculture Get all operations of a field", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/fields/api/users/:leaf_user_id/fields/:field_id/operations", "headers": [ { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "leaf_user_id", "value": "", "type": "path" }, { "name": "field_id", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get all operations of a field" } ] } ], "bundled": true }