{ "opencollection": "1.0.0", "info": { "name": "Leave Balance", "version": "1.0" }, "items": [ { "info": { "name": "Employee Leaves", "type": "folder" }, "items": [ { "info": { "name": "Returns leave balance of the employee", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/employee/leaveBalance", "params": [ { "name": "transactionId", "value": "", "type": "query", "description": "Unique ID for the transaction." }, { "name": "sourceIdentifier", "value": "", "type": "query", "description": "This field denotes the channel that is initiating request to SOA like USSD, MyMTNApp" }, { "name": "emailId", "value": "", "type": "query", "description": "Email id of the Employee" } ] }, "docs": "Returns leave balance of the employee with Employee Id." } ] } ], "bundled": true }