Perfsight2.0 英文版
    • Overall invocation description
    • Common Aggregate Data
      POST
    • Conditional Search
      POST
    • Get Custom Quality
      POST
    • Network Delay Data
      POST
    • Get Single Match KV Data
      POST
    • Single Match Details
      POST
    • Device Analysis (Legacy API - For Reference Only)
      POST
    • Scene Aggregate Data (Legacy API - For Reference Only)
      POST
    • User Detail Data Query (Legacy API - For Reference Only)
      POST

      Get Single Match KV Data

      POST
      /openapi/single/getKv
      To obtain the KV data reported corresponding to a Single detail, this interface needs to rely on the Single Match Details interface. Please call the Single Match Details interface before invoking this interface
      Example script: https://perfsight-docs-1258344700.cos.ap-nanjing.myqcloud.com/open/PS_getKV.py

      Request

      Body Params application/json

      Example
      {
          "Idstr": "string",
          "UserName": "string",
          "enableEventKv": "string"
      }

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/openapi/single/getKv' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "Idstr": "string",
          "UserName": "string",
          "enableEventKv": "string"
      }'

      Responses

      🟢200OK
      application/json
      Success
      Body

      Example
      {
          "EventKv": [
              {
                  "property1": "string",
                  "property2": "string"
              }
          ],
          "fpsTime": [
              "string"
          ]
      }
      Modified at 2025-12-30 08:00:06
      Previous
      Network Delay Data
      Next
      Single Match Details
      Built with