[Index]
Defines configuration options for turning features on/off.
Model ref.: data/SelfServiceFeatureDisplayPolicy
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{ "$schema": "http://json-schema.org/draft-03/schema", "type": "object", "properties": { "name": { "required": true, "type": "string", "description": "The name of the Feature Group.", "title": "Name" }, "my_availability": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn my availability on/off.", "title": "My Availability" }, "update_presence_from_calendar": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Allow users to manage the setting that automatically updates their presence status based on their calendar. The user must have 'IM and Presence' enabled, and Self Service 'My Availability' settings must be in 'Show' state.", "title": "Automatically update Presence Status from calendar" }, "speed_dials": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn speed dials on/off.", "title": "Speed Dials" }, "fmc": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn FMC on/off.", "title": "FMC (Fixed Mobile Convergence)" }, "cli": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn CLI on/off.", "title": "CLI (Calling Line Identification)" }, "phones": { "type": "object", "description": "Configure Phone features.", "title": "Phones", "properties": { "own_phone_add": { "default": "false", "type": "boolean", "title": "User can add own smart devices" }, "own_phone_add_if_entitled": { "default": "false", "type": "boolean", "title": "User can add own smart devices only if the user's Entitlement Profile includes 'Voice'" }, "own_phone_add_limit_entitlement": { "default": "false", "type": "boolean", "title": "Limit the user's total number of phones the number allowed by the user's Entitlement Profile" }, "device_type_list": { "items": { "type": "object", "properties": { "devicetype": { "type": "string", "title": "Device Name" }, "device_name_prefix": { "type": "string", "title": "Device Name Prefix" }, "config_template": { "target": "/api/data/ConfigurationTemplate/template_choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "format": "uri", "title": "Configuration Template", "target_attr": "name", "type": "string", "target_model_type": "data/ConfigurationTemplate", "choices": [] } } }, "type": "array", "title": "Device Configuration Templates for User Phone Add" }, "phone_management": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn phone management on/off.", "title": "Phone Management" }, "phone_line_management": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn phone line management on/off.", "title": "Phone Line Management" } } }, "personal_phones": { "type": "object", "description": "Configure Personal Phone features.", "title": "Personal Phones", "properties": { "user_add_rdp": { "default": "false", "type": "boolean", "title": "User can enable Personal Phone Management (add Remote Destination Profile)" }, "user_add_rdp_if_entitled": { "default": "false", "type": "boolean", "title": "User can enable Personal Phone Management / SNR only if entitled to SNR" }, "rdp_config_template": { "target": "/api/data/ConfigurationTemplate/template_choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "format": "uri", "title": "Device Configuration Template for End User Remote Destination Profile Add", "target_attr": "name", "type": "string", "target_model_type": "data/ConfigurationTemplate", "choices": [] }, "personal_phone_management": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn personal phone management on/off.", "title": "Personal Phone Management" }, "mobileid_management": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn mobile id management on/off.", "title": "Mobile Id Management" }, "ring_schedules": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn ring schedules on/off.", "title": "Ring Schedules" }, "advanced_timer_options": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn advanced timer options on/off.", "title": "Advanced Timer Options" }, "line_association": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn line association on/off.", "title": "Line Association" } } }, "my_information": { "type": "object", "description": "Configure My Information features.", "title": "My Information", "properties": { "user_data": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn user data on/off.", "title": "User Data" }, "user_language": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn user language on/off.", "title": "User Language" }, "password": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn password on/off.", "title": "Password" }, "pin": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn pin on/off.", "title": "Pin" }, "pin_min_length": { "title": "Minimum Pin Length", "required": false, "maximum": 64, "minimum": 0, "type": "number" }, "webex_link": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Toggle whether end user portal users can see a link to their Webex self service portal. The user must have an associated webex account in order to have the link.", "title": "Link to Webex self service portal" } } }, "voicemail": { "type": "object", "description": "Configure Voicemail features.", "title": "Voicemail", "properties": { "user_add_vm_account": { "default": "false", "type": "boolean", "title": "User can enable Voicemail (Add a Voicemail Account)" }, "user_add_vm_account_if_entitled": { "default": "false", "type": "boolean", "title": "User can enable Voicemail only if the user is entitled to Voicemail" }, "voicemail_config_template": { "target": "/api/data/ConfigurationTemplate/template_choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "format": "uri", "title": "Device Configuration Template for End User Voicemail Account Add", "target_attr": "name", "type": "string", "target_model_type": "data/ConfigurationTemplate", "choices": [] }, "voicemail_basic": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn basic voicemail on/off.", "title": "Voicemail Basic" }, "voicemail_devices": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn voicemail devices on/off.", "title": "Voicemail Devices" }, "phone_notification_device": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Show / Hide Phone Notification Device management from end user", "title": "Phone Notification Device" }, "sms_notification_device": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Show / Hide SMS Notification Device management from end user", "title": "SMS Notification Device" }, "alternate_extensions": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Show / Hide Voicemail Alternate Extension management from end user", "title": "Voicemail Alternate Extensions" }, "cucaltext_config_template": { "target": "/api/data/ConfigurationTemplate/template_choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "format": "uri", "title": "Configuration Template for end user Alternate Extensions for Voicemail", "target_attr": "name", "type": "string", "target_model_type": "data/ConfigurationTemplate", "choices": [] }, "cucphonedevice_config_template": { "target": "/api/data/ConfigurationTemplate/template_choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "format": "uri", "title": "Configuration Template for end user add Phone Notification Devices", "target_attr": "name", "type": "string", "target_model_type": "data/ConfigurationTemplate", "choices": [] }, "cucsmsdevice_config_template": { "target": "/api/data/ConfigurationTemplate/template_choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "format": "uri", "title": "Configuration Template for end user add SMS Notification Devices", "target_attr": "name", "type": "string", "target_model_type": "data/ConfigurationTemplate", "choices": [] }, "voicemail_callerinput": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn voicemail caller input on/off.", "title": "Voicemail Caller Input" }, "email_relay": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Show / Hide Email Relay from end user.", "title": "Voicemail Email Relay" } } }, "call_forward": { "type": "object", "description": "Configure Call Forward features.", "title": "Call Forward", "properties": { "call_fwd_basic": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn basic call forwarding on/off.", "title": "Call Forward Basic" }, "call_fwd_adv": { "choices": [ { "value": "hidden", "title": "Hide" }, { "value": "show", "title": "Show" } ], "type": "string", "description": "Turn advanced call forwarding on/off.", "title": "Advanced Call Forward" } } }, "enable_minimal_mode": { "default": false, "type": "boolean", "description": "Display Call Forward settings only minimal mode.", "title": "Enable (CFWD Only) Minimal Mode" } }, "schema_version": "0.1.6" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/data/SelfServiceFeatureDisplayPolicy/add/ |
|
The GUI Add form of data/SelfServiceFeatureDisplayPolicy as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Create | POST | /api/data/SelfServiceFeatureDisplayPolicy | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk delete [pkid1],[pkid2]... | DELETE | /api/data/SelfServiceFeatureDisplayPolicy/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/SelfServiceFeatureDisplayPolicy/[pkid1]", "/api/data/SelfServiceFeatureDisplayPolicy/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/SelfServiceFeatureDisplayPolicy/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/data/SelfServiceFeatureDisplayPolicy/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/data/SelfServiceFeatureDisplayPolicy/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/data/SelfServiceFeatureDisplayPolicy/[pkid1]", "/api/v0/data/SelfServiceFeatureDisplayPolicy/[pkid2]",...]}} |
GET http://[host-proxy]/api/data/SelfServiceFeatureDisplayPolicy/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/SelfServiceFeatureDisplayPolicy; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/SelfServiceFeatureDisplayPolicy/export/ |
|
{ "hrefs":["/api/data/SelfServiceFeatureDisplayPolicy/[pkid1]", "/api/data/SelfServiceFeatureDisplayPolicy/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of data/SelfServiceFeatureDisplayPolicy and the JSON format can be used to import instances of data/SelfServiceFeatureDisplayPolicy.
GET http://[host-proxy]/api/data/SelfServiceFeatureDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for data/SelfServiceFeatureDisplayPolicy | POST | /api/data/SelfServiceFeatureDisplayPolicy/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Tag | PATCH | /api/data/SelfServiceFeatureDisplayPolicy/+tag/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Tag Version | PATCH | /api/data/SelfServiceFeatureDisplayPolicy/+tag_version/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/data/SelfServiceFeatureDisplayPolicy/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/data/SelfServiceFeatureDisplayPolicy/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Migration Template | GET | /api/data/SelfServiceFeatureDisplayPolicy/migration/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/data/SelfServiceFeatureDisplayPolicy/ |
|
The data/SelfServiceFeatureDisplayPolicy schema and all instances as JSON. |
(The list will return 0 to 3 data/SelfServiceFeatureDisplayPolicy instances)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 1, "total_limit": null, "order_by": "name", "direction": "asc", "current": "/api/data/SelfServiceFeatureDisplayPolicy/?skip=0&limit=3&order_by=name&direction=asc&traversal=fulltree" }, "operations": [ "field_display_policy", "update", "help", "remove", "move", "add", "export", "list", "configuration_template", "get", "bulk_update_form", "migration", "transform", "export_bulkload_template" ], "meta": { "model_type": "data/SelfServiceFeatureDisplayPolicy", "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "", "business_key": { "hierarchy": true, "unique": [ "name" ] }, "api_version": "21.2", "cached": true, "references": { "children": [], "parent": [ { "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101", "pkid": "6t0ggef2c0deab00hb595101" } ], "device": [ { "href": "", "pkid": "" } ], "foreign_key": [] }, "model_specific_actions": [ "add", "bulk_update_form", "clone", "configuration_template", "export", "export_bulkload_template", "field_display_policy", "get", "help", "list", "migration", "transform", "remove", "tag", "tag_version", "update" ], "schema_version": "0.1.6", "actions": [ { "add": { "method": "GET", "class": "add", "href": "/api/data/SelfServiceFeatureDisplayPolicy/add/?hierarchy=[hierarchy]", "support_async": false, "title": "Add" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/SelfServiceFeatureDisplayPolicy/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "bulk_update_form": { "method": "GET", "class": "update", "href": "/api/data/SelfServiceFeatureDisplayPolicy/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "support_async": false, "title": "Bulk Modify" } }, { "export": { "method": "POST", "class": "export", "href": "/api/data/SelfServiceFeatureDisplayPolicy/export/?hierarchy=[hierarchy]", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/?auth_token=[authtoken], "submit": "payload" } }, { "export_bulkload_template": { "method": "POST", "class": "bulkload_template", "href": "/api/data/SelfServiceFeatureDisplayPolicy/export_bulkload_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Export Bulk Load Template" } }, { "tag": { "method": "PATCH", "class": "tag", "href": "/api/data/SelfServiceFeatureDisplayPolicy/+tag/?hierarchy=[hierarchy]", "support_async": true, "title": "Tag", "view": "/api/view/TagNameForm/add/?auth_token=[authtoken] } }, { "tag_version": { "method": "PATCH", "class": "tag_version", "href": "/api/data/SelfServiceFeatureDisplayPolicy/+tag_version/?hierarchy=[hierarchy]", "support_async": true, "title": "Tag Version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "configuration_template": { "method": "GET", "class": "config", "href": "/api/data/SelfServiceFeatureDisplayPolicy/configuration_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Configuration Template" } }, { "field_display_policy": { "method": "GET", "class": "display_policy", "href": "/api/data/SelfServiceFeatureDisplayPolicy/field_display_policy/?hierarchy=[hierarchy]", "support_async": false, "title": "Field Display Policy" } }, { "migration": { "method": "GET", "class": "migration", "href": "/api/data/SelfServiceFeatureDisplayPolicy/migration/?hierarchy=[hierarchy]", "support_async": false, "title": "Migration Template" } }, { "list": { "method": "GET", "class": "list", "href": "/api/data/SelfServiceFeatureDisplayPolicy/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } }, { "help": { "method": "GET", "class": "help", "href": "/api/data/SelfServiceFeatureDisplayPolicy/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } }, { "transform": { "method": "GET", "class": "transform", "href": "/api/data/SelfServiceFeatureDisplayPolicy/transform/?hierarchy=[hierarchy]", "support_async": false, "title": "Transform Template" } } ] }, "resources": [ { "data": { "update_presence_from_calendar": "show", "name": "Default", "speed_dials": "show", "phones": { "device_type_list": [ { "config_template": "Default CUCM Jabber iPhone Template", "devicetype": "iPhone", "device_name_prefix": "TCT" }, { "config_template": "Default CUCM Jabber iPad Template", "devicetype": "iPad", "device_name_prefix": "TAB" }, { "config_template": "Default CUCM Jabber Android Template", "devicetype": "Android Phone or Tablet", "device_name_prefix": "BOT" } ], "own_phone_add": true, "own_phone_add_if_entitled": true, "phone_management": "show", "phone_line_management": "show", "own_phone_add_limit_entitlement": true }, "voicemail": { "phone_notification_device": "show", "voicemail_basic": "show", "voicemail_callerinput": "show", "user_add_vm_account_if_entitled": true, "cucphonedevice_config_template": "Default Self Service Phone Device Notification Template", "user_add_vm_account": true, "voicemail_devices": "show", "cucaltext_config_template": "Default Self Service Alternate Extension Template", "alternate_extensions": "show", "voicemail_config_template": "Default CUC User Template", "cucsmsdevice_config_template": "Default Self Service SMS Device Notification Template", "sms_notification_device": "show" }, "personal_phones": { "rdp_config_template": "Default CUCM RDP Template", "personal_phone_management": "show", "advanced_timer_options": "show", "line_association": "show", "mobileid_management": "show", "ring_schedules": "show", "user_add_rdp": true, "user_add_rdp_if_entitled": true }, "my_availability": "show", "enable_minimal_mode": false, "call_forward": { "call_fwd_adv": "show", "call_fwd_basic": "show" }, "my_information": { "pin": "show", "user_data": "show", "pin_min_length": 5, "webex_link": "show", "user_language": "show", "password": "show" }, "pkid": "5ad5b47caffa9343e4d9304a", "hierarchy_friendly_name": "sys (System)", "hierarchy_path": "sys" }, "meta": { "model_type": "data/SelfServiceFeatureDisplayPolicy", "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [ "V4UC", "ba_CommonOverlay" ], "title": "Default", "business_key": { "hierarchy": true, "unique": [ "name" ] }, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [ { "path": "phones.device_type_list.0.config_template", "model_type": "data/ConfigurationTemplate" }, { "path": "phones.device_type_list.1.config_template", "model_type": "data/ConfigurationTemplate" }, { "path": "phones.device_type_list.2.config_template", "model_type": "data/ConfigurationTemplate" }, { "path": "personal_phones.rdp_config_template", "model_type": "data/ConfigurationTemplate" }, { "path": "voicemail.voicemail_config_template", "model_type": "data/ConfigurationTemplate" }, { "path": "voicemail.cucaltext_config_template", "model_type": "data/ConfigurationTemplate" }, { "path": "voicemail.cucphonedevice_config_template", "model_type": "data/ConfigurationTemplate" }, { "path": "voicemail.cucsmsdevice_config_template", "model_type": "data/ConfigurationTemplate" } ], "self": [ { "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/", "pkid": "5ad5b47caffa9343e4d93039" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5b47caffa9343e4d93039" ], "schema_version": "0.1.6", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/", "support_async": true, "title": "Delete" } }, { "clone": { "method": "GET", "class": "clone", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/clone/?schema=&schema_rules=true", "support_async": false, "title": "Clone" } }, { "export": { "method": "GET", "class": "export", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "tag": { "method": "PATCH", "class": "tag", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/+tag/", "support_async": true, "title": "Tag", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "method": "PATCH", "class": "tag_version", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/+tag_version/", "support_async": true, "title": "Tag Version", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "method": "GET", "class": "get", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/help", "support_async": false, "title": "Help" } } ], "summary": "false" }, "pkid": "5ad5b47caffa9343e4d93039" } ] }
(Show the first instance)
{ "data": { "update_presence_from_calendar": "show", "name": "Default", "speed_dials": "show", "phones": { "device_type_list": [ { "config_template": "Default CUCM Jabber iPhone Template", "devicetype": "iPhone", "device_name_prefix": "TCT" }, { "config_template": "Default CUCM Jabber iPad Template", "devicetype": "iPad", "device_name_prefix": "TAB" }, { "config_template": "Default CUCM Jabber Android Template", "devicetype": "Android Phone or Tablet", "device_name_prefix": "BOT" } ], "own_phone_add": true, "own_phone_add_if_entitled": true, "phone_management": "show", "phone_line_management": "show", "own_phone_add_limit_entitlement": true }, "voicemail": { "phone_notification_device": "show", "voicemail_basic": "show", "voicemail_callerinput": "show", "user_add_vm_account_if_entitled": true, "cucphonedevice_config_template": "Default Self Service Phone Device Notification Template", "user_add_vm_account": true, "voicemail_devices": "show", "cucaltext_config_template": "Default Self Service Alternate Extension Template", "alternate_extensions": "show", "voicemail_config_template": "Default CUC User Template", "cucsmsdevice_config_template": "Default Self Service SMS Device Notification Template", "sms_notification_device": "show" }, "personal_phones": { "rdp_config_template": "Default CUCM RDP Template", "personal_phone_management": "show", "advanced_timer_options": "show", "line_association": "show", "mobileid_management": "show", "ring_schedules": "show", "user_add_rdp": true, "user_add_rdp_if_entitled": true }, "my_availability": "show", "enable_minimal_mode": false, "call_forward": { "call_fwd_adv": "show", "call_fwd_basic": "show" }, "my_information": { "pin": "show", "user_data": "show", "pin_min_length": 5, "webex_link": "show", "user_language": "show", "password": "show" }, "pkid": "5ad5b47caffa9343e4d9304a" }, "meta": { "model_type": "data/SelfServiceFeatureDisplayPolicy", "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [ "V4UC", "ba_CommonOverlay" ], "title": "Default", "business_key": { "hierarchy": true, "unique": [ "name" ] }, "api_version": "21.2", "cached": false, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101", "pkid": "6t0ggef2c0deab00hb595101" } ], "foreign_key": [ { "path": "phones.device_type_list.0.config_template", "model_type": "data/ConfigurationTemplate" }, { "path": "phones.device_type_list.1.config_template", "model_type": "data/ConfigurationTemplate" }, { "path": "phones.device_type_list.2.config_template", "model_type": "data/ConfigurationTemplate" }, { "path": "personal_phones.rdp_config_template", "model_type": "data/ConfigurationTemplate" }, { "path": "voicemail.voicemail_config_template", "model_type": "data/ConfigurationTemplate" }, { "path": "voicemail.cucaltext_config_template", "model_type": "data/ConfigurationTemplate" }, { "path": "voicemail.cucphonedevice_config_template", "model_type": "data/ConfigurationTemplate" }, { "path": "voicemail.cucsmsdevice_config_template", "model_type": "data/ConfigurationTemplate" } ], "children": [], "self": [ { "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/", "pkid": "5ad5b47caffa9343e4d93039" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5b47caffa9343e4d93039" ], "schema_version": "0.1.6", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/?hierarchy=[hierarchy]", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "clone": { "method": "GET", "class": "clone", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true", "support_async": false, "title": "Clone" } }, { "export": { "method": "GET", "class": "export", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/export/?hierarchy=[hierarchy]", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/?auth_token=[authtoken], "submit": "payload" } }, { "tag": { "method": "PATCH", "class": "tag", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/+tag/?hierarchy=[hierarchy]", "support_async": true, "title": "Tag", "view": "/api/view/TagNameForm/add/?auth_token=[authtoken] } }, { "tag_version": { "method": "PATCH", "class": "tag_version", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/+tag_version/?hierarchy=[hierarchy]", "support_async": true, "title": "Tag Version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "get": { "method": "GET", "class": "get", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/?hierarchy=[hierarchy]", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/data/SelfServiceFeatureDisplayPolicy/5ad5b47caffa9343e4d93039/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } } ] }, "pkid": "5ad5b47caffa9343e4d93039" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for data/SelfServiceFeatureDisplayPolicy. | GET | /api/data/SelfServiceFeatureDisplayPolicy/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/SelfServiceFeatureDisplayPolicy as HTML |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Transform Template | GET | /api/data/SelfServiceFeatureDisplayPolicy/transform/ |
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/data/SelfServiceFeatureDisplayPolicy/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/data/SelfServiceFeatureDisplayPolicy/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/data/SelfServiceFeatureDisplayPolicy/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/data/SelfServiceFeatureDisplayPolicy/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of data/SelfServiceFeatureDisplayPolicy; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/SelfServiceFeatureDisplayPolicy/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of data/SelfServiceFeatureDisplayPolicy and the JSON format can be used to import instances of data/SelfServiceFeatureDisplayPolicy.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Tag | PATCH | /api/data/SelfServiceFeatureDisplayPolicy/[pkid]/+tag | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/data/SelfServiceFeatureDisplayPolicy/[pkid] | hierarchy=[hierarchy] | The data/SelfServiceFeatureDisplayPolicy instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/data/SelfServiceFeatureDisplayPolicy/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/SelfServiceFeatureDisplayPolicy. |