1. 示例数据模型
Blu V2.0
  • Blu API Document V2.0
  • Blu接口文档 Copy
  • Blu接口文档
  • API list
    • 1-Create task
      POST
    • 2-Upload user list
      POST
    • 3-Pre-dial verification
      POST
    • 4-Cancel call
      POST
    • 5-Dial result query [Includes slots and scripts]
      POST
    • 6-Dial result callback [Includes slots and scripts]
      POST
    • 5-Dial result query
      POST
    • 6-Dial result callback
      POST
  • Annex
    • Attachment: payment time expression and the corresponding interval format of different users’ responses
    • Annex: Dictionary of call conclusions
  • Schemas
    • 示例数据模型
      • data字段返回结果
  1. 示例数据模型

data字段返回结果

{
    "data": [
        {
            "taskId": 0,
            "jobId": 0,
            "callId": 0,
            "userId": 0,
            "strategyId": 0,
            "botId": 0,
            "name": "string",
            "phone": "string",
            "recordUrl": "string",
            "status": 0,
            "startTime": "string",
            "answerTime": "string",
            "endTime": "string",
            "duration": 0,
            "code": "string",
            "desc": "string",
            "extVars": "string",
            "slots": "string"
        }
    ]
}
Built with