@mapgear/geoapps > Apps > GetList
Apps.GetList() method
Method to retrieve a list of apps
Signature:GetList(options?: AppListOptions): Promise<AppList[]>;
Parameters
Parameter | Type | Description |
---|---|---|
options | AppListOptions | (Optional) Options for the request like limit, orderby, direction etc. |
Promise<AppList[]>
List of requestes apps.