GET http://[host-proxy]/api/view/EmLogoutUserFromPhones/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"userid": {
"title": "User Name",
"description": "User Name",
"type": "string",
"required": true
},
"phone_name": {
"title": "Phone Name",
"description": "CUCM Phone to log the user into",
"type": "array",
"required": false,
"items": {
"type": "string"
}
}
}
}