Include Parameters Considerations
Including parameters in the API request, will override the default inclusion of the response and will return only the attributes mentioned in the "include" parameter of the request object.
Including a child object of the response, will return all the attributes of the child object in response.
Always use the parent object's name along with the object name while using the "include" request parameter.
Use * keyword as the first attribute in the list of attributes to include all default included parameters at once.
For example, using include:"*, items.locName" in the Get revenueCenters API will return all attributes that are included by default and the location name in the response