Show & Hide
show
and hide
allow clients to requests a limited set of properties.additional features added in a release update.
show
specifies which properties the client will receive.hide
specifies which properties will be removed from the response.Sub-objects added via eager loading come in 2 flavors:
1.
format:
related object
.property
2.
format:
related objects
.*.property
or related objects
.item #
.property
Modified at 5 months ago