assetFavoritesCount
Gets favorites count for an asset.
Parameters
Name | Type | Description |
---|---|---|
assetId | Identifier | The ID of the asset to get favorites count for. |
Example
const { data: favoritesCount } = await ClassicCatalogApi.assetFavoritesCount({ assetId: 2608539495 });
Endpoint
GET /v1/favorites/assets/{assetId}/count