- 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
index
Developing
GET
/api/hr-settings/index
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
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 GET 'https://apidev.edufee.online/api/hr-settings/index'
Responses
🟢200OK
application/json
Body
hrDetails
array [object {8}]Â
required
id
integerÂ
required
institute_details
objectÂ
required
address_details
nullÂ
required
hr_details
objectÂ
required
teaching_details_id
nullÂ
required
hr_other_info_id
integer  | nullÂ
required
email
string  | nullÂ
required
status
stringÂ
required
Example
{
"hrDetails": [
{
"id": 0,
"institute_details": {
"id": 0,
"inst_id": "string",
"inst_name": "string",
"inst_ein": 0,
"inst_category": null,
"inst_type": null,
"inst_board": null,
"inst_address": null,
"inst_district": null,
"inst_sub_distric": null,
"inst_division": null
},
"address_details": null,
"hr_details": {
"id": 0,
"hr_id": "string",
"hr_name": "string",
"hr_gender": "string",
"hr_religion": "string",
"designation_id": 0,
"designation_name": "string",
"category": "string",
"hr_nationality": null,
"hr_dob": null,
"hr_birth_certificate": null,
"hr_nid": null,
"hr_mobile": "string",
"hr_email": null,
"hr_height": null,
"hr_weight": null,
"hr_special_disease": null,
"hr_photo": "string"
},
"teaching_details_id": null,
"hr_other_info_id": 0,
"email": "string",
"status": "string"
}
]
}