Advertisement
Anatoliy_Gerasimov

GET : /api/v1/blog/category/list

Mar 29th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.36 KB | None | 0 0
  1. {
  2.   "code": 200,
  3.   "message": "list of all categories",
  4.   "result": {
  5.     "data": [
  6.       {
  7.         "id": 1,
  8.         "name": "Category 1"
  9.       },
  10.       {
  11.         "id": 2,
  12.         "name": "Category 2"
  13.       },
  14.       {
  15.         "id": 3,
  16.         "name": "Category 3"
  17.       },
  18.       {
  19.         "id": 4,
  20.         "name": "Category 4"
  21.       }
  22.     ]
  23.   }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement