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

    • Address Book API

    • Other API

      • Task Todo API

        • Get Todo Statistics By Business
        • Set Enterprise Status To Vacation
        • Get Personal Completed List
          • Get Personal Todo Info
          • Set Enterprise Status Revoke Vacation
        • Attendance Field Work API

        • Collaborative Approval API

        • Enterprise Connect API

        • Message API

        • Material Management API

        • Network Disk API

        • Marketing API

        • File Service

        • ERP API

        • BI API

        • Offline API

    • SSO Integration

    • Client Development

    • FAQ

    Table of Contents

    Get Personal Completed Task List

    # Description

    Retrieve a list of personal completed tasks.

    # Request Specification

    Method: POST + application/json

    Endpoint: https://${Cloud Domain}/cgi/crm/v2/special/getTodoDealViewList?thirdTraceId=${Random String}

    Headers: Refer to Common Parameters

    # Request Parameters

    Parameter Type Required Description
    data Map Yes Dataset
      app String No Corresponding BOC category (priority field): ALL: All apps, CRM: All CRM sub-type apps, TASK: Task app
      bizType String No Specific business type
      appId String No Filter by app ID (returns all if empty)
      dealTimeStamp Long No Tasks processed after this timestamp (default: current time)
      pageSize Integer No Items per page (default: 20)
      lastReadTimeStampMap Long No Last pull timestamp marker (default: server's last stored timestamp)
      needStats Boolean No Whether to return task count by business type (default: false)

    # Request Example

    {
      "data": {
        "app": "hello",
        "lastReadTimeStampMap": 1619712000000,
        "bizType": "hello",
        "appId": "hello",
        "pageSize": 1,
        "needStats": true,
        "dealTimeStamp": 1619712000000
      }
    }
    

    # Response Parameters

    Parameter Type Description
    traceId string Unique request ID
    data List Dataset
    errorDescription string Error description
    errorMessage string Error message
    errorCode Int Error Codes

    # Response Example

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

    # Notes

    • Do not use the message field in the response for logical judgments, as errorMessage may change.
    Set Enterprise Status To Vacation
    Get Personal Todo Info

    ← Set Enterprise Status To Vacation Get Personal Todo Info →

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