GET http://[host-proxy]/api/device/cuc/Call/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"callType": {
"minItems": 0,
"type": "string",
"name": "callType",
"title": "Call Type"
},
"maximumRings": {
"minItems": 0,
"type": "integer",
"name": "maximumRings",
"title": "Maximum Rings"
},
"number": {
"minItems": 0,
"type": "string",
"name": "number",
"title": "Number"
},
"id": {
"minItems": 0,
"title": "Id",
"type": "string",
"description": "template parameter [1]",
"name": "id"
},
"nativeConnectionId": {
"minItems": 0,
"type": "string",
"name": "nativeConnectionId",
"title": "Native Connection Id"
},
"connected": {
"minItems": 0,
"type": "boolean",
"name": "connected",
"title": "Connected"
},
"userobjectid": {
"description": "Query parameter",
"name": "userobjectid",
"format": "uri",
"title": "Userobjectid",
"required": false,
"choices": [],
"target_attr": "ObjectId",
"target_model_type": "device/cuc/User",
"type": [
"string"
],
"target": "/api/device/cuc/User/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"mediaSwitchObjectId": {
"minItems": 0,
"type": "string",
"name": "mediaSwitchObjectId",
"title": "Media Switch Object Id"
}
},
"schema_version": "14.0"
}