- 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
index
Developing
GET
/api/operation-portal/permissions
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/permissions'
Responses
🟢200OK
application/json
Body
object {0}
Example
{ "errors": null, "message": "Success", "status_code": 200, "payload": { "data": { "admin-api": [ { "id": 1, "name": "general.config.all.data", "guard_name": "admin-api", "created_at": "2025-05-05T03:34:26.000000Z", "updated_at": "2025-05-06T07:31:45.000000Z", "category": "General", "sub_category": "Configuration", "child_category": null, "show_name": "View" }, { "id": 2, "name": "general.config.store", "guard_name": "admin-api", "created_at": "2025-05-05T03:34:43.000000Z", "updated_at": "2025-05-06T07:31:45.000000Z", "category": "General", "sub_category": "Configuration", "child_category": null, "show_name": "Store" }, { "id": 3, "name": "default.config.store", "guard_name": "admin-api", "created_at": "2025-05-05T03:34:56.000000Z", "updated_at": "2025-05-06T07:31:45.000000Z", "category": "General", "sub_category": "Configuration", "child_category": null, "show_name": "Store Default Config" }, { "id": 4, "name": "institute.wise.restriction.update", "guard_name": "admin-api", "created_at": "2025-05-05T03:35:06.000000Z", "updated_at": "2025-05-06T07:31:45.000000Z", "category": "General", "sub_category": "Configuration", "child_category": null, "show_name": "Update Institute Restrictions" }, { "id": 5, "name": "roles.index", "guard_name": "admin-api", "created_at": "2025-05-05T05:35:37.000000Z", "updated_at": "2025-05-05T05:35:37.000000Z", "category": null, "sub_category": null, "child_category": null, "show_name": null }, { "id": 6, "name": "roles.create", "guard_name": "admin-api", "created_at": "2025-05-05T05:35:37.000000Z", "updated_at": "2025-05-05T05:35:37.000000Z", "category": null, "sub_category": null, "child_category": null, "show_name": null }, { "id": 7, "name": "roles.store", "guard_name": "admin-api", "created_at": "2025-05-05T05:35:37.000000Z", "updated_at": "2025-05-05T05:35:37.000000Z", "category": null, "sub_category": null, "child_category": null, "show_name": null }, { "id": 8, "name": "roles.show", "guard_name": "admin-api", "created_at": "2025-05-05T05:35:37.000000Z", "updated_at": "2025-05-05T05:35:37.000000Z", "category": null, "sub_category": null, "child_category": null, "show_name": null }, { "id": 9, "name": "roles.edit", "guard_name": "admin-api", "created_at": "2025-05-05T05:35:37.000000Z", "updated_at": "2025-05-05T05:35:37.000000Z", "category": null, "sub_category": null, "child_category": null, "show_name": null }, { "id": 10, "name": "roles.update", "guard_name": "admin-api", "created_at": "2025-05-05T05:35:37.000000Z", "updated_at": "2025-05-05T05:35:37.000000Z", "category": null, "sub_category": null, "child_category": null, "show_name": null }, { "id": 11, "name": "roles.destroy", "guard_name": "admin-api", "created_at": "2025-05-05T05:35:37.000000Z",
Modified at 2025-05-07 07:46:43