Interface iSearchPluginsPayload

interface iSearchPluginsPayload {
    bookmark?: string;
    locale?: string;
    pluginsForSignedInUser?: boolean;
    searchValue?: string;
}

Implemented by

Properties

bookmark?: string

Bookmark for pagination of the plugins (obtained from a previous call to this endpoint).

locale?: string

Locale to restrict results to. By default, we assume 'en'. This is not applicable if you specify createdPluginsOnly, speciifc pluginIds, or an invite code.

pluginsForSignedInUser?: boolean

If true, we will fetch all plugins for the authenticated user (with plugin secrets).

This will include plugins created by the signed in user and also those where they are explicitly approved / invited.

searchValue?: string

Search value

MMNEPVFCICPMFPCPTTAAATR