Skip to main content

List listings (paginated, optionally filtered by status)

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.

status is optional and repeatable — ?status=ACTIVE&status=DRAFT, or ?status=ACTIVE,DRAFT — and matches case-insensitively. Listings whose status is any of the given values are returned; total counts the filtered set, not the whole table. Omitting it, or sending it empty, returns every listing. Same filter, same semantics as status on POST /search.

Request

Responses

Page of Listings.