POST api/PortalGroup/GetInfo
群组信息
Request Information
URI Parameters
None.
Body Parameters
GetInput4Name | Description | Type | Additional information |
---|---|---|---|
UnitID |
单位编号 |
globally unique identifier |
None. |
GroupNumber |
群组短码 |
string |
None. |
Token |
签名 |
string |
None. |
SessionID |
会话ID |
globally unique identifier |
None. |
TimeStamp |
时间戳 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UnitID": "d4c754c6-3f44-455e-b367-7cb4b04a5b6f", "GroupNumber": "sample string 2", "Token": "sample string 3", "SessionID": "991f4bb5-4c1a-4501-81f3-b1177bbaabfa", "TimeStamp": 4 }
Response Information
Resource Description
GetOutputName | Description | Type | Additional information |
---|---|---|---|
ID |
群组编号 |
globally unique identifier |
None. |
GroupNumber |
群组短码 |
string |
None. |
GroupName |
群组名称 |
string |
None. |
Notice |
群组介绍 |
string |
None. |
AuditConfig |
会员审核 |
integer |
None. |
AuditAsk |
会员审核问题 |
string |
None. |
CreateUser |
创建用户 / 高级管理员 (number) |
string |
None. |
CreateUserName |
创建用户 / 高级管理员 (name) |
string |
None. |
ManagerUser |
管理员 (number) |
Collection of string |
None. |
ManagerUserName |
管理员 (name) |
Collection of string |
None. |
AddTime |
添加时间 |
date |
None. |
Student |
群组学生数量 |
integer |
None. |
Teacher |
群组老师数量 |
integer |
None. |
Parents |
群组家长数量 |
integer |
None. |
Manager |
群组管理员数量 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": "f18b135f-2c6d-40ab-8fb4-70c311e1f49a", "GroupNumber": "sample string 2", "GroupName": "sample string 3", "Notice": "sample string 4", "AuditConfig": 5, "AuditAsk": "sample string 6", "CreateUser": "sample string 7", "CreateUserName": "sample string 8", "ManagerUser": [ "sample string 1", "sample string 2" ], "ManagerUserName": [ "sample string 1", "sample string 2" ], "AddTime": "2021-02-27T02:21:11.8328837+08:00", "Student": 10, "Teacher": 11, "Parents": 12, "Manager": 13 }