-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
A certain basic field set must be provided to produce the correct Content descendant instance when processing the web response. The basic field set is Id, Type, Path, and possibly the Name. For example, the request object has the following:
Expand = new["ModifiedBy"]
Select = new["ModifiedBy/LoginName"]
The request needs to be completed with:
Expand = new["ModifiedBy"]
Select = new["Id", "Type", "Path", "ModifiedBy/Id", "ModifiedBy/Type", "ModifiedBy/Path", "ModifiedBy/LoginName"]