Blogs
GET
Get All Blogs
Retrieve a paginated list of all blogs with optional filtering and search capabilities.
Required Permission:
Preview Blog
GET
/dashboard/blogs
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| page | Integer | Optional | Number of page (min: 1) |
| per_page | Integer | Optional | Number of items per page (min: 1, max: 100) |
| search | String | Optional | Search by title or description |
Response
200 OKStatus Code
HTTP status code (200)
Message
Blogs retrieved successfully
Data
Paginated blog 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 blogs in database
data
Array containing the actual blog objects