Guest User

Untitled

a guest
Nov 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. The proper API response to send would look like this:
  2.  
  3. {
  4. "countries": [
  5. {
  6. "attendeeCount": 1,
  7. "attendees": [
  8. "cbrenna@hubspotpartners.com"
  9. ],
  10. "name": "Ireland",
  11. "startDate": "2017-04-29"
  12. },
  13. {
  14. "attendeeCount": 0,
  15. "attendees": [],
  16. "name": "United States",
  17. "startDate": null
  18. },
  19. {
  20. "attendeeCount": 3,
  21. "attendees": [
  22. "omajica@hubspotpartners.com",
  23. "taffelt@hubspotpartners.com",
  24. "tmozie@hubspotpartners.com"
  25. ],
  26. "name": "Spain",
  27. "startDate": "2017-04-28"
  28. }
  29. ]
  30. }
Add Comment
Please, Sign In to add comment