Fxiaoke Developer Manual Fxiaoke Developer Manual
  • APL Development Manual
  • PWC Development Manual
  • OpenAPI Documentation
  • Quick Start
  • API Authorization
  • API Basics
  • OpenAPI
  • SSO Integration
  • Client Development
  • FAQ
  • OpenApi Version V1 (opens new window)
  • 简体中文
  • English
  • Quick Start
  • API Authorization
  • API Basics
  • OpenAPI
  • SSO Integration
  • Client Development
  • FAQ
  • OpenApi Version V1 (opens new window)
  • 简体中文
  • English
  • Quick Start

  • API Authorization

  • API Basics

  • OpenAPI

    • CRM Object API

    • CRM Common API

      • Object Description API

      • Approval Process API

      • Custom Function API

      • Lock Unlock API

      • Related Team API

      • Currency API

      • Business Process API

      • Stage Progression API

      • product Categories API

      • Other Common API

        • Get Countries
        • Query Update Records
        • Update Group Members
        • Add Tags
        • Query Object Data
        • CRM Journal Query
        • Query All Groups
        • Query Available Tags
        • Add Group
        • Query Single Record
      • Address Book API

      • Other API

    • SSO Integration

    • Client Development

    • FAQ

    Table of Contents

    Query Object Data by Condition and Return a Single Record

    # Description

    Query object data based on specified conditions and return only a single record.

    # Request Specification

    HTTP Method: POST + application/json

    Request Path: https://${Cloud Domain}/cgi/crm/custom/v2/data/findOne?thirdTraceId=${Random String}

    Request Headers: Refer to Common Parameters

    # Request Parameters

    Parameter Type Required Description
    data Map Yes Data map
      dataObjectApiName String Yes Object API name
      search_query_info Map Yes Query conditions
      field_projection List Yes Fields to include in response. Returns all fields if empty. Calculated fields, statistical fields, and reference fields won't be computed in real-time if specified

    # Request Example

    {
      "data": {
        "search_query_info": {},
        "dataObjectApiName": "",
        "field_projection": []
      }
    }
    

    # Response Parameters

    Parameter Type Description
    traceId string Unique request ID
    errorDescription string Error description
    errorMessage string Error message
    errorCode Int Error codes reference

    # Response Example

    {
      "traceId": "E-O.827xxxxxx",
      "errorDescription": "success",
      "errorMessage": "OK",
      "errorCode": 0
    }
    

    # Notes

    • Do not use the message field in the response for logical judgments, as errorMessage may change.
    Add Group
    Get Users By Major Role

    ← Add Group Get Users By Major Role →

    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式