文档

查询代码组信息

更新时间:

该接口用于查询 Codeup 代码组信息

请求方式GET/api/v3/groups/detail

请求Action:GetGroupDetail

请求参数:

参数名

类型

说明

是否必须

默认值

GroupId

long

代码组Id

返回body

{
   "ErrorCode": "",
   "ErrorMessage": "",
   "RequestId": "",
   "Success":true,
   "Result": [
  {
   "Id": 0,
   "Name": "",
   "Path": "",
   "Description": 40,
   "AvatarUrl": "",
   "WebUrl": "",
   "PathWithNamespace": "",
   "NameWithNamespace": "",
   "Type": "Group",
   "VisibilityLevel": "",
   "ParentId": 0,
   "OwnerId": 0,
     }
 ]
}

返回结果说明:

参数名

类型

说明

Id

long

组id

Name

string

组名称

Path

string

组路径

Description

string

描述

AvatarUrl

string

组头像链接

WebUrl

string

组访问链接

PathWithNamespace

string

组名称(含父名称)

NameWithNamespace

string

组路径(含父路径)

Type

string

类型,组为Group

VisibilityLevel

string

可见性,0:私有;10:企业可见

ParentId

long

父路径id

OwnerId

long

拥有者id

  • 本页导读 (0)
文档反馈