- 接口文档
- 前台
- 推荐
- 首页
- 社区
- 导航栏
- 运营
- 模版
- 热门组织
- 热门开发者
- 热门仓库
- 精选
- 推荐
- 数据
- footer
- 邮箱
- 资讯
- 活动
- 登录/关注
- 悬浮窗
- 自定义弹窗
- SEO
- 广告
- 原生登录接口
查询社区导航栏
开发中
GET
https://openatom.atomgit.com/api/toolbar/queryToolbarListByCommunityId
请求参数
Header 参数
X-ATOMGIT-POP-COMMUNITY
string
可选
示例值:
openatom
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openatom.atomgit.com/api/toolbar/queryToolbarListByCommunityId' \
--header 'X-ATOMGIT-POP-COMMUNITY: openatom' \
--header 'X-ATOMGIT-POP-COMMUNITY;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {9}]
必需
barId
integer
导航ID
barName
string
导航名称
barNameEn
null
导航英文名称
jumpUrl
string
跳转地址
sort
integer
顺序
createName
string
创建人
createTime
string
创建时间
updateName
null
修改人
updateTime
string
修改时间
示例
{
"code": 200,
"msg": "成功",
"data": [
{
"barId": 1,
"barName": "开源项目",
"barNameEn": null,
"jumpUrl": "https://atomgit.com/openatomfoundation",
"communityId": 1,
"sort": 0,
"flag": 1,
"createName": "test-1",
"createTime": "2024-05-13T17:04:14",
"updateName": null,
"updateTime": "2024-06-26T19:01:04"
},
{
"barId": 6,
"barName": "招聘公告",
"barNameEn": null,
"jumpUrl": "https://openatom.atomgit.com/explore/journalism/detail/370175730220404736",
"communityId": 1,
"sort": 1,
"flag": 1,
"createName": "test-1",
"createTime": "2024-05-14T16:43:28",
"updateName": null,
"updateTime": "2024-10-21T09:22:55"
},
{
"barId": 3,
"barName": "开放原子开源大赛",
"barNameEn": null,
"jumpUrl": "https://competition.atomgit.com/",
"communityId": 1,
"sort": 2,
"flag": 1,
"createName": "test-1",
"createTime": "2024-05-14T16:41:34",
"updateName": null,
"updateTime": "2024-10-21T09:23:35"
},
{
"barId": 2,
"barName": "校源行",
"barNameEn": null,
"jumpUrl": "https://xiaoyuanxing.openatom.cn/",
"communityId": 1,
"sort": 3,
"flag": 1,
"createName": "test-1",
"createTime": "2024-05-14T16:40:52",
"updateName": null,
"updateTime": "2024-10-21T09:23:53"
},
{
"barId": 5,
"barName": "开源态势洞察",
"barNameEn": null,
"jumpUrl": "https://openatom.org/insight/index",
"communityId": 1,
"sort": 4,
"flag": 1,
"createName": "test-1",
"createTime": "2024-05-14T16:42:22",
"updateName": null,
"updateTime": "2024-10-21T09:23:45"
},
{
"barId": 4,
"barName": "开源法律",
"barNameEn": null,
"jumpUrl": "https://openatom.org/law/translate",
"communityId": 1,
"sort": 5,
"flag": 1,
"createName": "test-1",
"createTime": "2024-05-14T16:41:57",
"updateName": null,
"updateTime": "2024-10-21T09:23:01"
}
]
}
修改于 2024-10-22 10:11:11