Get the top 10 apps with the highest usage time


Request URL
  • {{adminHost:8181}}/taskInfo/getTotalTimeTopList
Request Method
  • get
Header
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
appliId   Yes string 应用ID,只查询指定应用的总使用次数
Success Response Example
{
  "code": 1000,
  "message": "Success",
  "result": [
    {
      "appliId": "1199762458126843904",
      "appliName": "test3",
      "duration": "174"
    },
    {
      "appliId": "1196452726221832192",
      "appliName": "test1",
      "duration": "115"
    },
    {
      "appliId": "1196464974600339456",
      "appliName": "test2",
      "duration": "4"
    }
  ]
}
Parameter Note for Success Response Example
Field Name Type Note
code string None
message string None
result array None
appliId string App Id
appliName string apply name
duration string Usage duration (min)
Note

admin 2025年4月8日 14:29 收藏文档