GET http://[host-proxy]/api/view/QuickAddAAForMSTeams/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"TimeZoneId": {
"target": "/api/device/msteamsonline/CsAutoAttendantSupportedTimeZone/choices/?field=Id&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"required": true,
"choices": [],
"target_attr": "Id",
"target_model_type": "device/msteamsonline/CsAutoAttendantSupportedTimeZone",
"title": "Time Zone",
"type": "string"
},
"OperatorType": {
"choices": [
{
"value": "None",
"title": "None"
},
{
"value": "User",
"title": "User"
},
{
"value": "ExternalPstn",
"title": "External PSTN"
},
{
"value": "ApplicationEndpoint",
"title": "Application Endpoint"
}
],
"required": false,
"type": "string",
"title": "OperatorType"
},
"Name": {
"required": true,
"type": "string",
"title": "Name"
},
"LanguageId": {
"target": "/api/device/msteamsonline/CsAutoAttendantSupportedLanguage/choices/?field=Id&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"required": true,
"choices": [],
"target_attr": "Id",
"target_model_type": "device/msteamsonline/CsAutoAttendantSupportedLanguage",
"title": "Language",
"type": "string"
},
"AAConfigTemplate": {
"required": true,
"type": "string",
"title": "Auto Attendant template"
},
"OperatorNumber": {
"required": false,
"type": "string",
"title": "OperatorNumber"
},
"Operator": {
"required": false,
"type": "string",
"title": "Operator"
}
}
}