Advertisement
dicaribapak11

Untitled

Nov 20th, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. {
  2. "status": "success",
  3. "message": "Daftar provinsi",
  4. "data": {
  5. "current_page": 1,
  6. "data": [
  7. {
  8. "id": "3fa5de84-076d-4c8d-b544-a5715eaf19bb",
  9. "kode": "PROV001 ",
  10. "nama": "Provinsi Contoh 1",
  11. "created_at": "2024-11-20 13:26:07",
  12. "updated_at": "2024-11-21 03:01:44",
  13. "created_by": "4a068247-5537-4f35-af76-41840b686e13",
  14. "updated_by": "bb8f22b9-b7bf-4f5d-9dd3-890e7375cc78",
  15. "deleted_at": null,
  16. "deleted_by": null
  17. },
  18. {
  19. "id": "8c7a581d-df14-45ac-9574-24b170cb7e48",
  20. "kode": "001 ",
  21. "nama": "Aceh",
  22. "created_at": "2024-11-21 03:02:01",
  23. "updated_at": "2024-11-21 03:02:01",
  24. "created_by": "bb8f22b9-b7bf-4f5d-9dd3-890e7375cc78",
  25. "updated_by": null,
  26. "deleted_at": null,
  27. "deleted_by": null
  28. },
  29. {
  30. "id": "910e5d0d-18fc-494b-80d9-7a5e171ade14",
  31. "kode": "Aceh ",
  32. "nama": "002",
  33. "created_at": "2024-11-21 02:58:03",
  34. "updated_at": "2024-11-21 02:58:03",
  35. "created_by": "bb8f22b9-b7bf-4f5d-9dd3-890e7375cc78",
  36. "updated_by": null,
  37. "deleted_at": null,
  38. "deleted_by": null
  39. }
  40. ],
  41. "first_page_url": "http://klaimdiytaspen.online:8081/api/provinsi?page=1",
  42. "from": 1,
  43. "last_page": 1,
  44. "last_page_url": "http://klaimdiytaspen.online:8081/api/provinsi?page=1",
  45. "links": [
  46. {
  47. "url": null,
  48. "label": "« Previous",
  49. "active": false
  50. },
  51. {
  52. "url": "http://klaimdiytaspen.online:8081/api/provinsi?page=1",
  53. "label": "1",
  54. "active": true
  55. },
  56. {
  57. "url": null,
  58. "label": "Next »",
  59. "active": false
  60. }
  61. ],
  62. "next_page_url": null,
  63. "path": "http://klaimdiytaspen.online:8081/api/provinsi",
  64. "per_page": 15,
  65. "prev_page_url": null,
  66. "to": 3,
  67. "total": 3
  68. },
  69. "error": null,
  70. "meta": {}
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement