Galleries

GET

Get All Galleries

Retrieve a paginated list of all galleries with optional filtering and search capabilities.

Required Permission: Preview Gallery
GET /dashboard/galleries

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

Response

200 OK
Status Code
HTTP status code (200)
Message
Galleries retrieved successfully
Data
Paginated gallery 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 galleries in database

data

Array containing the actual gallery objects