Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. {
  2. "posts": [
  3. {
  4. "id": "5db223ba-ec6f-4c41-b178-4230683800de",
  5. "partnerId": "ed4bf26f-9181-43b2-8ead-dd56f9b154d6",
  6. "type": "poll",
  7. "canReact": true,
  8. "data": {
  9. "question": "How many shoes do you own?",
  10. "options": [
  11. "0",
  12. "1-5",
  13. "5-99",
  14. "100+"
  15. ]
  16. }
  17. },
  18. {
  19. "id": "8c6145ca-10da-4c89-8f1b-8a6df71d2dec",
  20. "partnerId": "ed4bf26f-9181-43b2-8ead-dd56f9b154d6",
  21. "type": "image",
  22. "canReact": true,
  23. "data": {
  24. "body": "The body of an image post is optional",
  25. "image": "https://assets.myunidays.com/postimage.png",
  26. "link": "https://wheretogowhenclicked.com"
  27. }
  28. },
  29. {
  30. "id": "a4bd2bfb-9741-44fe-8a56-47a75005bc8c",
  31. "partnerId": "ed4bf26f-9181-43b2-8ead-dd56f9b154d6",
  32. "type": "announcement",
  33. "canReact": true,
  34. "data": {
  35. "image": "https://assets.myunidays.com/announcementimage.png",
  36. "headline": "Big stuff going on!",
  37. "body": "It's really big",
  38. "callToAction": {
  39. "copy": "Click me",
  40. "link": "https://jdsports.com/bigannouncement"
  41. }
  42. }
  43. }
  44. ]
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement