Interactions
*此內容是使用 AI(Beta 測試版)翻譯,可能含有錯誤。若要以英文檢視此頁面,請按一下這裡。
POST
返回當前用戶是否關注列表中每個用戶 ID
/v1/user/following-existsfriends.roblox.com
POST
在用戶和目標用戶之間建立連結
/v1/users/{targetUserId}/followfriends.roblox.com
POST
刪除用戶與目標用戶之間的連結
/v1/users/{targetUserId}/unfollowfriends.roblox.com
Assets
GET
獲取給定資產ID的收藏計數。
/v1/favorites/assets/{assetId}/countcatalog.roblox.com
GET
獲取給定包ID的收藏計數。
/v1/favorites/bundles/{bundleId}/countcatalog.roblox.com
GET
獲取資產和用戶的收藏模型。
/v1/favorites/users/{userId}/assets/{assetId}/favoritecatalog.roblox.com
POST
由驗證用戶為資產創建收藏。
/v1/favorites/users/{userId}/assets/{assetId}/favoritecatalog.roblox.com
DELETE
由驗證用戶刪除資產的收藏。
/v1/favorites/users/{userId}/assets/{assetId}/favoritecatalog.roblox.com
GET
獲取包和用戶的收藏模型。
/v1/favorites/users/{userId}/bundles/{bundleId}/favoritecatalog.roblox.com
POST
由驗證用戶為包創建收藏。
/v1/favorites/users/{userId}/bundles/{bundleId}/favoritecatalog.roblox.com
DELETE
由驗證用戶刪除包的收藏。
/v1/favorites/users/{userId}/bundles/{bundleId}/favoritecatalog.roblox.com
GET
列出給定用戶收藏的市場資產和給定的assetTypeId。
/v1/favorites/users/{userId}/favorites/{assetTypeId}/assetscatalog.roblox.com
GET
列出給定用戶收藏的包和給定的包子類型ID。自2024年7月以來切換至EAAS樣式分頁游標。
/v1/favorites/users/{userId}/favorites/{subtypeId}/bundlescatalog.roblox.com
GET
列出給定用戶擁有的包。
/v1/users/{userId}/bundlescatalog.roblox.com
GET
/v1/users/{userId}/bundles/{bundleType}
catalog.roblox.com
Inventories
GET
返回用戶的收藏類別
/v1/users/{userId}/categories/favoritesinventory.roblox.com
Universes
GET
獲取用戶已跟蹤的所有宇宙。
/legacy-followings/v2/users/{userId}/universesapis.roblox.com
GET
獲取用戶 ID 與宇宙之間的所有跟蹤。
/legacy-followings/v1/users/{userId}/universesapis.roblox.com
POST
創建用戶 ID 與宇宙 ID 之間的關注。
/legacy-followings/v1/users/{userId}/universes/{universeId}apis.roblox.com
DELETE
刪除用戶 ID 與宇宙 ID 之間的關注。
/legacy-followings/v1/users/{userId}/universes/{universeId}apis.roblox.com
GET
獲取用戶與宇宙之間的關注關係狀態。
/legacy-followings/v1/users/{userId}/universes/{universeId}/statusapis.roblox.com
GET
獲取用戶喜歡的遊戲。
/v2/users/{userId}/favorite/gamesgames.roblox.com
GET
返回遊戲是否被標記為認證用戶的最愛
/v1/games/{universeId}/favoritesgames.roblox.com
POST
為認證用戶收藏(或取消收藏)遊戲
/v1/games/{universeId}/favoritesgames.roblox.com
GET
獲取特定遊戲的最愛數量。
/v1/games/{universeId}/favorites/countgames.roblox.com
PATCH
設定用戶對遊戲的投票
/v1/games/{universeId}/user-votesgames.roblox.com
GET
獲取用戶對遊戲的投票狀態
/v1/games/{universeId}/votes/usergames.roblox.com
GET
獲取宇宙投票狀態的列表
/v1/games/votesgames.roblox.com
Users
GET
以分頁響應的格式獲取所有關注 targetUserId 用戶的用戶。
/v1/users/{targetUserId}/followersfriends.roblox.com
GET
獲取用戶擁有的關注數量。
/v1/users/{targetUserId}/followers/countfriends.roblox.com
GET
以分頁響應的格式獲取用戶 targetUserId 跟蹤的所有用戶。
/v1/users/{targetUserId}/followingsfriends.roblox.com
GET
獲取用戶擁有的關注數量。
/v1/users/{targetUserId}/followings/countfriends.roblox.com
不推薦
GET
獲取給定資產的投票信息
/v1/assets/votingdevelop.roblox.com
GET
獲取遊戲投票狀態
/v1/games/{universeId}/votesgames.roblox.com