Get information about a specific objective
GET
/v1/scoreboard/{name}请求参数
Path 参数
name
string
可选
The name of the objective to get
Header 参数
key
string
可选
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
name
string
可选
displayName
string
可选
criterion
string
可选
scores
array[object (Score) {2}]
可选
entry
string
可选
value
integer <int32>
必需
displaySlot
string
可选
示例
{
"name": "string",
"displayName": "string",
"criterion": "string",
"scores": [
{
"entry": "string",
"value": 0
}
],
"displaySlot": "string"
}
最后修改时间: 1 年前