Interface GetPluginPayload

interface GetPluginPayload {
    bookmark?: string;
    createdPluginsOnly?: boolean;
    inviteCode?: string;
    pluginId?: string;
    searchValue?: string;
}

Properties

bookmark?: string

Bookmark for pagination of the plugins.

createdPluginsOnly?: boolean

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

inviteCode?: string

Invite code to fetch the plugin with.

pluginId?: string

If true, we will fetch only the specific plugin with the plugin ID (no secrets).

searchValue?: string

Search value