curl --request GET \
--url http://localhost/mogl/mogl-admin-dashboard/business-category/get/{id} \
--cookie mogl_session={
"id": 1,
"name": "Technology",
"status": "A",
"is_deleted": "N",
"created_at": "2024-01-01 00:00:00",
"updated_at": "2024-06-01 12:00:00"
}Returns a single business category record from the database.
curl --request GET \
--url http://localhost/mogl/mogl-admin-dashboard/business-category/get/{id} \
--cookie mogl_session={
"id": 1,
"name": "Technology",
"status": "A",
"is_deleted": "N",
"created_at": "2024-01-01 00:00:00",
"updated_at": "2024-06-01 12:00:00"
}Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
Session-based authentication via cookies + CSRF token
Business category ID