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": {
"Name": {
"title": "Name",
"type": "string",
"required": true
},
"OperatorType": {
"title": "OperatorType",
"type": "string",
"required": false,
"choices": [
{
"value": "None",
"title": "None"
},
{
"value": "User",
"title": "User"
},
{
"value": "ExternalPstn",
"title": "External PSTN"
},
{
"value": "ApplicationEndpoint",
"title": "Application Endpoint"
}
]
},
"Operator": {
"title": "Operator",
"type": "string",
"required": false
},
"OperatorNumber": {
"title": "OperatorNumber",
"type": "string",
"required": false
},
"TimeZoneId": {
"title": "Time Zone",
"type": "string",
"format": "uri",
"required": true,
"target": "/api/device/msteamsonline/CsAutoAttendantSupportedTimeZone/choices/?field=Id&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "Id",
"target_model_type": "device/msteamsonline/CsAutoAttendantSupportedTimeZone",
"choices": []
},
"LanguageId": {
"title": "Language",
"type": "string",
"format": "uri",
"required": true,
"target": "/api/device/msteamsonline/CsAutoAttendantSupportedLanguage/choices/?field=Id&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "Id",
"target_model_type": "device/msteamsonline/CsAutoAttendantSupportedLanguage",
"choices": []
},
"AAConfigTemplate": {
"title": "Auto Attendant template",
"type": "string",
"required": true
}
}
}