Request URL
{{adminHost:8181}}/group/getRunMode
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 Query Parameters
Field Name |
Sample |
Required |
Type |
Note |
groupId |
1194226279482654720 |
Yes |
string |
分组ID |
Success Response Example
{
"code": 1000,
"message": "Success",
"result": {
"lastUpdateDate": "1707035856089",
"clientRunModeName": "集中管控",
"clientRunMode": 2
}
}
Parameter Note for Success Response Example
Field Name |
Type |
Note |
code |
string |
None |
message |
string |
None |
result |
object |
None |
lastUpdateDate |
long |
Last update time, as an optimistic lock for the update |
clientRunModeName |
string |
Group operation mode name |
clientRunMode |
int |
Operation mode: 1: Autonomous switching, 2: Centralized control, 3: Demonstration mode |
primaryClientId |
string |
Main control glasses, used for demonstration mode, select one glasses as the main control glasses for operation, and watch the other glasses |
Failure Response Example
{
"code": 500,
"message": "groupId can not be null or empty"
}
Parameter Note for Failure Response Example
Field Name |
Type |
Note |
code |
string |
None |
message |
string |
None |