- Operation Portal
- Auth
- Role and Permission
- Global data
- Merchant
- wallet
- Common API
- Device Map
- Back office
- Auth
- Institute
- Payments
- admission
- Global data
- Modules/submodules/features
- Packages
- General Config
- Institute Portal
- Auth
- Fees Management
- HR Management
- 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
general-config data
Developing
GET
/api/operation-portal/general-config-all-data
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/operation-portal/general-config-all-data'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"global_çonfig": {
"collection_auto_sms": [
{
"id": 1,
"key": "Auto SMS in Collection",
"value": "Yes",
"short_name": "collection_auto_sms",
"created_at": "2025-01-26T06:36:30.000000Z",
"updated_at": "2025-01-26T06:36:30.000000Z"
}
],
"default_sms_type": [
{
"id": 2,
"key": "Default SMS Type",
"value": "Masking",
"short_name": "default_sms_type",
"created_at": "2025-01-30T04:38:48.000000Z",
"updated_at": "2025-01-30T04:38:48.000000Z"
},
{
"id": 3,
"key": "Default SMS Type",
"value": "Non-Masking",
"short_name": "default_sms_type",
"created_at": "2025-01-30T04:39:03.000000Z",
"updated_at": "2025-01-30T04:39:03.000000Z"
}
]
}
}
}
}