Advertisement
reduanrafi

gb-category-products

Jan 31st, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. {
  2. "status": "ok",
  3. "products": [
  4. {
  5. "products_id": 3,
  6. "fk_users_id": 1,
  7. "fk_categories_id": 1,
  8. "name": "Product 1",
  9. "image": "",
  10. "price": 1,
  11. "is_featured": 0,
  12. "created_at": "2019-01-29 12:02:42",
  13. "updated_at": "2019-01-29 12:02:42"
  14. },
  15. {
  16. "products_id": 4,
  17. "fk_users_id": 1,
  18. "fk_categories_id": 1,
  19. "name": "Product 2",
  20. "image": "",
  21. "price": 2,
  22. "is_featured": 1,
  23. "created_at": "2019-01-29 12:04:17",
  24. "updated_at": "2019-01-29 12:35:55"
  25. },
  26. {
  27. "products_id": 5,
  28. "fk_users_id": 1,
  29. "fk_categories_id": 1,
  30. "name": "Product 3",
  31. "image": "",
  32. "price": 22,
  33. "is_featured": 1,
  34. "created_at": "2019-01-29 12:30:38",
  35. "updated_at": "2019-01-29 12:32:38"
  36. }
  37. ]
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement