Source selector for specifying which view or container properties to return.

Selecting through a view restricts the result to records that have data in all of the containers mapped by the view, and the view's embedded filter (if any) is applied in addition to the request filter. Container and view sources cannot be mixed in a single request.

interface SourceSelector {
    properties: string[];
    source: SourceReference;
}

Properties

Properties

properties: string[]

Properties to return for the specified view or container. Use '*' to return all properties.

Reference to the view or container