Admin APIListingsList listings (paginated)List listings (paginated) GET /api/v1/pms/listings Returns a page of listings ordered by id. 1-based page; defaults to page=1&size=20. Values < 1 are clamped to the default. Response is a PageResponse<Listing> with data, total, page, size. Request Responses200Page of Listings.