api de gestion de ticket, basé sur php-crud-api. Le but est de décorrélé les outils de gestion des données, afin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

032_list_example_from_readme.log 499B

12345678
  1. ===
  2. GET /records/posts?join=categories&join=tags&join=comments&filter=id,eq,1
  3. ===
  4. 200
  5. Content-Type: application/json; charset=utf-8
  6. Content-Length: 345
  7. {"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}]}]}