7DaysToDie-ServerKit
  1. PlayerSkills
7DaysToDie-ServerKit
  • Admins
    • Add admins
      POST
    • Get admins
      GET
    • Remove admins
      DELETE
  • AppSettings
    • AppSettings_Get
      GET
    • AppSettings_Put
      PUT
  • Blacklist
    • Add blacklist
      POST
    • Get blacklist
      GET
    • Remove blacklist
      DELETE
  • ChatRecord
    • 分页获取记录
      GET
    • 批量删除记录
      DELETE
    • 通过Id删除记录
      DELETE
  • CityLocation
    • 通过Id获取记录
      GET
    • 通过Id更新记录
      PUT
    • 通过Id删除记录
      DELETE
    • 获取所有记录
      GET
    • 新增记录
      POST
    • 批量删除记录
      DELETE
  • Goods
    • 通过Id获取记录
      GET
    • 通过Id更新记录
      PUT
    • 通过Id删除记录
      DELETE
    • 获取所有记录
      GET
    • 新增记录
      POST
    • 批量删除记录
      DELETE
    • 获取商品关联的物品清单
      GET
    • 修改商品关联的物品
      PUT
    • 获取商品关联的命令Id
      GET
    • 修改商品关联的命令
      PUT
  • HomeLocation
    • 通过Id获取记录
    • 通过Id更新记录
    • 通过Id删除记录
    • 分页获取记录
    • 新增记录
    • 批量删除记录
  • Inventories
    • 获取指定玩家的背包
    • 批量删除指定玩家背包中的物品
    • 获取指定玩家的背包
    • 删除指定玩家背包中的物品
  • ItemBlocks
    • Get item and blocks.
  • ItemIcons
    • 获取 ItemIcon
  • LandClaims
    • 获取指定玩家的领地石
    • 获取所有玩家的领地石
  • Localization
    • 获取本地化字典
    • 获取指定项目的本地化字符串
    • 获取已知的语言
  • Locations
    • 获取位置
    • 获取位置
  • Map
    • 获取地图信息
    • 获取切片
    • 渲染整个地图
    • 渲染已探索区域
  • Permissions
    • Add permissions
    • Get permissions
    • Remove permissions
  • Players
    • 获取所有在线玩家
    • 获取指定在线玩家
    • 获取指定在线玩家
    • 分页获取历史玩家
    • 获取指定历史玩家
  • PointsInfo
    • 通过Id获取记录
    • 通过Id更新记录
    • 通过Id删除记录
    • 分页获取记录
    • 新增记录
    • 批量删除记录
  • Server
    • Execute console command.
    • Get allowed commands.
    • Get allowed commands.
    • Get stats.
    • 系统信息
    • Get game infomation.
    • Get game infomation.
    • Send global message.
    • Send private message.
    • Restart server.
    • Shutdown server.
    • Reset Player.
    • Get server settings.
    • Put server settings.
  • TeleRecord
    • 分页获取记录
    • 批量删除记录
    • 通过Id删除记录
  • Whitelist
    • Add whitelist
    • Get whitelist
    • Remove whitelist
  • Settings
    • 获取配置
    • 更新配置
    • 重置配置
    • 获取配置
    • 更新配置
    • 重置配置
    • 获取配置
    • 更新配置
    • 重置配置
    • 获取配置
    • 更新配置
    • 重置配置
    • 获取配置
    • 更新配置
    • 重置配置
    • 获取配置
    • 更新配置
    • 重置配置
    • 获取配置
    • 更新配置
    • 重置配置
    • 获取配置
    • 更新配置
    • 重置配置
    • 获取配置
    • 更新配置
    • 重置配置
    • 获取配置
    • 更新配置
    • 重置配置
  • AutoBackup
    • 获取备份文件列表
    • 删除备份文件
    • 手动备份
  • CommandList
    • 通过Id获取记录
    • 通过Id更新记录
    • 通过Id删除记录
    • 分页获取记录
    • 新增记录
    • 批量删除记录
  • ItemList
    • 通过Id获取记录
    • 通过Id更新记录
    • 通过Id删除记录
    • 分页获取记录
    • 新增记录
    • 批量删除记录
  • VipGift
    • 通过Id获取记录
    • 通过Id更新记录
    • 通过Id删除记录
    • 获取所有记录
    • 新增记录
    • 批量删除记录
    • 获取礼品关联的物品清单
    • 修改礼品关联的物品
    • 获取礼品关联的命令Id
    • 修改礼品关联的命令
  • PlayerSkills
    • Gets player progression
      GET
  • UiIcons
    • Get ui icon
  • Auth
    • OAuth_Token
  • ColoredChat
    • 通过Id获取记录
    • 通过Id更新记录
    • 通过Id删除记录
    • 获取所有记录
    • 新增记录
    • 批量删除记录
  • Prefab
    • Get all available prefabs.
    • Place prefab.
    • Get undo history.
    • Undo prefab.
  1. PlayerSkills

Gets player progression

GET
/api/PlayerSkills/{playerId}
PlayerSkills

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Path 参数
playerId
string 
必需
Query 参数
language
enum<string> 
Language
必需
枚举值:
FileTypeUsedInMainMenuNoTranslateEnglishContextAlternateTextGermanSpanishFrenchItalianJapaneseKoreanaPolishBrazilianRussianTurkishSchineseTchinese

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://7dtdserver.local:8888/api/PlayerSkills/?language'

返回响应

🟢200成功
application/json
Body
array of:
name
string  | null 
可选
Gets or sets the name of the skill.
localizationName
string  | null 
可选
Gets or sets the localized name of the skill.
localizationDesc
string  | null 
可选
Gets or sets the localized description of the skill.
level
integer <int32>
可选
Gets or sets the level of the skill.
minLevel
integer <int32>
可选
Gets or sets the minimum level of the skill.
maxLevel
integer <int32>
可选
Gets or sets the maximum level of the skill.
costForNextLevel
integer <int32>
可选
Gets or sets the cost for the next level of the skill.
icon
string  | null 
可选
Gets or sets the icon of the skill.
type
string  | null 
可选
Gets or sets the type of the skill.
children
array[object (PlayerSkill) {10}]  | null 
可选
Gets or sets the children progressions of the skill.
name
string  | null 
可选
Gets or sets the name of the skill.
localizationName
string  | null 
可选
Gets or sets the localized name of the skill.
localizationDesc
string  | null 
可选
Gets or sets the localized description of the skill.
level
integer <int32>
可选
Gets or sets the level of the skill.
minLevel
integer <int32>
可选
Gets or sets the minimum level of the skill.
maxLevel
integer <int32>
可选
Gets or sets the maximum level of the skill.
costForNextLevel
integer <int32>
可选
Gets or sets the cost for the next level of the skill.
icon
string  | null 
可选
Gets or sets the icon of the skill.
type
string  | null 
可选
Gets or sets the type of the skill.
children
array[object (PlayerSkill) {10}]  | null 
可选
Gets or sets the children progressions of the skill.
示例
[
    {
        "name": "string",
        "localizationName": "string",
        "localizationDesc": "string",
        "level": 0,
        "minLevel": 0,
        "maxLevel": 0,
        "costForNextLevel": 0,
        "icon": "string",
        "type": "string",
        "children": [
            {}
        ]
    }
]
修改于 2024-12-09 01:52:42
上一页
修改礼品关联的命令
下一页
Get ui icon
Built with