Advertisement
Guest User

/get/complaint/list .json

a guest
Jun 3rd, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. {
  2. "ststusCode": "00",
  3. "message": "success",
  4. "data": {
  5. "content": [
  6. {
  7. "id": "44a46923-6dda-4f37-9a92-53ab48673307",
  8. "tiketNumber": "00003/002/C/06-2018",
  9. "timestamp": "2018-06-03T07:17:51.910+0000",
  10. "subject": "oke",
  11. "emailMember": "member@gmail.com",
  12. "body": "hello",
  13. "hasBeenRead": false,
  14. "status": "PENDING",
  15. "attachment": null,
  16. "profilePhoto": null,
  17. "statusStr": "PENDING",
  18. "attachmentThumb": "",
  19. "complaintTo": {
  20. "managementName": "Grace Apartment",
  21. "managementCode": "002",
  22. "id": "aba0af54-1afc-4c1b-a0f0-cd25bd138e66"
  23. }
  24. },
  25. {
  26. "id": "6b9038ed-ed36-46aa-add0-3d2e3d3efd2b",
  27. "tiketNumber": "00002/002/C/06-2018",
  28. "timestamp": "2018-06-03T07:15:39.523+0000",
  29. "subject": "twst",
  30. "emailMember": "member@gmail.com",
  31. "body": "sjwjwjwwj",
  32. "hasBeenRead": false,
  33. "status": "PENDING",
  34. "attachment": null,
  35. "profilePhoto": null,
  36. "statusStr": "PENDING",
  37. "attachmentThumb": "",
  38. "complaintTo": {
  39. "managementName": "Grace Apartment",
  40. "managementCode": "002",
  41. "id": "aba0af54-1afc-4c1b-a0f0-cd25bd138e66"
  42. }
  43. },
  44. {
  45. "id": "8b97abf2-bb36-4077-8d80-7223185a2c72",
  46. "tiketNumber": "00001/002/C/06-2018",
  47. "timestamp": "2018-06-03T07:09:47.508+0000",
  48. "subject": "gigiviv",
  49. "emailMember": "member@gmail.com",
  50. "body": "vkvjvjv",
  51. "hasBeenRead": false,
  52. "status": "PENDING",
  53. "attachment": null,
  54. "profilePhoto": null,
  55. "statusStr": "PENDING",
  56. "attachmentThumb": "",
  57. "complaintTo": {
  58. "managementName": "Grace Apartment",
  59. "managementCode": "002",
  60. "id": "aba0af54-1afc-4c1b-a0f0-cd25bd138e66"
  61. }
  62. },
  63. {
  64. "id": "3de2abb8-4a42-4916-a0ce-9f64d52fcc1e",
  65. "tiketNumber": "00002/001/C/06-2018",
  66. "timestamp": "2018-06-03T02:29:23.326+0000",
  67. "subject": "tes postman",
  68. "emailMember": "member@gmail.com",
  69. "body": "<p>ini tes lagi</p>",
  70. "hasBeenRead": false,
  71. "status": "PENDING",
  72. "attachment": null,
  73. "profilePhoto": null,
  74. "statusStr": "PENDING",
  75. "attachmentThumb": "",
  76. "complaintTo": {
  77. "managementName": "intermedia",
  78. "managementCode": "001",
  79. "id": "773fac38-ff32-4346-9237-1d3c7e3fca9f"
  80. }
  81. },
  82. {
  83. "id": "96af38f8-3ea0-4432-ad89-eb00f7a07b0a",
  84. "tiketNumber": "00001/001/C/06-2018",
  85. "timestamp": "2018-06-02T22:14:21.918+0000",
  86. "subject": "tes postman",
  87. "emailMember": "member@gmail.com",
  88. "body": "<p>ini tes</p>",
  89. "hasBeenRead": false,
  90. "status": "PENDING",
  91. "attachment": null,
  92. "profilePhoto": null,
  93. "statusStr": "PENDING",
  94. "attachmentThumb": "",
  95. "complaintTo": {
  96. "managementName": "intermedia",
  97. "managementCode": "001",
  98. "id": "773fac38-ff32-4346-9237-1d3c7e3fca9f"
  99. }
  100. }
  101. ],
  102. "pageable": {
  103. "sort": {
  104. "sorted": false,
  105. "unsorted": true
  106. },
  107. "pageSize": 5,
  108. "pageNumber": 0,
  109. "offset": 0,
  110. "unpaged": false,
  111. "paged": true
  112. },
  113. "last": false,
  114. "totalElements": 6,
  115. "totalPages": 2,
  116. "first": true,
  117. "sort": {
  118. "sorted": false,
  119. "unsorted": true
  120. },
  121. "numberOfElements": 5,
  122. "size": 5,
  123. "number": 0
  124. }
  125. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement