查询授权列表(授权方,被授权方)
GET
/api/v1/grant
接口描述
- 授权方可以查看本企业授权给别的租户/应用的授权台帐 - 被授权方可以查看本企业获得的授权台帐 - 平台超管可以查看任意授权台帐
请求参数
参数名
类型
描述
必填
type
string
Authorization type can be `iot` or `tenant`
可选
skip
string
Number of skipped results.This is an optional slot to fill in with default value of 0
可选
limit
string
Total number of returned results. This is an optional slot to fill in with default value of 50
可选
filter
string
Rich query conditions, optional
可选
sort
string
Sorting according to query conditions, optional. Sorting methods include ascending (asc) and descending (desc)
可选
响应参数
参数名
类型
描述
必填
root
object
Succeed
必填