URLs
GET api/v1/{application}/{applicationid}/{posttype}/{postid}/permissions/{permissionid}.xml (or .json)
SHOW details for a specific permission for the calling user for a specific content item in an application.
GET api/v1/{application}/{applicationid}/permissions/{permissionid}.xml (or .json)
SHOW details for a specific permission for the calling user for an application.
GET api/v1/permissions/{permissionid}.xml (or .json)
SHOW details for a specific permission for the calling user for the site.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
Application |
string |
Application |
是 |
||
ApplicationId |
int? |
Application Id |
是 |
||
PostType |
string |
Post Type |
否 |
||
PostId |
int? |
Post Id |
否 |
||
PermissionId |
string |
Permission Id |
是 |