v2
admin
store
admin
Get Admin Listings History
Get store listings with their version history for admins.
This provides a consolidated view of listings with their versions, allowing for an expandable UI in the admin dashboard.
Args: status: Filter by submission status (PENDING, APPROVED, REJECTED) search: Search by name, description, or user email page: Page number for pagination page_size: Number of items per page
Returns: Paginated listings with their versions
get/api/store/admin/listings
Query parameters
status'DRAFT' | 'PENDING' | 'APPROVED' | 'REJECTED'
searchstring nullable
pageinteger
page_sizeinteger
Response
Successful Response
Example response
{
"pagination": {
"total_items": 42,
"total_pages": 2,
"current_page": 1,
"page_size": 25
}
}