PHP Classes

File: tests/functional/001_records/032_list_example_from_readme.log

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/functional/001_records/032_list_example_from_readme.log   Download  
File: tests/functional/001_records/032_list_example_from_readme.log
Role: Documentation
Content type: text/plain
Description: Documentation
Class: PHP CRUD API
Provide API to manipulate database table records
Author: By
Last change:
Date: 3 years ago
Size: 499 bytes
 

Contents

Class file image Download
=== GET /records/posts?join=categories&join=tags&join=comments&filter=id,eq,1 === 200 Content-Type: application/json; charset=utf-8 Content-Length: 345 {"records":[{"id":1,"user_id":1,"category_id":{"id":1,"name":"announcement","icon":null},"content":"blog started","tags":[{"id":1,"name":"funny","is_important":false},{"id":2,"name":"important","is_important":true}],"comments":[{"id":1,"post_id":1,"message":"great","category_id":3},{"id":2,"post_id":1,"message":"fantastic","category_id":3}]}]}