搜索组织机构节点
GET
/api/v2/orgs/nodes/search请求参数
Query 参数
q
string
搜索文本
示例值:
sfsfw
Header 参数
Authorization
string
Token
示例值:
Bearer token
x-authing-userpool-id
string
用户池 ID
示例值:
61b95d6c96d42670da568408
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
array [object {15}]
必需
id
string
必需
createdAt
string
必需
updatedAt
string
必需
userPoolId
string
必需
orgId
string
必需
name
string
必需
nameI18n
null | string
必需
description
string | null
必需
descriptionI18n
null | string
必需
order
null | integer
必需
code
string | null
必需
leaderUserId
null
必需
__id
null
必需
__parentid
null
必需
__groupid
null
必需
示例
{
"code": 200,
"message": "搜索组织机构节点成功",
"data": [
{
"id": "61de89e11bb06796139b5de1",
"createdAt": "2022-01-12T07:57:21.101Z",
"updatedAt": "2022-01-12T07:57:21.101Z",
"userPoolId": "61b95d6c96d42670da568408",
"orgId": "61de89e1ef299444ea9a1b85",
"name": "Apifox 创建的组织机构",
"nameI18n": null,
"description": "this is description",
"descriptionI18n": null,
"order": null,
"code": "ApifoxCode",
"leaderUserId": null,
"__id": null,
"__parentid": null,
"__groupid": null
},
{
"id": "61de8f00c755c3c0974dca12",
"createdAt": "2022-01-12T08:19:12.088Z",
"updatedAt": "2022-01-12T08:19:12.088Z",
"userPoolId": "61b95d6c96d42670da568408",
"orgId": "61de89e1ef299444ea9a1b85",
"name": "Apifox创建节点",
"nameI18n": null,
"description": null,
"descriptionI18n": null,
"order": null,
"code": null,
"leaderUserId": null,
"__id": null,
"__parentid": null,
"__groupid": null
},
{
"id": "61de8f5cb5531abc582cab9e",
"createdAt": "2022-01-12T08:20:44.522Z",
"updatedAt": "2022-01-12T08:20:44.522Z",
"userPoolId": "61b95d6c96d42670da568408",
"orgId": "61de89e1ef299444ea9a1b85",
"name": "Apifox创建节点",
"nameI18n": null,
"description": null,
"descriptionI18n": null,
"order": null,
"code": null,
"leaderUserId": null,
"__id": null,
"__parentid": null,
"__groupid": null
},
{
"id": "61de8fcf0ce836d4b8d1f866",
"createdAt": "2022-01-12T08:22:39.136Z",
"updatedAt": "2022-01-12T08:22:39.136Z",
"userPoolId": "61b95d6c96d42670da568408",
"orgId": "61de89e1ef299444ea9a1b85",
"name": "Apifox创建节点",
"nameI18n": "sjfojewf",
"description": "sjfojefo",
"descriptionI18n": "sdfwefwefwef",
"order": 1,
"code": "nodecode",
"leaderUserId": null,
"__id": null,
"__parentid": null,
"__groupid": null
}
]
}
最后修改时间: 3 年前