- Operation Portal
- Auth
- Role and Permission
- Global data
- Merchant
- wallet
- Common API
- Device Map
- Back office
- Institute Portal
- Auth
- Fees Management
- HR Management
- Student Management
- Enrollment
- controller
- Promotion
- Report
- Status
- Update
- Attendance
- period wise
- day wise
- manual attendance
- leave
- attendance configuration dataGET
- student-attendance-device-mappingPOST
- 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
student-id-wise-search
Developing
GET
/api/student-id-wise-search
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
student_id
integerÂ
required
academmic_year_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 GET 'https://apidev.edufee.online/api/student-id-wise-search?student_id&academmic_year_id'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"status": "success",
"data": {
"student_id": "1",
"custom_student_id": "101",
"student_name": "Harun"
}
}
}
}