/
TR
traptitech
/
traQ API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
activity
1
authentication
2
authorization
4
bot
15
channel
9
client
8
get
/users/me/tokens
delete
/users/me/tokens/{oauth2TokenID}
get
/clients
post
/clients
get
/clients/{clientID}
delete
/clients/{clientID}
patch
/clients/{clientID}
get
/clients/{clientID}/detail
clip
11
file
5
heartbeat
2
message
9
mute
3
notification
6
pin
4
public
1
sessions
3
stamp
9
star
3
unread
2
user
10
user group
10
userTag
5
webhook
9
client
指定したクライアントIDのクライアントの情報を取得します。
get
/clients/{clientID}
Response
正常に取得できました。
ClientInfo
required
clientId
string
クライアントID
name
string
クライアント名
description
string
クライアント説明
creatorId
string
uuid
クライアント作成者UUID
Changes