views:

71

answers:

0

I know that to have my child objects expanded I can use URL query parameters like:

http://localhost:18253/ScheduleServices/SchedulerService.svc/Session(1)?$expand=TimeSlot,Track

But, is there an option to get all objects expanded by default (without having to use the querystring parameters?)

Thanks!!