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
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

003_read_post.log 304B

12345678910111213141516
  1. ===
  2. GET /records/posts/2
  3. ===
  4. 200
  5. Content-Type: application/json; charset=utf-8
  6. Content-Length: 58
  7. {"id":2,"user_id":1,"category_id":2,"content":"It works!"}
  8. ===
  9. GET /records/posts/0
  10. ===
  11. 404
  12. Content-Type: application/json; charset=utf-8
  13. Content-Length: 46
  14. {"code":1003,"message":"Record '0' not found"}