Download OpenAPI specification:
This is the API documentation for the Task Management application.
| name required | string Branch name |
| address required | string Branch address |
| phone required | string Branch contact phone number |
{- "name": "Vancouver Branch",
- "address": "1300 Burrard St, Vancouver, BC, V6Z 2C7",
- "phone": "604-456-0022"
}{- "name": "Vancouver Branch",
- "address": "1300 Burrard St, Vancouver, BC, V6Z 2C7",
- "phone": "604-456-0022"
}| id required | integer Branch ID |
| name | string Branch name |
| address | string Branch address |
| phone | string Branch contact phone number |
{- "name": "Vancouver Branch",
- "address": "1300 Burrard St, Vancouver, BC, V6Z 2C7",
- "phone": "604-456-0022"
}{- "name": "Vancouver Branch",
- "address": "1300 Burrard St, Vancouver, BC, V6Z 2C7",
- "phone": "604-456-0022"
}| name required | string Employee full name |
| position required | string Job title or position |
| department | string Department name |
| email required | string <email> Employee email address |
| phone | string Contact phone number |
| branchId required | integer Related branch ID |
{- "name": "Alice Johnson",
- "position": "Branch Manager",
- "department": "Management",
- "email": "alice.johnson@pixell-river.com",
- "phone": "604-555-0148",
- "branchId": 1
}{- "name": "Alice Johnson",
- "position": "Branch Manager",
- "department": "Management",
- "email": "alice.johnson@pixell-river.com",
- "phone": "604-555-0148",
- "branchId": 1
}| branchId required | integer Branch ID to filter employees |
[- {
- "name": "Alice Johnson",
- "position": "Branch Manager",
- "department": "Management",
- "email": "alice.johnson@pixell-river.com",
- "phone": "604-555-0148",
- "branchId": 1
}
]| department required | string Department name to filter employees |
[- {
- "name": "Alice Johnson",
- "position": "Branch Manager",
- "department": "Management",
- "email": "alice.johnson@pixell-river.com",
- "phone": "604-555-0148",
- "branchId": 1
}
]| id required | integer Employee ID |
{- "name": "Alice Johnson",
- "position": "Branch Manager",
- "department": "Management",
- "email": "alice.johnson@pixell-river.com",
- "phone": "604-555-0148",
- "branchId": 1
}| id required | integer Employee ID |
| name | string Employee full name |
| position | string Job title or position |
| department | string Department name |
string <email> Employee email address | |
| phone | string Contact phone number |
| branchId | integer Related branch ID |
{- "name": "Alice Johnson",
- "position": "Branch Manager",
- "department": "Management",
- "email": "alice.johnson@pixell-river.com",
- "phone": "604-555-0148",
- "branchId": 1
}{- "name": "Alice Johnson",
- "position": "Branch Manager",
- "department": "Management",
- "email": "alice.johnson@pixell-river.com",
- "phone": "604-555-0148",
- "branchId": 1
}