获取用户拥有的游戏列表。响应将包含指定用户拥有的一组游戏。
已成功接收用户拥有的游戏密钥的列表。
基本认证未通过或错误。确保您使用了基本认证或正确的凭据。
{- "has_more": false,
- "items": [
- {
- "description": "Description of the greatest game in the world.",
- "drm": "drmfree",
- "game_sku": "theGreatestGameSku",
- "is_pre_order": false,
- "name": "The Greatest Game in the World",
- "project_id": 30810
}
], - "total_items_count": 1
}