Advertisement
Guest User

Untitled

a guest
Jun 21st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. {
  2. "code": 200,
  3. "type": "Success",
  4. "message": "Cases returned.",
  5. "data": [
  6. {
  7. "name": "Hatfield vs. McCoy",
  8. "fileNo": "2017-CV-324355",
  9. "attorneys": [
  10. {
  11. "email": "gdawson@hilbertlaw2.com",
  12. "profile": {
  13. "firstName": "Greg",
  14. "lastName": "Dawson"
  15. }
  16. },
  17. {
  18. "email": "baldred@insolutions.net",
  19. "profile": {
  20. "firstName": "Becky",
  21. "lastName": "Aldred"
  22. }
  23. }
  24. ],
  25. "clerks": [
  26. {
  27. "email": "mbennett@mbcompany.com",
  28. "profile": {
  29. "firstName": "Matthew",
  30. "lastName": "Bennett"
  31. }
  32. }
  33. ],
  34. "judges": [
  35. {
  36. "email": "ealderman@eacompany.com",
  37. "profile": {
  38. "firstName": "Eric",
  39. "lastName": "Alderman"
  40. }
  41. }
  42. ],
  43. "users": [
  44. {
  45. "email": "register@insolutions.net",
  46. "profile": {
  47. "firstName": "test",
  48. "lastName": "user"
  49. }
  50. }
  51. ]
  52. },
  53. {
  54. "name": "Smith vs. Barney",
  55. "fileNo": "2017-CV-324354",
  56. "attorneys": [
  57. {
  58. "email": "hsimmons@insolutions2.net",
  59. "profile": {
  60. "firstName": "Harold",
  61. "lastName": "Simmons"
  62. }
  63. },
  64. {
  65. "email": "gdawson@hilbertlaw2.com",
  66. "profile": {
  67. "firstName": "Greg",
  68. "lastName": "Dawson"
  69. }
  70. }
  71. ],
  72. "clerks": [
  73. {
  74. "email": "sfrances@sfcompany.com",
  75. "profile": {
  76. "firstName": "Stephanie",
  77. "lastName": "Frances"
  78. }
  79. }
  80. ],
  81. "judges": [
  82. {
  83. "email": "mross@mrcompany.com",
  84. "profile": {
  85. "firstName": "Mary",
  86. "lastName": "Ross"
  87. }
  88. }
  89. ],
  90. "users": [
  91. {
  92. "email": "test1@hilbertlaw2.com",
  93. "profile": {
  94. "firstName": "test",
  95. "lastName": "userupdated"
  96. }
  97. },
  98. {
  99. "email": "test3@insolutions2.net",
  100. "profile": {
  101. "firstName": "test",
  102. "lastName": "user"
  103. }
  104. }
  105. ]
  106. }
  107. ]
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement