ConsoleModelSquareService

ListFavorites 查询我的收藏列表(默认 4 个,showAll=true 返回全部)。 ListFavorites lists the current user's favorites (4 by default; showAll=true returns all).

get/v1/console/model-square/favorites

Query parameters

showAllboolean

是否查看全部收藏;false 返回默认 limit 个,true 返回全部。 Whether to return all favorites; false returns limit items, true returns all.

limitinteger

返回数量(showAll=true 时忽略),默认 4。/ Result count (ignored when showAll=true), default 4.

Response

OK

favoriteCountinteger

当前用户全部未取消收藏数量(不受 limit 影响)。/ Total active favorites (not affected by limit).

Changes

No recorded changes to this endpoint across all 1 revision of this API.