- 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
inactive list (Show)
Developing
GET
/api/hr-status/inactive-list
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-status/inactive-list'
Responses
🟢200OK
application/json
Body
instituteHr
array [object {5}]Â
required
id
integerÂ
required
institute_details
objectÂ
required
hr_details
objectÂ
required
email
nullÂ
required
status
stringÂ
required
Example
{
"instituteHr": [
{
"id": 0,
"institute_details": {
"id": 0,
"institute_id": "string",
"institute_name": "string",
"institute_ein": 0,
"institute_category": null,
"institute_type": null,
"institute_board": null,
"institute_address": null,
"institute_district": null,
"institute_sub_distric": null,
"institute_division": 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": null
},
"email": null,
"status": "string"
}
]
}