- 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-attendance-details
Developing
GET
/api/hr-attendance-details
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-attendance-details'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"status": "success",
"category_type": [
{
"id": 13,
"institute_details_id": 1,
"name": "teacher",
"type": "category",
"description": "description",
"created_at": "2024-11-02T04:59:51.000000Z",
"updated_at": "2024-11-02T04:59:51.000000Z"
}
],
"shift_type": [
{
"id": 15,
"institute_details_id": 1,
"name": "day",
"type": "duty_shift",
"description": "description",
"created_at": "2024-11-02T04:59:51.000000Z",
"updated_at": "2024-11-02T04:59:51.000000Z"
},
{
"id": 19,
"institute_details_id": 1,
"name": "night",
"type": "duty_shift",
"description": null,
"created_at": "2024-11-02T04:59:51.000000Z",
"updated_at": "2024-11-02T04:59:51.000000Z"
}
],
"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",
"machine_id": "123456",
"created_at": "2024-11-02T04:59:51.000000Z",
"updated_at": "2024-11-10T04:13:23.000000Z"
},
{
"id": 4,
"institute_details_id": 1,
"custom_hr_id": "102",
"name": "Rahim Ahmed",
"name_bangla": null,
"gender": "Male",
"religion": "Hinduism",
"date_of_birth": null,
"blood_group": null,
"mobile_no": "01712345678",
"photo": null,
"email": null,
"password": null,
"status": "active",
"machine_id": "987654",
"created_at": "2024-11-02T04:59:51.000000Z",
"updated_at": "2024-11-10T04:13:23.000000Z"
}
],
"hr_attendance_shift_config": [
{
"id": 1,
"institute_details_id": 1,
"shift_name": "day",
"entry_by": "masud",
"day_name": "Saturday",
"start_time_in": "08:30:00",
"end_time_in": "09:10:00",
"delay_time_in": "09:15:00",
"process_time_in": "09:30:00",
"start_time_out": "01:00:00",
"end_time_out": "01:20:00",
"early_time_out": "12:00:00",
"process_time_out": "01:30:00",
"serial": 1,
"created_at": "2024-11-10T06:03:17.000000Z",
"updated_at": "2024-11-10T06:03:17.000000Z"
},
{
"id": 2,
"institute_details_id": 1,
"shift_name": "day",
"entry_by": "masud",
"day_name": "Sunday",
"start_time_in": "08:30:00",
"end_time_in": "09:10:00",
"delay_time_in": "09:15:00",
"process_time_in": "09:30:00",
"start_time_out": "01:00:00",
"end_time_out": "01:20:00",
"early_time_out": "12:00:00",
"process_time_out": "01:30:00",
"serial": 2,
"created_at": "2024-11-10T06:03:17.000000Z",
"updated_at": "2024-11-10T06:03:17.000000Z"
}
],
"hr_attendance_hr_config": [
{
"id": 1,
"institute_details_id": 1,
"hr_basic_info_id": 1,
"entry_by": "Rafiq",
"day_name": "saturday",
"in_time": "09:00:00",
"out_time": "01:00:00",
"delay_time": "09:10:00",
"created_at": "2024-11-10T06:30:31.000000Z",
"updated_at": "2024-11-10T06:30:31.000000Z"
},
{
"id": 2,
"institute_details_id": 1,
"hr_basic_info_id": 2,
"entry_by": "Rafiq",
"day_name": "sunday",
"in_time": "09:00:00",
"out_time": "01:00:00",
"delay_time": "09:10:00",
"created_at": "2024-11-10T06:30:31.000000Z",
"updated_at": "2024-11-10T06:30:31.000000Z"
}
]
}
}
}