Skip to content

Projection automation #145

@kavics

Description

@kavics

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"]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions