{ "opencollection": "1.0.0", "info": { "name": "Leaf Agriculture Leaf API Reference > Alerts API Reference > Leaf Link > Provider Applications Info > Climate FieldView API", "version": "1.0.0" }, "items": [ { "info": { "name": "API Reference > Leaf Link > Provider Applications Info > Climate FieldView", "type": "folder" }, "items": [ { "info": { "name": "Leaf Agriculture Get all ClimateFieldView app information", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/usermanagement/api/app-keys/ClimateFieldView", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ] }, "docs": "Leaf Agriculture Get all ClimateFieldView app information" }, { "info": { "name": "Leaf Agriculture Get a ClimateFieldView app information", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/services/usermanagement/api/app-keys/ClimateFieldView/:app_name", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "app_name", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Get a ClimateFieldView app information" }, { "info": { "name": "Leaf Agriculture Create a ClimateFieldView app information", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/services/usermanagement/api/app-keys/ClimateFieldView/:app_name", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "app_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Leaf Agriculture Create a ClimateFieldView app information" }, { "info": { "name": "Leaf Agriculture Update a ClimateFieldView app information", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/services/usermanagement/api/app-keys/ClimateFieldView/:app_name", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "app_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Leaf Agriculture Update a ClimateFieldView app information" }, { "info": { "name": "Leaf Agriculture Delete a ClimateFieldView app information", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/services/usermanagement/api/app-keys/ClimateFieldView/:app_name", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer {{leaf_token}}" } ], "params": [ { "name": "app_name", "value": "", "type": "path" } ] }, "docs": "Leaf Agriculture Delete a ClimateFieldView app information" } ] } ], "bundled": true }