Concise description
Request URL
{{adminHost:8181}}/group/add
Request Method
Field Name |
Sample |
Required |
Type |
Note |
adminKey |
603284317954637824 |
Yes |
string |
This parameter is for backend management access credentials, which can be viewed in LarkXR3.3 backend access management |
timestamp |
8641706679604867 |
Yes |
string |
The timestamp when sending a request, in milliseconds |
signature |
9A02B47AE67664D80A2ED13FC2B1691512613790 |
Yes |
string |
This parameter is a key signature. Sort the adminKey (viewed in LarkXR3.2 backend access management), adminSecret (viewed in LarkXR3.3 backend access management), and current timestamp (long value) in alphabetical order, and then perform SHA-1 summary signature. Please refer to the example of [Obtaining Voucher Signature] |
Request Body Parameters
参数名 |
Sample |
Required |
Type |
Note |
groupName |
test1 |
Yes |
string |
groupName |
noOperationTimeout |
10 |
Yes |
string |
The no operation time limit for the group, default value: 0, indicating the use of system level settings, unit: s |
wsId |
6mLkDgqf |
Yes |
string |
Workplace ID |
Success Response Example
{
"code": 1000,
"message": "保存成功",
"result": {
"groupId": "1203736610496053248",
"groupName": "test1",
"clientRunMode": 1,
"noOperationTimeout": "10",
"wsId": "6mLkDgqf",
"createDate": "1707034772287",
"updateDate": "1707034772287"
}
}
Parameter Note for Success Response Example
参数名 |
Type |
Note |
code |
string |
None |
message |
string |
None |
result |
object |
None |
groupId |
string |
None |
groupName |
string |
Group name |
clientRunMode |
string |
VR client operating modes: 1: autonomous switching, 2: centralized control, 3: demonstration mode |
noOperationTimeout |
string |
No operation timeout, 0 indicates no timeout. |
wsId |
string |
Workplace ID |
createDate |
string |
None |
updateDate |
string |
None |
Note