Home > @poq/sdk > IContentClient > getNavigation
Method is used to return list of navigation categories for specific application.
Signature:
getNavigation(appIdentifier: string): Promise<PoqResponse<NavigationCategory[]>>;
Parameter | Type | Description |
---|---|---|
appIdentifier | string | The unique guid v4 app identifier. |
Returns:
Promise<PoqResponse<NavigationCategory[]>>
The list of navigation categories