[Index]
Webex Calling hunt groups
Model ref.: relation/WebexHuntGroup
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": { "languageCode": { "type": "string", "title": "Language Code" }, "callPolicies": { "properties": { "policy": { "choices": [ { "value": "CIRCULAR", "title": "CIRCULAR" }, { "value": "REGULAR", "title": "REGULAR" }, { "value": "SIMULTANEOUS", "title": "SIMULTANEOUS" }, { "value": "UNIFORM", "title": "UNIFORM" }, { "value": "WEIGHTED", "title": "WEIGHTED" } ], "required": true, "type": "string", "description": "policy", "title": "Policy" }, "waitingEnabled": { "type": "boolean", "description": "waitingEnabled", "title": "Waiting Enabled" }, "noAnswer": { "properties": { "numberOfRings": { "type": "integer", "description": "numberOfRings", "title": "Number Of Rings" }, "systemMaxNumberOfRings": { "type": "integer", "description": "systemMaxNumberOfRings", "title": "System Max Number Of Rings" }, "destinationVoicemailEnabled": { "type": "boolean", "description": "destinationVoicemailEnabled", "title": "Destination Voicemail Enabled" }, "destination": { "type": "string", "description": "destination", "title": "Destination" }, "nextAgentRings": { "type": "integer", "description": "nextAgentRings", "title": "Next Agent Rings" }, "forwardEnabled": { "type": "boolean", "description": "forwardEnabled", "title": "Forward Enabled" }, "nextAgentEnabled": { "type": "boolean", "description": "nextAgentEnabled", "title": "Next Agent Enabled" } }, "required": false, "type": "object", "description": "No Answer", "title": "No Answer" }, "businessContinuity": { "properties": { "destination": { "type": "string", "description": "destination", "title": "Destination" }, "enabled": { "type": "boolean", "description": "enabled", "title": "Enabled" }, "destinationVoicemailEnabled": { "type": "boolean", "description": "destinationVoicemailEnabled", "title": "Destination Voicemail Enabled" } }, "required": false, "type": "object", "description": "Business Continuity", "title": "Business Continuity" } }, "type": "object", "description": "Call Policy settings", "title": "Call Policies" }, "agents": { "items": { "type": "object", "properties": { "firstName": { "readonly": true, "type": "string", "description": "First Name", "title": "First Name" }, "extension": { "readonly": true, "type": "string", "description": "Extension", "title": "Extension" }, "lastName": { "readonly": true, "type": "string", "description": "Last Name", "title": "Last Name" }, "weight": { "type": "string", "description": "Weight", "title": "Weight" }, "phoneNumber": { "readonly": true, "type": "string", "description": "Phone Number", "title": "Phone Number" }, "type": { "readonly": true, "type": "string", "description": "type", "title": "Type" }, "id": { "description": "id", "format": "uri", "title": "id", "convert_to_primary_key": true, "choices": [], "target_attr": "email", "target_model_type": "device/spark/User", "type": "string", "target": "/api/device/spark/User/choices/?field=email&format=json&hierarchy=[hierarchy]&auth_token=[authtoken] } } }, "required": false, "type": "array", "description": "Agents", "title": "Agents" }, "name": { "required": true, "type": "string", "title": "Name" }, "extension": { "type": "string", "title": "Extension" }, "enabled": { "type": "boolean", "title": "Enabled" }, "timeZone": { "type": "string", "title": "Time Zone" }, "hg_id": { "type": "string", "title": "hg_key" }, "alternateNumberSettings": { "properties": { "alternateNumbers": { "items": { "type": "object", "properties": { "tollFreeNumber": { "type": "boolean", "description": "tollFreeNumber", "title": "TollFree Number" }, "ringPattern": { "choices": [ { "value": "NORMAL", "title": "NORMAL" }, { "value": "LONG_LONG", "title": "LONG_LONG" }, { "value": "SHORT_SHORT_LONG", "title": "SHORT_SHORT_LONG" }, { "value": "SHORT_LONG_SHORT", "title": "SHORT_LONG_SHORT" } ], "required": true, "type": "string", "description": "ringPattern", "title": "Ring Pattern" }, "phoneNumber": { "type": "string", "description": "phoneNumber", "title": "Phone Number" } } }, "type": "array", "title": "Alternate Numbers" }, "distinctiveRingEnabled": { "type": "boolean", "description": "distinctiveRingEnabled", "title": "Distinctive Ring Enabled" } }, "required": false, "type": "object", "description": "Alternate Number Settings", "title": "Alternate Number Settings" }, "callForwarding": { "properties": { "rules": { "items": { "type": "object", "properties": { "name": { "type": "string", "description": "name", "title": "Name" }, "enabled": { "type": "boolean", "description": "enabled", "title": "Enabled" }, "id": { "type": "string", "description": "id", "title": "id" }, "callsFrom": { "properties": { "selection": { "choices": [ { "value": "ANY", "title": "ANY" }, { "value": "CUSTOM", "title": "CUSTOM" } ], "type": "string", "description": "selection", "title": "selection" }, "customNumbers": { "properties": { "privateNumberEnabled": { "type": "boolean", "description": "privateNumberEnabled", "title": "Any Private Numbers " }, "unavailableNumberEnabled": { "type": "boolean", "description": "unavailableNumberEnabled", "title": "Any Unavailable Numbers" }, "numbers": { "items": { "type": "string" }, "type": "array", "title": "Numbers" } }, "type": "object", "description": "customNumbers", "title": "Custom Numbers" } }, "type": "object", "description": "callsFrom", "title": "Calls From" }, "businessSchedule": { "type": "string", "description": "businessSchedule", "title": "Business Schedule" }, "holidaySchedule": { "type": "string", "description": "holidaySchedule", "title": "Holiday Schedule" }, "forwardTo": { "properties": { "selection": { "choices": [ { "value": "FORWARD_TO_DEFAULT_NUMBER", "title": "FORWARD_TO_DEFAULT_NUMBER" }, { "value": "FORWARD_TO_SPECIFIED_NUMBER", "title": "FORWARD_TO_SPECIFIED_NUMBER" }, { "value": "DO_NOT_FORWARD", "title": "DO_NOT_FORWARD" } ], "type": "string", "description": "selection", "title": "Selection" }, "phoneNumber": { "type": "string", "description": "phoneNumber", "title": "Phone Number" } }, "type": "object", "description": "forwardTo", "title": "Forward To" }, "callsTo": { "properties": { "numbers": { "items": { "type": "object", "properties": { "phoneNumber": { "type": "string", "description": "Only return call queues with matching primary phone number or extension", "title": "Phone Number" }, "type": { "choices": [ { "value": "PRIMARY", "title": "PRIMARY" }, { "value": "ALTERNATE", "title": "ALTERNATE" } ], "type": "string", "description": "Indicates that the given phoneNumber or extension associated with this rule's containing object is a primary or alternate number", "title": "Type" }, "extension": { "type": "string", "description": "Primary phone extension of the call queue.", "title": "Extension" } } }, "required": false, "type": "array", "description": "Array of numbers to be matched against the calling destination number", "title": "Calls To Numbers" } }, "type": "object", "description": "callsTo", "title": "Calls To" } } }, "required": false, "type": "array", "description": "rules", "title": "Rules" }, "always": { "type": "object", "properties": { "ringReminderEnabled": { "type": "boolean", "description": "ringReminderEnabled", "title": "Ring Reminder Enabled" }, "destination": { "type": "string", "description": "destination", "title": "Destination" }, "enabled": { "type": "boolean", "description": "enabled", "title": "Enabled" }, "sendToVoicemailEnabled": { "type": "boolean", "description": "sendToVoicemailEnabled", "title": "Send To Voicemail Enabled" } }, "title": "Always" }, "selective": { "type": "object", "properties": { "ringReminderEnabled": { "type": "boolean", "description": "ringReminderEnabled", "title": "Ring Reminder Enabled" }, "destination": { "type": "string", "description": "destination", "title": "Destination" }, "enabled": { "type": "boolean", "description": "enabled", "title": "Enabled" }, "sendToVoicemailEnabled": { "type": "boolean", "description": "sendToVoicemailEnabled", "title": "Send To Voicemail Enabled" } }, "title": "Selective" } }, "required": false, "type": "object", "description": "Call Forwarding Settings", "title": "Call Forwarding Settings" }, "locationName": { "type": "string", "title": "locationName" }, "language": { "type": "string", "title": "Language" }, "locationId": { "type": "string", "title": "locationId" }, "firstName": { "type": "string", "title": "First Name" }, "lastName": { "type": "string", "title": "Last Name" }, "phoneNumber": { "type": "string", "title": "Phone Number" }, "id": { "type": "string", "title": "id" }, "noinstance": { "items": { "type": "object", "properties": { "name": { "is_password": false, "title": "Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } }, "type": "array", "maxItems": 1, "title": "Noinstance" } } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/relation/WebexHuntGroup/add/ |
|
The GUI Add form of relation/WebexHuntGroup 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/relation/WebexHuntGroup | 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/relation/WebexHuntGroup/ | hierarchy=[hierarchy] | {"hrefs":["/api/relation/WebexHuntGroup/[pkid1]", "/api/relation/WebexHuntGroup/[pkid2]", ...]} |
GET http://[host-proxy]/api/relation/WebexHuntGroup/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of relation/WebexHuntGroup; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/relation/WebexHuntGroup/export/ |
|
{ "hrefs":["/api/relation/WebexHuntGroup/[pkid1]", "/api/relation/WebexHuntGroup/[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 relation/WebexHuntGroup and the JSON format can be used to import instances of relation/WebexHuntGroup.
GET http://[host-proxy]/api/relation/WebexHuntGroup/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for relation/WebexHuntGroup | POST | /api/relation/WebexHuntGroup/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/relation/WebexHuntGroup/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/relation/WebexHuntGroup/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/relation/WebexHuntGroup/ |
|
The relation/WebexHuntGroup schema and all instances as JSON. |
(The list will return 0 to 3 relation/WebexHuntGroup instances)
{ "operations": [ "field_display_policy", "configuration_template", "help", "get", "clone", "list", "update", "remove", "add", "bulk_update", "export", "export_bulkload_template" ], "pagination": { "direction": "asc", "order_by": "name", "maximum_limit": 2000, "skip": 0, "current": "/api/relation/WebexHuntGroup/?skip=0&limit=3&order_by=name&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 8 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": {}, "schema_version": null, "references": { "device": [ { "pkid": "", "href": "" } ], "self": [ { "pkid": null, "href": "/api/relation/WebexHuntGroup/None/" } ], "children": [], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "add": { "support_async": false, "class": "add", "href": "/api/relation/WebexHuntGroup/add/?hierarchy=[hierarchy]", "method": "GET", "title": "Add" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/relation/WebexHuntGroup/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/relation/WebexHuntGroup/export/?hierarchy=[hierarchy]", "method": "POST", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "export_bulkload_template": { "support_async": false, "class": "bulkload_template", "href": "/api/relation/WebexHuntGroup/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "configuration_template": { "support_async": false, "class": "config", "href": "/api/relation/WebexHuntGroup/configuration_template/?hierarchy=[hierarchy]", "method": "GET", "title": "Configuration Template" } }, { "field_display_policy": { "support_async": false, "class": "display_policy", "href": "/api/relation/WebexHuntGroup/field_display_policy/?hierarchy=[hierarchy]", "method": "GET", "title": "Field Display Policy" } }, { "list": { "support_async": false, "class": "list", "href": "/api/relation/WebexHuntGroup/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } } ], "model_type": "relation/WebexHuntGroup", "model_specific_actions": [ "field_display_policy", "configuration_template", "get", "clone", "list", "update", "remove", "add", "export", "export_bulkload_template" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "enabled", "title": "Enabled" }, { "name": "phoneNumber", "title": "Phone Number" }, { "name": "extension", "title": "Extension" }, { "name": "firstName", "title": "First Name" }, { "name": "lastName", "title": "Last Name" }, { "name": "locationName", "title": "locationName" }, { "allow_filtering": true, "allow_ordering": false, "name": "callPolicies.policy", "title": "Policy" }, { "name": "language", "title": "Language" }, { "name": "timeZone", "title": "Time Zone" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "resources": [ { "pkid": "65e041226fd4534903e062cb", "meta": { "tags": [], "cached": true, "title": "MW-HGroup", "business_key": {}, "schema_version": "", "summary": "false", "references": { "owner": [ { "pkid": "" } ], "device": [ { "pkid": "65e032dd6fd4534903dff71c", "href": "/api/v0/data/Spark/65e032dd6fd4534903dff71c" } ], "self": [ { "pkid": "65e041226fd4534903e062cb", "href": "/api/relation/WebexHuntGroup/65e041226fd4534903e062cb/" } ], "parent": [ { "pkid": "65e040e06fd4534903e05b98", "href": "/api/data/HierarchyNode/65e040e06fd4534903e05b98" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/relation/WebexHuntGroup/65e041226fd4534903e062cb/", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/relation/WebexHuntGroup/65e041226fd4534903e062cb/", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/relation/WebexHuntGroup/65e041226fd4534903e062cb/clone/?schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/relation/WebexHuntGroup/65e041226fd4534903e062cb/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "class": "get", "href": "/api/relation/WebexHuntGroup/65e041226fd4534903e062cb/", "method": "GET", "title": "Get" } } ], "model_type": "relation/WebexHuntGroup", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae256ce894e001204f7db", "5f3ae552ce894e00120537fa", "65e040e06fd4534903e05b98", "65e041226fd4534903e062cb" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "enabled", "title": "Enabled" }, { "name": "phoneNumber", "title": "Phone Number" }, { "name": "extension", "title": "Extension" }, { "name": "firstName", "title": "First Name" }, { "name": "lastName", "title": "Last Name" }, { "name": "locationName", "title": "locationName" }, { "allow_filtering": true, "allow_ordering": false, "name": "callPolicies.policy", "title": "Policy" }, { "name": "language", "title": "Language" }, { "name": "timeZone", "title": "Time Zone" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "languageCode": "en_us", "callPolicies": { "policy": "CIRCULAR", "waitingEnabled": false, "noAnswer": { "numberOfRings": 15, "systemMaxNumberOfRings": 20, "destinationVoicemailEnabled": false, "destination": "", "nextAgentRings": 5, "forwardEnabled": false, "nextAgentEnabled": false }, "businessContinuity": { "destination": "", "enabled": false, "destinationVoicemailEnabled": false } }, "name": "MW-HGroup", "extension": "2026", "hierarchy": "5f3ae552ce894e00120537fa", "hg_id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvYkc5emFYZHlkbVJ1ZFVBNU9EQXlOek0yT1M1MWN6RXdMbUpqYkdRdWQyVmlaWGd1WTI5dA:Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzc1NGQ1NDU1LTBkNzYtNDg3MS1hOTRmLWJhOTFiYjE2ZGNjZQ:MW-Lilongwe", "phoneNumber": "+27215252026", "enabled": true, "alternateNumberSettings": { "distinctiveRingEnabled": true }, "callForwarding": { "always": { "ringReminderEnabled": false, "destination": "", "enabled": false, "sendToVoicemailEnabled": false }, "selective": { "ringReminderEnabled": false, "destination": "", "enabled": false, "sendToVoicemailEnabled": false } }, "locationName": "MW-Lilongwe", "language": "English", "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzc1NGQ1NDU1LTBkNzYtNDg3MS1hOTRmLWJhOTFiYjE2ZGNjZQ", "firstName": "MW-HGroup", "lastName": ".", "timeZone": "Africa/Johannesburg", "hierarchy_friendly_name": "MW-Lilongwe (Site)", "summary_device": "Connection parameters for Spark Customer AB_Group, AB_Group, hcs.CS-P.CS-AB.AB_Group", "id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvYkc5emFYZHlkbVJ1ZFVBNU9EQXlOek0yT1M1MWN6RXdMbUpqYkdRdWQyVmlaWGd1WTI5dA", "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group.MW-Lilongwe" } }, { "pkid": "65e041176fd4534903e0619a", "meta": { "tags": [], "cached": true, "title": "NA-HGroup", "business_key": {}, "schema_version": "", "summary": "false", "references": { "device": [ { "pkid": "65e032dd6fd4534903dff71c", "href": "/api/v0/data/Spark/65e032dd6fd4534903dff71c" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "65e041176fd4534903e0619a", "href": "/api/relation/WebexHuntGroup/65e041176fd4534903e0619a/" } ], "parent": [ { "pkid": "65e040cc6fd4534903e05989", "href": "/api/data/HierarchyNode/65e040cc6fd4534903e05989" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "href": "/api/relation/WebexHuntGroup/65e041176fd4534903e0619a/", "title": "Modify", "class": "update", "method": "PUT" } }, { "remove": { "support_async": true, "href": "/api/relation/WebexHuntGroup/65e041176fd4534903e0619a/", "title": "Delete", "class": "delete", "method": "DELETE" } }, { "clone": { "support_async": false, "href": "/api/relation/WebexHuntGroup/65e041176fd4534903e0619a/clone/?schema=&schema_rules=true", "title": "Clone", "class": "clone", "method": "GET" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/relation/WebexHuntGroup/65e041176fd4534903e0619a/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "href": "/api/relation/WebexHuntGroup/65e041176fd4534903e0619a/", "title": "Get", "class": "get", "method": "GET" } } ], "model_type": "relation/WebexHuntGroup", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae256ce894e001204f7db", "5f3ae552ce894e00120537fa", "65e040cc6fd4534903e05989", "65e041176fd4534903e0619a" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "enabled", "title": "Enabled" }, { "name": "phoneNumber", "title": "Phone Number" }, { "name": "extension", "title": "Extension" }, { "name": "firstName", "title": "First Name" }, { "name": "lastName", "title": "Last Name" }, { "name": "locationName", "title": "locationName" }, { "allow_filtering": true, "allow_ordering": false, "name": "callPolicies.policy", "title": "Policy" }, { "name": "language", "title": "Language" }, { "name": "timeZone", "title": "Time Zone" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "languageCode": "en_us", "callPolicies": { "policy": "CIRCULAR", "waitingEnabled": false, "noAnswer": { "numberOfRings": 15, "systemMaxNumberOfRings": 20, "destinationVoicemailEnabled": false, "destination": "", "nextAgentRings": 5, "forwardEnabled": false, "nextAgentEnabled": false }, "businessContinuity": { "destination": "", "enabled": false, "destinationVoicemailEnabled": false } }, "name": "NA-HGroup", "extension": "2028", "hierarchy": "5f3ae552ce894e00120537fa", "hg_id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvZVhSamRXOXZNbVJpYUVBNU9EQXlOek0yT1M1MWN6RXdMbUpqYkdRdWQyVmlaWGd1WTI5dA:Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2M4MGY3YTk4LTdmOTItNDE1Ni1iNWRjLWYzYjU0ODAyMDBhNg:NA-Windhoek", "phoneNumber": "+27215252028", "enabled": true, "alternateNumberSettings": { "distinctiveRingEnabled": true }, "callForwarding": { "always": { "ringReminderEnabled": false, "destination": "", "enabled": false, "sendToVoicemailEnabled": false }, "selective": { "ringReminderEnabled": false, "destination": "", "enabled": false, "sendToVoicemailEnabled": false } }, "locationName": "NA-Windhoek", "language": "English", "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2M4MGY3YTk4LTdmOTItNDE1Ni1iNWRjLWYzYjU0ODAyMDBhNg", "firstName": "NA-HGroup", "lastName": ".", "timeZone": "Africa/Johannesburg", "hierarchy_friendly_name": "NA-Windhoek (Site)", "summary_device": "Connection parameters for Spark Customer AB_Group, AB_Group, hcs.CS-P.CS-AB.AB_Group", "id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvZVhSamRXOXZNbVJpYUVBNU9EQXlOek0yT1M1MWN6RXdMbUpqYkdRdWQyVmlaWGd1WTI5dA", "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group.NA-Windhoek" } }, { "pkid": "65e0a1826fd4534903e4f690", "meta": { "tags": [], "cached": true, "title": "VOSS-GBR-Reading-GS-HG-1", "business_key": {}, "schema_version": "", "summary": "false", "references": { "device": [ { "pkid": "65e0918d6fd4534903e212ec", "href": "/api/v0/data/Spark/65e0918d6fd4534903e212ec" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "65e0a1826fd4534903e4f690", "href": "/api/relation/WebexHuntGroup/65e0a1826fd4534903e4f690/" } ], "parent": [ { "pkid": "6130d69ae04a4a0015a93bc6", "href": "/api/data/HierarchyNode/6130d69ae04a4a0015a93bc6" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "method": "PUT", "href": "/api/relation/WebexHuntGroup/65e0a1826fd4534903e4f690/", "class": "update", "title": "Modify" } }, { "remove": { "support_async": true, "method": "DELETE", "href": "/api/relation/WebexHuntGroup/65e0a1826fd4534903e4f690/", "class": "delete", "title": "Delete" } }, { "clone": { "support_async": false, "method": "GET", "href": "/api/relation/WebexHuntGroup/65e0a1826fd4534903e4f690/clone/?schema=&schema_rules=true", "class": "clone", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "method": "GET", "href": "/api/relation/WebexHuntGroup/65e0a1826fd4534903e4f690/export/", "class": "export", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "method": "GET", "href": "/api/relation/WebexHuntGroup/65e0a1826fd4534903e4f690/", "class": "get", "title": "Get" } } ], "model_type": "relation/WebexHuntGroup", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "6130d69ae04a4a0015a93bc6", "65e0a1826fd4534903e4f690" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "enabled", "title": "Enabled" }, { "name": "phoneNumber", "title": "Phone Number" }, { "name": "extension", "title": "Extension" }, { "name": "firstName", "title": "First Name" }, { "name": "lastName", "title": "Last Name" }, { "name": "locationName", "title": "locationName" }, { "allow_filtering": true, "allow_ordering": false, "name": "callPolicies.policy", "title": "Policy" }, { "name": "language", "title": "Language" }, { "name": "timeZone", "title": "Time Zone" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "languageCode": "en_us", "callPolicies": { "policy": "CIRCULAR", "waitingEnabled": false, "noAnswer": { "numberOfRings": 15, "systemMaxNumberOfRings": 20, "destinationVoicemailEnabled": false, "destination": "", "nextAgentRings": 5, "forwardEnabled": false, "nextAgentEnabled": true }, "businessContinuity": { "destination": "", "enabled": false, "destinationVoicemailEnabled": false } }, "name": "VOSS-GBR-Reading-GS-HG-1", "extension": "9311", "hierarchy": "6130d69ae04a4a0015a93bc6", "hg_id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvWW5Ga2RtOXRaV1JsYlVBNU9EQXlOek0yT1M1MWN6RXdMbUpqYkdRdWQyVmlaWGd1WTI5dA:Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2YwYTc3MGIyLTU3OGMtNGI5Zi04N2RjLTJkMzkyZGEyZGVjZQ:VOSS-GBR-Reading", "phoneNumber": "", "enabled": true, "alternateNumberSettings": { "distinctiveRingEnabled": true }, "callForwarding": { "rules": [ { "name": "Monday", "enabled": true, "id": "Y2lzY29zcGFyazovL3VzL0NBTExfRk9SV0FSRElOR19TRUxFQ1RJVkVfUlVMRS9UVzl1WkdGNQ", "callsFrom": { "selection": "ANY", "customNumbers": { "privateNumberEnabled": false, "unavailableNumberEnabled": false } }, "businessSchedule": "Schedule1", "holidaySchedule": "", "forwardTo": { "selection": "FORWARD_TO_SPECIFIED_NUMBER", "phoneNumber": "07771394328" } }, { "name": "Sunday", "enabled": false, "id": "Y2lzY29zcGFyazovL3VzL0NBTExfRk9SV0FSRElOR19TRUxFQ1RJVkVfUlVMRS9VM1Z1WkdGNQ", "callsFrom": { "selection": "CUSTOM", "customNumbers": { "privateNumberEnabled": false, "unavailableNumberEnabled": false, "numbers": [ "7771394327" ] } }, "businessSchedule": "Schedule2", "holidaySchedule": "", "forwardTo": { "selection": "FORWARD_TO_DEFAULT_NUMBER", "phoneNumber": "" }, "callsTo": { "numbers": [ { "phoneNumber": "", "type": "PRIMARY", "extension": "9311" } ] } } ], "always": { "ringReminderEnabled": false, "destination": "9041", "enabled": false, "sendToVoicemailEnabled": false }, "selective": { "ringReminderEnabled": false, "destination": "9041", "enabled": true, "sendToVoicemailEnabled": false } }, "locationName": "VOSS-GBR-Reading", "language": "English", "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2YwYTc3MGIyLTU3OGMtNGI5Zi04N2RjLTJkMzkyZGEyZGVjZQ", "agents": [ { "extension": "", "weight": "", "lastName": "Booker", "phoneNumber": "+441182180129", "firstName": "Adam", "type": "PEOPLE", "id": "[email protected]" } ], "firstName": "Hunt", "lastName": "Group1", "timeZone": "Europe/London", "hierarchy_friendly_name": "AAAGlobal (Customer)", "summary_device": "Connection parameters for Spark Customer AAAGlobal, AAAGlobal, hcs.CS-P.CS-NB.AAAGlobal", "id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvWW5Ga2RtOXRaV1JsYlVBNU9EQXlOek0yT1M1MWN6RXdMbUpqYkdRdWQyVmlaWGd1WTI5dA", "hierarchy_path": "sys.hcs.CS-P.CS-NB.AAAGlobal" } } ] }
(Show the first instance)
{ "pkid": "65e041226fd4534903e062cb", "meta": { "tags": [], "cached": true, "cache_control_policy": "cache_then_device", "title": "MW-HGroup", "business_key": {}, "schema_version": null, "references": { "device": [ { "pkid": "65e032dd6fd4534903dff71c", "href": "/api/v0/data/Spark/65e032dd6fd4534903dff71c" } ], "self": [ { "pkid": "65e041226fd4534903e062cb", "href": "/api/relation/WebexHuntGroup/65e041226fd4534903e062cb/" } ], "children": [], "parent": [ { "pkid": "65e040e06fd4534903e05b98", "href": "/api/data/HierarchyNode/65e040e06fd4534903e05b98" } ] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/relation/WebexHuntGroup/65e041226fd4534903e062cb/?hierarchy=[hierarchy]", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/relation/WebexHuntGroup/65e041226fd4534903e062cb/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/relation/WebexHuntGroup/65e041226fd4534903e062cb/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/relation/WebexHuntGroup/65e041226fd4534903e062cb/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "get": { "support_async": false, "class": "get", "href": "/api/relation/WebexHuntGroup/65e041226fd4534903e062cb/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } } ], "model_type": "relation/WebexHuntGroup", "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "enabled", "title": "Enabled" }, { "name": "phoneNumber", "title": "Phone Number" }, { "name": "extension", "title": "Extension" }, { "name": "firstName", "title": "First Name" }, { "name": "lastName", "title": "Last Name" }, { "name": "locationName", "title": "locationName" }, { "allow_filtering": true, "allow_ordering": false, "name": "callPolicies.policy", "title": "Policy" }, { "name": "language", "title": "Language" }, { "name": "timeZone", "title": "Time Zone" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "languageCode": "en_us", "callPolicies": { "policy": "CIRCULAR", "waitingEnabled": false, "noAnswer": { "numberOfRings": 15, "systemMaxNumberOfRings": 20, "nextAgentEnabled": false, "destination": "", "nextAgentRings": 5, "forwardEnabled": false, "destinationVoicemailEnabled": false }, "businessContinuity": { "destination": "", "enabled": false, "destinationVoicemailEnabled": false } }, "name": "MW-HGroup", "extension": "2026", "hg_id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvYkc5emFYZHlkbVJ1ZFVBNU9EQXlOek0yT1M1MWN6RXdMbUpqYkdRdWQyVmlaWGd1WTI5dA:Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzc1NGQ1NDU1LTBkNzYtNDg3MS1hOTRmLWJhOTFiYjE2ZGNjZQ:MW-Lilongwe", "phoneNumber": "+27215252026", "enabled": true, "alternateNumberSettings": { "distinctiveRingEnabled": true }, "callForwarding": { "always": { "enabled": false, "destination": "", "ringReminderEnabled": false, "sendToVoicemailEnabled": false }, "selective": { "enabled": false, "destination": "", "ringReminderEnabled": false, "sendToVoicemailEnabled": false } }, "locationName": "MW-Lilongwe", "language": "English", "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzc1NGQ1NDU1LTBkNzYtNDg3MS1hOTRmLWJhOTFiYjE2ZGNjZQ", "firstName": "MW-HGroup", "lastName": ".", "timeZone": "Africa/Johannesburg", "id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvYkc5emFYZHlkbVJ1ZFVBNU9EQXlOek0yT1M1MWN6RXdMbUpqYkdRdWQyVmlaWGd1WTI5dA", "noinstance": [] } }
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/relation/WebexHuntGroup/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/relation/WebexHuntGroup/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/relation/WebexHuntGroup/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/relation/WebexHuntGroup/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of relation/WebexHuntGroup; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/relation/WebexHuntGroup/[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 relation/WebexHuntGroup and the JSON format can be used to import instances of relation/WebexHuntGroup.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/relation/WebexHuntGroup/[pkid] | hierarchy=[hierarchy] | The relation/WebexHuntGroup instance with [pkid]. |