Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. "{
  2. "jobsiteReporting":{
  3. "statisticsData":{
  4. "union":{
  5. "chartDetails":[
  6. {
  7. "amount":"1",
  8. "statusId":4,
  9. "status":"Active"
  10. },
  11. {
  12. "amount":"1",
  13. "status":"All",
  14. "statusId":null
  15. }
  16. ],
  17. "affiliation":"Union"
  18. },
  19. "nonUnion":{
  20. "chartDetails":[
  21. {
  22. "amount":"1",
  23. "statusId":3,
  24. "status":"Cancelled"
  25. },
  26. {
  27. "amount":"102",
  28. "statusId":4,
  29. "status":"Active"
  30. },
  31. {
  32. "amount":"103",
  33. "status":"All",
  34. "statusId":null
  35. }
  36. ],
  37. "affiliation":"Non-Union"
  38. }
  39. },
  40. "chartType":"AreaChart",
  41. "chartName":"Jobsite Reporting"
  42. },
  43. "activityReporting":{
  44. "statisticsData":[
  45. {
  46. "amount":"16",
  47. "reportType":"SIGNATORY"
  48. },
  49. {
  50. "amount":"14",
  51. "reportType":"NON-SIGNATORY"
  52. },
  53. {
  54. "amount":"15",
  55. "reportType":"FOLLOW-UP"
  56. },
  57. {
  58. "amount":"17",
  59. "reportType":"HANDBILL"
  60. },
  61. {
  62. "amount":"16",
  63. "reportType":"MEMBER-VIOLATION"
  64. },
  65. {
  66. "amount":"14",
  67. "reportType":"GENERAL"
  68. },
  69. {
  70. "amount":"8",
  71. "reportType":"OTHER"
  72. }
  73. ],
  74. "chartType":"ColumnChart",
  75. "chartName":"Activity Reporting"
  76. },
  77. "employers":{
  78. "statisticsData":[
  79. {
  80. "amount":"7",
  81. "affiliation":"UNION",
  82. "percentage":87.5
  83. },
  84. {
  85. "amount":"1",
  86. "affiliation":"NON-UNION",
  87. "percentage":12.5
  88. }
  89. ],
  90. "chartType":"PieChart",
  91. "chartName":"Employers"
  92. },
  93. "members":{
  94. "statisticsData\":[
  95. {
  96. "amount":"15",
  97. "status":"ACTIVE",
  98. "percentage":83.3
  99. },
  100. {
  101. "amount":"3",
  102. "status":"SUSPENDED",
  103. "percentage":16.7
  104. }
  105. ],
  106. "chartType":"PieChart",
  107. "chartName":"Members"
  108. }
  109. }"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement