===
GET /records/posts?join=comments&filter=id,eq,1
===
200
Content-Type: application/json; charset=utf-8
Content-Length: 202
{"records":[{"id":1,"user_id":1,"category_id":1,"content":"blog started","comments":[{"id":1,"post_id":1,"message":"great","category_id":3},{"id":2,"post_id":1,"message":"fantastic","category_id":3}]}]}
|