Skip to main content
POST
/
exts
/
idle
/
page
/
search
分页查询未被使用的分机帐号
curl --request POST \
  --url https://sg.sobot.io/exts/idle/page/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<unknown>"'
{
  "apiVersion": "",
  "status": "",
  "code": 0,
  "message": "",
  "reason": "",
  "kind": "",
  "metaData": {
    "creatorId": "",
    "creationTime": 0,
    "updateUserId": "",
    "updatedTime": 0
  },
  "data": {
    "list": [
      {
        "creatorId": "",
        "creationTime": 0,
        "updateUserId": "",
        "updatedTime": 0,
        "pageSize": 0,
        "currPage": 0,
        "orderByName": "",
        "orderByASC": false,
        "partition": false,
        "startExt": "",
        "batchNum": 0,
        "enabled": 0,
        "extensions": {
          "": null
        },
        "companyId": "",
        "id": "",
        "ext": "",
        "password": "",
        "bindStatus": 0,
        "bindTime": 0,
        "agentUuid": "",
        "currentUsingAgentUuid": "",
        "agentName": "",
        "extType": 0,
        "domain": "",
        "ha1": "",
        "ha1b": "",
        "status": 0,
        "langCode": "",
        "langCodeTxt": ""
      }
    ],
    "currPage": 0,
    "pageSize": 0,
    "total": 0
  },
  "retMsg": "",
  "retCode": ""
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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