Webex · Schema

PostPersonPlaceVirtualLineCallQueueObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string ID of person, workspace or virtual line.
weight string Weight of person, workspace or virtual line. Only applied when call policy is `WEIGHTED`.
skillLevel number Skill level of person, workspace or virtual line. Only applied when call routing type is `SKILL_BASED`.
View JSON Schema on GitHub

JSON Schema

webex-postpersonplacevirtuallinecallqueueobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PostPersonPlaceVirtualLineCallQueueObject",
  "title": "PostPersonPlaceVirtualLineCallQueueObject",
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS80NDVkMzMzMC1mNjE3LTExZWItOWQyZS01NzViODE3ZGE1NmE",
      "description": "ID of person, workspace or virtual line."
    },
    "weight": {
      "type": "string",
      "example": "50",
      "description": "Weight of person, workspace or virtual line. Only applied when call policy is `WEIGHTED`."
    },
    "skillLevel": {
      "type": "number",
      "example": 1,
      "description": "Skill level of person, workspace or virtual line. Only applied when call routing type is `SKILL_BASED`."
    }
  }
}