{ "opencollection": "1.0.0", "info": { "name": "Leaf Agriculture Leaf API Reference > Alerts API Reference > Beta > Implements API", "version": "1.0.0" }, "items": [ { "info": { "name": "API Reference > Beta > Implements", "type": "folder" }, "items": [ { "info": { "name": "Leaf Agriculture Get All Implements", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/beta/api/users/:leaf_user_id/implements", "headers": [ { "name": "Authorization", "value": "Bearer {{leaf_token}}" }, { "name": "Content-Type", "value": "application/json" } ], "params": [ { "name": "leaf_user_id", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get All Implements" }, { "info": { "name": "Leaf Agriculture Get An Implement", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/beta/api/users/:leaf_user_id/implements/:implement_id", "headers": [ { "name": "Authorization", "value": "Bearer {{leaf_token}}" }, { "name": "Content-Type", "value": "application/json" } ], "params": [ { "name": "leaf_user_id", "value": "", "type": "path" }, { "name": "implement_id", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get An Implement" } ] } ], "bundled": true }