It seems that right now you’re choice is to have autoload turned on so that every API call to get an object related to the autoload item will get all the data for that related object. If you turn off autoload you lose the link to the related object on the API call. Seems reasonable that you should be able to get just the object ID for the related object so you have it locally and can look up the full details later if necessary.
You can not do it with autoload, but it can be done with “Single Step Retrieval” example from doc https://backendless.com/documentation/data/android/data_relations_retrieve.htm
@sergey is there way to do Single Step Retrieval from the user object through login?
Hi Olive,
Yes, using afterLogin event handler.
Artur