This view facilitates the data lookup of related subscriber elements.
GET http://[host-proxy]/api/view/MVS_Avaya_Voicemail/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"loginName": {
"title": "Login Name",
"type": "string"
},
"name": {
"title": "Name",
"type": "string"
},
"extension": {
"title": "Extension",
"type": "string"
},
"avayasm_user": {
"title": "Avaya System Manager User",
"type": "string"
},
"avayasm_user_data": {
"title": "Avaya System Manager User Data",
"type": "string"
},
"avayasm_user_link": {
"title": "Avaya System Manager User",
"type": "string",
"format": "link"
},
"avayaol_user": {
"title": "Avaya OfficeLinx User",
"type": "string"
},
"avayaol_user_data": {
"title": "Avaya OfficeLinx User Data",
"type": "string"
},
"avayaol_user_link": {
"title": "Avaya OfficeLinx User",
"type": "string",
"format": "link"
},
"avayaes_agent": {
"title": "Avaya CM Agent",
"type": "string"
},
"avayaes_agent_data": {
"title": "Avaya CM Agent Data",
"type": "string"
},
"avayaes_agent_link": {
"title": "Avaya CM Agent",
"type": "string",
"format": "link"
},
"avayaex_user": {
"title": "Avaya Equinox User",
"type": "string"
},
"avayaex_user_data": {
"title": "Avaya Equinox User Data",
"type": "string"
},
"avayaex_user_link": {
"title": "Avaya Equinox User",
"type": "string",
"format": "link"
},
"avayaes_station": {
"title": "Avaya CM Station",
"type": "string"
},
"avayaes_station_data": {
"title": "Avaya CM Station Data",
"type": "string"
},
"avayaes_station_status_cm": {
"title": "Avaya CM Station Status",
"type": "string"
},
"avayaes_station_status_smgr": {
"title": "Avaya SMGR Station Status",
"type": "string"
},
"avayaes_station_ec500_numbers": {
"title": "Avaya CM Station EC500 Numbers",
"type": "string"
},
"avayaes_station_link": {
"title": "Avaya CM Station",
"type": "string",
"format": "link"
},
"quick_add_groups": {
"title": "Quick Add Groups",
"type": "string"
},
"entitlement_profile_data": {
"title": "Entitlement Profile Data",
"type": "string"
},
"configured_aura_apps": {
"title": "Configured Aura Apps",
"type": "string"
},
"lines": {
"title": "Lines",
"type": "string"
},
"endpoint_types": {
"title": "Supported Endpoint Types",
"type": "string"
},
"qa_add": {
"title": "Add",
"type": "string"
},
"qa_edit": {
"title": "Edit",
"type": "string"
},
"qa_delete": {
"title": "Delete",
"type": "string"
}
}
}