Skip to main content
POST
/
exts
/
idle
/
search
查询未被使用的分机帐号
curl --request POST \
  --url https://sg.sobot.io/exts/idle/search \
  --header 'Content-Type: application/json' \
  --data '"<unknown>"'
{
  "apiVersion": "",
  "status": "",
  "code": 0,
  "message": "",
  "reason": "",
  "kind": "",
  "metaData": {
    "creatorId": "",
    "creationTime": 0,
    "updateUserId": "",
    "updatedTime": 0
  },
  "data": {
    "creatorId": "",
    "creationTime": 0,
    "updateUserId": "",
    "updatedTime": 0,
    "pageSize": 0,
    "currPage": 0,
    "orderByName": "",
    "orderByASC": false,
    "partition": false,
    "enabled": 0,
    "extensions": {
      "": null
    },
    "companyId": "",
    "id": "",
    "agentID": "",
    "agentName": "",
    "agentNick": "",
    "agentEmail": "",
    "phone": "",
    "currentPhoneType": "",
    "telephone": "",
    "qq": "",
    "remarks": "",
    "depart": "",
    "departId": "",
    "role": "",
    "roleId": "",
    "agentStatus": 0,
    "loginStatus": 0,
    "callStatus": 0,
    "workStatus": 0,
    "contact": "",
    "wrapUpTime": 0,
    "companyWrapUpTime": 0,
    "wrapUpType": 0,
    "lastLoginTime": 0,
    "queueName": "",
    "queueUuid": "",
    "queueID": "",
    "extId": "",
    "ext": "",
    "extType": "",
    "loginStatusList": "",
    "timeZoneId": "",
    "timeZone": "",
    "phoneTypes": [
      {
        "phoneType": "",
        "isDefault": false,
        "defaultPhoneType": false
      }
    ],
    "arrayDepartIds": [
      ""
    ],
    "keyWord": ""
  },
  "retMsg": "",
  "retCode": ""
}

Headers

authorization
string
default:{{authorization}}

Path Parameters

companyId
string
required

公司ID

Query Parameters

companyId
string
operatorUserId
string
tempId
string
language
string
timezone
string
timezoneid
string

Body

application/json

Response

200 - application/json