Skip to main content

@mapgear/geoapps > Apps > GetList

Apps.GetList() method

Method to retrieve a list of apps

Signature:
GetList(options?: AppListOptions): Promise<AppList[]>;

Parameters

ParameterTypeDescription
optionsAppListOptions(Optional) Options for the request like limit, orderby, direction etc.
Returns:

Promise<AppList[]>

List of requestes apps.