Advertisement
Anatoliy_Gerasimov

GET : api/v1/user/my-blog

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