应用列表 - [Levin] - [DONE]
GET
/registered-client
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
current
integer
当前页
示例值:
1
size
integer
条数
示例值:
20
clientId
string
可选
clientName
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:9000/registered-client'
返回响应
🟢200成功
application/json
Body
No schema defined
示例
{
"records": [
{
"id": "",
"clientName": "",
"clientId": "",
"clientIdIssuedAt": {
"seconds": 0,
"nanos": 0,
"epochSecond": 0,
"nano": 0
},
"clientSecret": "",
"clientSecretExpiresAt": {
"seconds": 0,
"nanos": 0,
"epochSecond": 0,
"nano": 0
},
"grantTypes": [
""
],
"redirectUris": "",
"postLogoutRedirectUris": "",
"scopes": [
""
],
"status": false,
"accessTokenTimeToLive": 0,
"refreshTokenTimeToLive": 0,
"authorizationCodeTimeToLive": 0,
"deviceCodeTimeToLive": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}