- Admins
- AppSettings
- Blacklist
- ChatRecord
- CityLocation
- Goods
- HomeLocation
- Inventories
- ItemBlocks
- ItemIcons
- LandClaims
- Localization
- Locations
- Map
- Permissions
- Players
- PointsInfo
- Server
- TeleRecord
- Whitelist
- Settings
- AutoBackup
- CommandList
- ItemList
- VipGift
- PlayerSkills
- UiIcons
- Auth
- ColoredChat
- Prefab
Get item and blocks.
GET
/api/ItemBlocks
ItemBlocks
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
itemBlockKind
物品方块种类
One of
One of
默认值:
All
pageNumber
integer <int32>
页码
默认值:
1
pageSize
integer <int32>
可选
默认值:
10
language
语言
One of
One of
默认值:
English
keyword
string | null
搜索关键词
showUserHidden
boolean
可选
默认值:
false
示例代码
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/ItemBlocks'
返回响应
🟢200成功
application/json
Body
可选
One of
One of
示例
{
"items": [
{
"id": 0,
"isBlock": true,
"itemName": "string",
"localizationName": "string",
"iconName": "string",
"iconColor": "string",
"maxStackAllowed": 0
}
],
"total": 0
}
修改于 2024-12-09 01:52:42