URLs
GET api/v1/groups/{containerid}.xml (or .json)
SHOW a group's details.
GET api/v1/groups/{id}.xml (or .json)
SHOW a group's details.
GET api/v1/groups/{parentgroupid}/groups/{id}.xml (or .json)
SHOW a group's details.
GET api/v1/groups/{parentgroupid}/groups/{key}.xml (or .json)
SHOW a group's details.
GET api/v1/groups/root.xml (or .json)
SHOW the root group's details.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
Id |
int? |
Either Id (or ContainerId) or Key + ParentGroupId is required. |
否 |
||
ContainerId |
Guid? |
Either Id (or ContainerId) or Key + ParentGroupId is required. |
否 |
||
Key |
string |
Either Id (or ContainerId) or Key + ParentGroupId is required. |
否 |
||
ParentGroupId |
int? |
Either Id (or ContainerId) or Key + ParentGroupId is required. |
否 |