Click or drag to resize
RequestUseShallowFetch Property
Using ShallowFetch will only fetch the fields listed in the [] on the related items rather than fetching all fields on all objects. An example of the param is: shallowFetch=Name,WorkProduct[Name;FormattedID] The Fetch attributes will be treated as a shallow fetch if this is set to true.

Namespace: Rally.RestApi
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public bool UseShallowFetch { get; set; }

Property Value

Type: Boolean
See Also