Sprankelprachtig aan/afmeldsysteem

show.rabl 188B

123456789101112131415
  1. object @group
  2. attributes :id, :name
  3. child :members do
  4. child :person do
  5. attribute :id, :full_name
  6. end
  7. attribute :is_leader
  8. end
  9. child :activities do
  10. attributes :id, :name
  11. end