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
- 200
- 400
Page envelope: data (Listtotal, page, size.
tagName supplied without mealId.