Parse.com RESTful one-to-many request with related children populated
问题 My request is very similar to Retrieving parent plus related children in one Parse REST API call, however I didn't see the final RESTful command which populated the related children. I can obviously make multiple RESTful calls but this is redundant and introduces undesired latency. I'd rather be able to make a join request in my RESTful query. Alternatively I could build out a job that returns the EventSeries + Children Events but that seems inappropriate and would introduce additional