东莞市连易网络科技有限公司
东莞市连易网络科技有限公司
  • 网站
  • 用户
  • 购物车
  • 购物车
  • 搜索
  • 网站
  • 用户
帮助
帮助
API文档 List Role REST 端点
  • 用户文档
  • 开发文档
  • API文档
  • 提及
  • 标签
  • 更多
  • 取消
  • 新建
  • API文档
  • +进程 API 文档
  • -REST API 文档
    • +Abuse Appeal REST 端点
    • +Abuse Report REST 端点
    • +Abusive Content REST 端点
    • +Achievement REST 端点
    • +Activity Story REST 端点
    • +Activity Story Site Preference REST 端点
    • +Activity Story Types REST 端点
    • +Activity Story User Preference REST 端点
    • +Aggregate Tagged Content REST 端点
    • +Aggregate Tags REST 端点
    • +Batching REST 端点
    • +Blog Contact Request REST 端点
    • +Blog Post REST 端点
    • +Blog Post Subscription REST 端点
    • +Blog Post Summary REST 端点
    • +Blog REST 端点
    • +Bookmark REST 端点
    • +Calendar REST 端点
    • +Cfs REST 端点
    • +Challenge REST 端点
    • +Comment REST 端点
    • +Content Conversion REST 端点
    • +Content REST 端点
    • +Content Recommendation REST 端点
    • +Content Subscription REST 端点
    • +Content Tags REST 端点
    • +Content View REST 端点
    • +Conversation Message REST 端点
    • +Conversation REST 端点
    • +Conversion Target Applications REST 端点
    • +Conversion Target Content Types REST 端点
    • +Endpoints REST 端点
    • +Event Comments REST 端点
    • +Event Log REST 端点
    • +Events REST 端点
    • +Feature REST 端点
    • +Follower REST 端点
    • +Following REST 端点
    • +Follows REST 端点
    • +Forum REST 端点
    • +Forum Reply REST 端点
    • +Forum Reply Vote REST 端点
    • +Forum Thread REST 端点
    • +Forum Thread Vote REST 端点
    • +Friendship REST 端点
    • +Gallery REST 端点
    • +Geocoding REST 端点
    • +Group Author Quality Score REST 端点
    • +Group Avatar REST 端点
    • +Group Contact Request REST 端点
    • +Group REST 端点
    • +Group User REST 端点
    • +Hash Tag REST 端点
    • +Html REST 端点
    • +Idea REST 端点
    • +Idea Status REST 端点
    • +Idea Vote REST 端点
    • +Ignore Content Recommendation REST 端点
    • +Ignore User Recommendation REST 端点
    • +Info Result REST 端点
    • +Leader REST 端点
    • +Leaderboard REST 端点
    • +Like REST 端点
    • +Liked Item REST 端点
    • +Media REST 端点
    • +Media Subscription REST 端点
    • +Mention REST 端点
    • +Mentionable REST 端点
    • +Node Permission REST 端点
    • +Notification Distribution Types REST 端点
    • +Notification Preference REST 端点
    • +Notification REST 端点
    • +Notification Types REST 端点
    • +OAuth REST 端点
    • +Permission REST 端点
    • +Point Transaction REST 端点
    • +Poll REST 端点
    • +Rated Item REST 端点
    • +Rating REST 端点
    • +Remote Proxy Information REST 端点
    • +Remote URL Entity REST 端点
    • +Remote URL REST 端点
    • +Remote Widget API REST 端点
    • +Reply Message REST 端点
    • -Role REST 端点
      • Create Role REST 端点
      • Delete Role REST 端点
      • List Role REST 端点
      • Show Role REST 端点
      • Update Role REST 端点
    • +Scripting REST 端点
    • +Search Result REST 端点
    • +Status Message REST 端点
    • +System Notification REST 端点
    • +Text REST 端点
    • +Tour Tip REST 端点
    • +UI REST 端点
    • +User Achievement REST 端点
    • +User Avatar REST 端点
    • +User Invitation REST 端点
    • +User Presence REST 端点
    • +User Profile Field Groups REST 端点
    • +User Profile Fields REST 端点
    • +User REST 端点
    • +User Recommendation REST 端点
    • +User Validation REST 端点
    • +Webhook Event REST 端点
    • +Webhook REST 端点
    • +Wiki File REST 端点
    • +Wiki Page Comment Subscription REST 端点
    • +Wiki Page REST 端点
    • +Wiki Page Revision REST 端点
    • +Wiki Page Subscription REST 端点
    • +Wiki REST 端点
    • +Wiki Toc REST 端点

List Role REST 端点

URLs

GET api/v1/{application}/{id}/roles.xml (or .json)

LIST roles for an application.

GET api/v1/{application}/{id}/roles/permissions.xml (or .json)

LIST roles with permissions for an application.

GET api/v1/{application}/{id}/roles/permissions/{permissionid}.xml (or .json)

LIST roles with permission for an application.

GET api/v1/{application}/{id}/roles/permissions/user/{userid}.xml (or .json)

LIST roles with permissions for a user by user id for an application.

GET api/v1/{application}/{id}/roles/permissions/user/{username}.xml (or .json)

LIST roles with permissions for a user by username for an application.

GET api/v1/{application}/{id}/roles/user/{userid}.xml (or .json)

LIST roles for a user by user id for an application.

GET api/v1/{application}/{id}/roles/user/{username}.xml (or .json)

LIST roles for a user by username for an application.

GET api/v1/roles.xml (or .json)

LIST all roles.

GET api/v1/roles/permissions.xml (or .json)

LIST all roles with permissions.

GET api/v1/roles/permissions/{permissionid}.xml (or .json)

LIST roles with permission.

GET api/v1/roles/permissions/user/{userid}.xml (or .json)

LIST roles with permissions for a user by user id.

GET api/v1/roles/permissions/user/{username}.xml (or .json)

LIST roles with permissions for a user by username.

GET api/v1/roles/user/{userid}.xml (or .json)

LIST roles for a user by user id.

GET api/v1/roles/user/{username}.xml (or .json)

LIST roles for a user by username.

请求参数

名称

类型

描述

必需

默认值

选项

Application

string

Application

是

Id

int?

Id

否

UserId

int?

Either UserId or Username are required when using include=user

否

Username

string

Either UserId or Username are required when using include=user

否

IncludePermissions

bool

Include Permissions

否

PermissionId

string

Permission Id

否

Include

string

Options for include are user, granted, or denied. Ex: include=granted.

否

IncludeWithAvatarOnly

bool

Will only return roles that have avatars. For use with include=user only.

否

PageSize

int?

Specify the number of results to return per page. If not set the default is 20. The max is 100.

否

PageIndex

int?

Specify the page number of paged results to return. Zero-based index. If not specified the default is 0.

否

  • 分享
  • 历史
  • 更多
  • 取消
相关
推荐
Copyright © 2021 东莞市连易网络科技有限公司. All rights reserved.
Powered by Limyee Commerce System(3.0.0). © 2014 - 2025 Limyee Inc.