Advertisement
Anatoliy_Gerasimov

GET : /api/v1/blog/2

Mar 29th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.38 KB | None | 0 0
  1. {
  2.   "code": 200,
  3.   "message": "show blog post",
  4.   "result": {
  5.     "data": {
  6.       "id": 2,
  7.       "title": "Test Blog posts",
  8.       "category": {
  9.         "id": 1,
  10.         "name": "Category 1"
  11.       },
  12.       "body": "test content2",
  13.       "created": {
  14.         "date": "2017-03-28 14:36:47.000000",
  15.         "timezone_type": 3,
  16.         "timezone": "UTC"
  17.       }
  18.     }
  19.   }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement