- Operation Portal
- Auth
- Role and Permission
- Global data
- Merchant
- wallet
- Common API
- Device Map
- Back office
- Institute Portal
- Auth
- Fees Management
- HR Management
- Settings
- Enrollment
- update
- status
- role
- attendance
- hr-basics
- Student Management
- Master Settings
- Role and Permission
- Open Portal
- Admission
- Common API
- SMS
- Subject Config
- Shared API
- Admission User Portal
- SPG Server end test
- Public Api
- Payment Portal
- Dont Exec
hr-leave-search
Developing
POST
/api/hr-leave-search
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params multipart/form-data
custom_hr_id
integerÂ
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apidev.edufee.online/api/hr-leave-search' \
--form 'custom_hr_id=""'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"status": "success",
"hr_basic_info": {
"id": 3,
"institute_details_id": 1,
"custom_hr_id": "101",
"name": "Shafiq Ullah",
"name_bangla": null,
"gender": "Male",
"religion": "Islam",
"date_of_birth": null,
"blood_group": null,
"mobile_no": "01834793155",
"photo": null,
"email": null,
"password": null,
"status": "active",
"created_at": "2024-11-02T04:59:51.000000Z",
"updated_at": "2024-11-02T04:59:51.000000Z"
}
}
}
}