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.RestApiAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public bool UseShallowFetch { get; set; }
Public Property UseShallowFetch As Boolean
Get
Set
public:
property bool UseShallowFetch {
bool get ();
void set (bool value);
}
member UseShallowFetch : bool with get, set
Property Value
Type:
BooleanSee Also