GET api/Group/GetGroupInfos

后台-获取后台所有用户组

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台-获取后台所有用户组

Collection of GroupDto
NameDescriptionTypeAdditional information
GroupId

用户组id

integer

None.

GroupName

用户组名称

string

None.

GroupUsers

用户组包含的后台用户

Collection of AdminUserListDto

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<ArrayOfGroupDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Group">
  <GroupDto>
    <GroupId>1</GroupId>
    <GroupName>sample string 2</GroupName>
    <GroupUsers xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.AdminUser">
      <d3p1:AdminUserListDto>
        <d3p1:ChrTel>sample string 3</d3p1:ChrTel>
        <d3p1:Chrname>sample string 2</d3p1:Chrname>
        <d3p1:Chrtruename>sample string 4</d3p1:Chrtruename>
        <d3p1:DtAppendDate>2024-04-30T02:25:22.6448105+08:00</d3p1:DtAppendDate>
        <d3p1:GroupId>5</d3p1:GroupId>
        <d3p1:GroupName>sample string 6</d3p1:GroupName>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:IsBindWx>true</d3p1:IsBindWx>
        <d3p1:IsKill>true</d3p1:IsKill>
        <d3p1:OpenId>sample string 8</d3p1:OpenId>
      </d3p1:AdminUserListDto>
      <d3p1:AdminUserListDto>
        <d3p1:ChrTel>sample string 3</d3p1:ChrTel>
        <d3p1:Chrname>sample string 2</d3p1:Chrname>
        <d3p1:Chrtruename>sample string 4</d3p1:Chrtruename>
        <d3p1:DtAppendDate>2024-04-30T02:25:22.6448105+08:00</d3p1:DtAppendDate>
        <d3p1:GroupId>5</d3p1:GroupId>
        <d3p1:GroupName>sample string 6</d3p1:GroupName>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:IsBindWx>true</d3p1:IsBindWx>
        <d3p1:IsKill>true</d3p1:IsKill>
        <d3p1:OpenId>sample string 8</d3p1:OpenId>
      </d3p1:AdminUserListDto>
    </GroupUsers>
  </GroupDto>
  <GroupDto>
    <GroupId>1</GroupId>
    <GroupName>sample string 2</GroupName>
    <GroupUsers xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.AdminUser">
      <d3p1:AdminUserListDto>
        <d3p1:ChrTel>sample string 3</d3p1:ChrTel>
        <d3p1:Chrname>sample string 2</d3p1:Chrname>
        <d3p1:Chrtruename>sample string 4</d3p1:Chrtruename>
        <d3p1:DtAppendDate>2024-04-30T02:25:22.6448105+08:00</d3p1:DtAppendDate>
        <d3p1:GroupId>5</d3p1:GroupId>
        <d3p1:GroupName>sample string 6</d3p1:GroupName>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:IsBindWx>true</d3p1:IsBindWx>
        <d3p1:IsKill>true</d3p1:IsKill>
        <d3p1:OpenId>sample string 8</d3p1:OpenId>
      </d3p1:AdminUserListDto>
      <d3p1:AdminUserListDto>
        <d3p1:ChrTel>sample string 3</d3p1:ChrTel>
        <d3p1:Chrname>sample string 2</d3p1:Chrname>
        <d3p1:Chrtruename>sample string 4</d3p1:Chrtruename>
        <d3p1:DtAppendDate>2024-04-30T02:25:22.6448105+08:00</d3p1:DtAppendDate>
        <d3p1:GroupId>5</d3p1:GroupId>
        <d3p1:GroupName>sample string 6</d3p1:GroupName>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:IsBindWx>true</d3p1:IsBindWx>
        <d3p1:IsKill>true</d3p1:IsKill>
        <d3p1:OpenId>sample string 8</d3p1:OpenId>
      </d3p1:AdminUserListDto>
    </GroupUsers>
  </GroupDto>
</ArrayOfGroupDto>