Skip to main content

List meal costs (paginated)

GET 

/api/v1/pms/meal-costs

Returns a page of meal cost rows. Default size is 20. When mealId is supplied, all matching rows are returned without pagination (cardinality is naturally small — one row per tag). When both mealId and tagName are supplied, the single matching row is returned.

Request

Responses

Page envelope: data (List), total, page, size.