文章 Show Group REST 端点

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.