- 文章服务
- article-field-controller
- article-field-manage-controller
- article-comment-controller
- article-group-controller
- article-tag-controller
- test-controller
- 信息服务
- channel-controller
- user-notify-controller
- user-private-message-controller
- system-message-controller
- 用户服务
- user-active-controller
- user-collection-controller
- user-collection-group-controller
- user-following-controller
- user-info-controller
- user-points-controller
- user-tag-controller
- user-controller
- 问答服务
- qa-answer-controller
- qa-question-group-controller
- qa-question-field-controller
- qa-question-field-manage-controller
- qa-question-tag-controller
- 数据服务
- 搜索服务
- 圈子服务
- 认证服务
getUserTagByUserId
GET
/user/tag/user/list/{id}
user-tag-controller
请求参数
Path 参数
id
integer
id
示例代码
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://m1.apifoxmock.com/m1/2103283-0-default/user/tag/user/list/'
返回响应
🟢200OK
application/json
Body
array of:
createTime
string <date-time>
可选
deleted
boolean
可选
id
string
可选
indexPageDisplay
boolean
可选
lastModifiedTime
string <date-time>
可选
name
string
可选
qaGroup
object (QaGroup)
可选
createTime
string <date-time>
可选
deleted
boolean
可选
id
string
可选
info
string
可选
lastModifiedTime
string <date-time>
可选
name
string
可选
tagInfo
string
可选
useNum
integer <int32>
可选
weight
integer <int32>
可选
示例
[
{
"createTime": "2019-08-24T14:15:22Z",
"deleted": true,
"id": "string",
"indexPageDisplay": true,
"lastModifiedTime": "2019-08-24T14:15:22Z",
"name": "string",
"qaGroup": {
"createTime": "2019-08-24T14:15:22Z",
"deleted": true,
"id": "string",
"info": "string",
"lastModifiedTime": "2019-08-24T14:15:22Z",
"name": "string"
},
"tagInfo": "string",
"useNum": 0,
"weight": 0
}
]
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2022-12-19 15:14:50