Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. {
  2. id: 1,
  3. title: "cohort overview",
  4. type: "cohort",
  5. audience: "champion",
  6. created_at: "",
  7. updated_at: "",
  8. data: {
  9. owner_id: 1,
  10. owner_type: "champion",
  11. title: "Tyro Dad's Cohort",
  12. description: "...",
  13. member_count: 20,
  14. member_ids: [1,2,3],
  15. }
  16. },
  17. {
  18. id: 2,
  19. title: "program analytics",
  20. type: "program",
  21. audience: "champion",
  22. created_at: "",
  23. updated_at: "",
  24. data: {
  25. owner_id: 2,
  26. owner_type: "champion",
  27. title: "The Art of Marriage",
  28. description: "...",
  29. member_count: 200,
  30. meber_ids: [1,2,3],
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement