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

        • Query Approval Definitions
        • Get Single Approval Task Details
          • Cancel Workflow Instance
          • Get Workflow Info
          • Complete Or Reject Workflow
          • Trigger Stage Advancer
          • Approval Task
          • Complete Approval
          • Query Approval Instance
          • Reject To Previous Node
          • Complete Object Task
          • Query Workflow Instance
          • Cancel Approval
          • Complete Workflow Task
          • Query Approval Instance List
          • Query Approval Details
          • Query Rejectable Nodes
          • Get Task Details
          • Update Stage By Instance
        • Custom Function API

        • Lock Unlock API

        • Related Team API

        • Currency API

        • Business Process API

        • Stage Progression API

        • product Categories API

        • Other Common API

      • Address Book API

      • Other API

    • SSO Integration

    • Client Development

    • FAQ

    Table of Contents

    Query Single Approval Flow Task Object Details

    # Description

    Query detailed information of a single approval flow task object.

    # Request Specification

    Request Method: POST + application/json

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

    Request Headers: Refer to Common Parameters

    # Request Parameters

    Parameter Type Required Description
    data Map Yes Data map
      dataObjectApiName String Yes Object apiName, fixed value: ApprovalTaskObj
      objectDataId String Yes Data ID
    data Map Yes
      dataObjectApiName String Yes Object api_name
      objectDataId String Yes Data ID

    # Request Example

    {
      "data": {
        "dataObjectApiName": "ApprovalTaskObj",
        "objectDataId": "5a9907a1f125ae0a1axxxxxx"
      },
    }
    

    # Response Parameters

    Parameter Type Description
    traceId string Unique request ID
    errorDescription string Error description
    data Map For parameter details, call the Query Object Description API
    errorMessage string Error message
    errorCode Int View Error Codes

    # Response Example

    {
      "traceId": "E-O.827xxxxxx",
      "errorDescription": "success",
      "data": {
        "created_by__r": {},
        "lock_status": "0",
        "is_deleted": false,
        "create_time": 1612247399397,
        "name": "xxxxxx",
        "_id": "69046aexxxxxxx"
      },
      "errorMessage": "OK",
      "errorCode": 0
    }
    

    # Notes

    • Do not use the message field in the response for logical judgments, as errorMessage may change;
    • If a field's value is empty, it will not be returned in the response;
    Query Approval Definitions
    Cancel Workflow Instance

    ← Query Approval Definitions Cancel Workflow Instance →

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