TreeINFO-For-M365 documentation
    Preparing search index...

    Interface WSDataSourceConfiguration

    interface WSDataSourceConfiguration {
        Cache?: string;
        MethodName: "GET" | "DELETE" | "POST" | "PUT" | "PATCH";
        RequestType: "REST";
        ResultSet: ResultSet[];
        ResultSetItems?: string;
        ResultSetType: "JSON";
        Url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Cache?: string

    Let's you speed data search by caching previously searched content.

    Example: 24:0:0

    MethodName: "GET" | "DELETE" | "POST" | "PUT" | "PATCH"
    RequestType: "REST"
    ResultSet: ResultSet[]

    Maps value path to an expression token.

    ResultSetItems?: string

    Specifies path to result items in case they are nested within the http request result.

    ResultSetType: "JSON"
    Url: string

    The https request URL. It may also include the token {searchText} in case your MethodName is set to GET.