获取所有分组
POST
/custom_key_type/search请求参数
Body 参数application/json
object {0}
示例
{}
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{
"code": 0,
"data": {
"custom_key_type_array": [
{
"id": 290,
"created_at": "2023-05-27T04:08:49.000000Z",
"updated_at": "2023-05-27T04:08:49.000000Z",
"uid": 186009,
"name": "2",
"private_key": "...",
"count": 0,
"total_points": 0
},
{
"id": 86,
"created_at": "2023-04-26T01:11:18.000000Z",
"updated_at": "2023-04-26T01:11:18.000000Z",
"uid": 186009,
"name": "22",
"private_key": "...",
"count": 0,
"total_points": 0
},
{
"id": 43,
"created_at": "2023-04-19T15:02:36.000000Z",
"updated_at": "2023-04-19T15:02:36.000000Z",
"uid": 186009,
"name": "river-ai",
"private_key": "...",
"count": 16,
"total_points": 74994
},
{
"id": 1,
"created_at": "2023-04-14T21:57:48.000000Z",
"updated_at": "2023-04-14T21:57:48.000000Z",
"uid": 186009,
"name": "测试",
"private_key": "...",
"count": 13,
"total_points": 716
}
]
}
}
最后修改时间: 5 个月前