Blog Categories
GET
Get All Blog Categories
Retrieve a paginated list of all blog categories with optional filtering and search capabilities.
Required Permission:
Preview Blog Category
GET
/dashboard/blog-categories
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| page | Integer | Optional | Number of page (min: 1) |
| per_page | Integer | Optional | Number of items per page (max: 100) |
| search | String | Optional | Search by name |
Response
200 OKStatus Code
HTTP status code (200)
Message
Blog categories retrieved successfully
Data
Paginated blog category records
Key Response Fields
current_page
The current page number being displayed
last_page
Total number of available pages
per_page
Number of items displayed per page
total
Total number of blog categories in database
links
Array of pagination links for navigation
data
Array containing the actual blog category objects