API formation for side loading only required associated data to ember data
问题 Please check my previous question EMBER JS - Fetch associated model data from back-end only when required Related to the above question I need help on API formation in ruby on rails(JSON format: jsonapi.org) how to form the API for sideloading only students.records and link with data already available in ember-data store (school and students) 回答1: based on the comments in the other question, I think you're wanting something like GET /api/students?include=records But you need that filtered to