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 Custom Quality

      POST
      /openapi/common/qualityCustomize
      Get the current custom quality configuration, generally used for filling the quality part of other interfaces
      Example script: https://perfsight-docs-1258344700.cos.ap-nanjing.myqcloud.com/open/PS_qualityCustomize.py

      Request

      Body Params application/json

      Example
      {
          "platform": 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/common/qualityCustomize' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "platform": 0
      }'

      Responses

      🟢200OK
      application/json
      Success
      Body

      Example
      {
          "property1": "string",
          "property2": "string"
      }
      Modified at 2025-12-30 07:52:04
      Previous
      Conditional Search
      Next
      Network Delay Data
      Built with