Home > @poq/sdk > IContentClient > getCategoryById
Method is used to return a specific category by id.
Signature:
getCategoryById(appIdentifier: string, categoryId: string): Promise<PoqResponse<NavigationCategory>>;
| Parameter | Type | Description | 
|---|---|---|
| appIdentifier | string | The unique guid v4 app identifier. | 
| categoryId | string | The unique guid v4 app identifier. | 
Returns:
Promise<PoqResponse<NavigationCategory>>
The navigation category.