Poq.SDK.Node

Home > @poq/sdk > ContentClient > getCategoryById

ContentClient.getCategoryById() method

Method is used to return a specific category by id.

Signature:

getCategoryById(appIdentifier: string, categoryId: string): Promise<PoqResponse<NavigationCategory>>;

Parameters

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.