Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Projection automation #145

Open
kavics opened this issue Jun 29, 2024 · 0 comments
Open

Projection automation #145

kavics opened this issue Jun 29, 2024 · 0 comments

Comments

@kavics
Copy link
Contributor

kavics commented Jun 29, 2024

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"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant