Advertisement
nubooya

Untitled

Apr 18th, 2021
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. {
  2. "code": "success",
  3. "message": "list-languages",
  4. "meta": {
  5. "limit": 10,
  6. "offset": 0,
  7. "page": 1,
  8. "total": 5,
  9. "total_page": 1,
  10. "sort": [
  11. {
  12. "column": "lang_name",
  13. "order": "asc"
  14. }
  15. ]
  16. },
  17. "data": [
  18. {
  19. "id": "4e657994-079a-4489-9800-2c3f152d5240",
  20. "lang_name": "Bahasa Arab",
  21. "lang_isactive": true
  22. },
  23. {
  24. "id": "a9dabc75-b7e7-4206-a229-19b5b42ca315",
  25. "lang_name": "Bahasa Inggris",
  26. "lang_isactive": true
  27. },
  28. {
  29. "id": "98dc34ce-39f8-492a-89d6-2d993f7dfd0c",
  30. "lang_name": "Bahasa Jepang",
  31. "lang_isactive": true
  32. },
  33. {
  34. "id": "e639033f-38ca-4ac4-b971-0242f07164be",
  35. "lang_name": "Bahasa Jerman",
  36. "lang_isactive": true
  37. },
  38. {
  39. "id": "5f57f6ff-ed57-44b4-9f0a-70d09e71a223",
  40. "lang_name": "Bahasa Melayu",
  41. "lang_isactive": true
  42. }
  43. ]
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement