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

      Conditional Search

      POST
      /openapi/single/conditionalSearch
      This interface corresponds to the "Conditional Search" function on the page. If you need to customize additional filter items, please contact the assistant
      Example script: https://perfsight-docs-1258344700.cos.ap-nanjing.myqcloud.com/open/PS_conditionalSearch.py

      Request

      Body Params application/json

      Example
      {
          "requestid": "string",
          "userName": "string",
          "platform": "string",
          "stime": "string",
          "etime": "string",
          "scene": [
              "string"
          ],
          "size": 0,
          "source": 0
      }

      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/conditionalSearch' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "requestid": "string",
          "userName": "string",
          "platform": "string",
          "stime": "string",
          "etime": "string",
          "scene": [
              "string"
          ],
          "size": 0,
          "source": 0
      }'

      Responses

      🟢200OK
      application/json
      Success
      Body

      Example
      {
          "code": 200,
          "data": {
              "ret": {
                  "data": {
                      "code": 200,
                      "errmsg": null,
                      "data": {
                          "total": 0,
                          "result": [
                              {
                                  "property1": "xxx",
                                  "property2": "xxx"
                              }
                          ]
                      }
                  }
              }
          }
      }
      Modified at 2025-12-30 07:58:51
      Previous
      Common Aggregate Data
      Next
      Get Custom Quality
      Built with