Advertisement
nubooya

Untitled

Mar 29th, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "code": "success",
  3. "message": "list-professions",
  4. "meta": {
  5. "limit": 2,
  6. "offset": 2,
  7. "page": 2,
  8. "total": 34,
  9. "total_page": 17,
  10. "sort": [
  11. {
  12. "column": "profession_name",
  13. "order": "asc"
  14. }
  15. ]
  16. },
  17. "data": [
  18. {
  19. "id": "597ae7fc-7b83-40fc-8faf-b1980571066c",
  20. "profession_name": "Guru",
  21. "profession_isactive": true
  22. },
  23. {
  24. "id": "fa479d7e-24a3-431f-86d5-deb1eb8ffdba",
  25. "profession_name": "Karyawan Swasta",
  26. "profession_isactive": true
  27. }
  28. ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement