[Index]
Model ref.: device/msteamsonline/CsCallQueue
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": { "Identity": { "name": "Identity", "type": "string", "title": "Identity" }, "Name": { "name": "Name", "type": "string", "title": "Name" }, "ApplicationInstances": { "name": "ApplicationInstances", "type": "array", "title": "Resource Accounts", "items": { "type": "string", "format": "uri", "target": "/api/device/msteamsonline/CsOnlineApplicationInstance/choices/?field=UserPrincipalName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "convert_to_primary_key": true, "target_attr": "UserPrincipalName", "target_model_type": "device/msteamsonline/CsOnlineApplicationInstance", "choices": [] } }, "ApplicationInstancesCount": { "name": "ApplicationInstancesCount", "type": "integer", "title": "Number of Resource Accounts", "readonly": true }, "FirstApplicationInstanceName": { "name": "FirstApplicationInstanceName", "type": "string", "title": "1st Resource Account Name", "readonly": true }, "FirstApplicationInstanceFirstPhoneNumber": { "name": "FirstApplicationInstanceFirstPhoneNumber", "type": "string", "title": "1st Phone Number of 1st Resource Account", "readonly": true }, "AssignCallingIds": { "name": "AssignCallingIds", "type": "array", "title": "Assign calling ID", "items": { "type": "string", "format": "uri", "target": "/api/device/msteamsonline/CsOnlineApplicationInstance/choices/?field=UserPrincipalName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "convert_to_primary_key": true, "target_attr": "UserPrincipalName", "target_model_type": "device/msteamsonline/CsOnlineApplicationInstance", "choices": [] } }, "LanguageId": { "name": "LanguageId", "type": "string", "title": "Language", "description": "Required parameter if either OverflowAction or TimeoutAction is set to SharedVoicemail", "format": "uri", "target": "/api/device/msteamsonline/CsAutoAttendantSupportedLanguage/choices/?field=DisplayName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "convert_to_primary_key": true, "target_attr": "DisplayName", "target_model_type": "device/msteamsonline/CsAutoAttendantSupportedLanguage", "choices": [] }, "Greeting": { "name": "Greeting", "type": "object", "title": "Greeting", "properties": { "Options": { "name": "Options", "type": "string", "title": "Options", "choices": [ { "value": "None", "title": "No greeting" }, { "value": "AudioFile", "title": "Play an audio file" }, { "value": "TextToSpeech", "title": "Add a greeting message" } ] }, "WelcomeMusicFileName": { "name": "WelcomeMusicFileName", "type": "string", "title": "Audio File", "format": "db_filename" }, "WelcomeTextToSpeechPrompt": { "name": "WelcomeTextToSpeechPrompt", "type": "string", "title": "Message", "readonly": false } } }, "MusicOnHold": { "name": "MusicOnHold", "type": "object", "title": "Music on hold", "properties": { "Options": { "name": "Options", "type": "string", "title": "Options", "choices": [ { "value": "UseDefaultMusicOnHold", "title": "Play default music" }, { "value": "AudioFile", "title": "Play an audio file" } ] }, "MusicOnHoldFileName": { "name": "MusicOnHoldFileName", "type": "string", "title": "Audio file", "format": "db_filename" } } }, "CallAnswering": { "name": "CallAnswering", "type": "object", "title": "Call answering", "properties": { "Options": { "name": "Options", "type": "string", "title": "Options", "choices": [ { "value": "Team", "title": "Choose a team" }, { "value": "UsersAndGroups", "title": "Choose users and groups" } ] }, "TeamDataLoaded": { "name": "TeamDataLoaded", "type": "string", "title": "Team Data Loaded" }, "Team": { "name": "Team", "type": "string", "title": "Team" }, "ChannelId": { "name": "ChannelId", "type": "string", "title": "Channel" }, "ChannelUserObjectId": { "name": "ChannelUserObjectId", "type": "string", "title": "ChannelUserObjectId" }, "Users": { "name": "Users", "type": "array", "title": "Call Agents", "items": { "type": "string", "format": "uri", "target": "/api/device/msteamsonline/CsOnlineUser/choices/?field=UserPrincipalName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "convert_to_primary_key": true, "target_attr": "UserPrincipalName", "target_model_type": "device/msteamsonline/CsOnlineUser", "choices": [] } }, "UsersCount": { "name": "UsersCount", "type": "integer", "title": "Number of Call Agents", "readonly": true }, "DistributionLists": { "name": "DistributionLists", "type": "array", "title": "Distribution Lists and Groups", "items": { "type": "string" } }, "ShouldOverwriteCallableChannelProperty": { "name": "ShouldOverwriteCallableChannelProperty", "type": "boolean", "title": "Should Overwrite Callable Channel Property", "description": "If the channel is in use by another Call Queue, set this setting to true to overwrite it." } } }, "ConferenceMode": { "name": "ConferenceMode", "type": "boolean", "title": "Conference Mode" }, "RoutingMethod": { "name": "RoutingMethod", "type": "string", "title": "Routing Method", "choices": [ { "title": "Attendant routing", "value": "Attendant" }, { "title": "Serial routing", "value": "Serial" }, { "title": "Round robin", "value": "RoundRobin" }, { "title": "Longest idle", "value": "LongestIdle" } ] }, "PresenceBasedRouting": { "name": "PresenceBasedRouting", "type": "boolean", "title": "Presence-based routing" }, "AllowOptOut": { "name": "AllowOptOut", "type": "boolean", "title": "Call agents can opt out of taking calls" }, "AgentAlertTime": { "name": "AgentAlertTime", "type": "integer", "title": "Call agent alert time (seconds)", "description": "Between 15 and 180 seconds", "minimum": 15, "maximum": 180 }, "OverflowThreshold": { "name": "OverflowThreshold", "type": "integer", "title": "Maximum calls in the queue", "maximum": 200 }, "OverflowHandling": { "name": "OverflowHandling", "type": "object", "title": "When the maximum number of calls is reached", "properties": { "Options": { "name": "Options", "type": "string", "title": "Options", "choices": [ { "value": "Disconnect", "title": "Disconnect" }, { "value": "Redirect", "title": "Redirect this call to" } ] }, "Redirect": { "name": "Redirect", "type": "object", "title": "Redirect this call to", "properties": { "RedirectTo": { "name": "RedirectTo", "type": "string", "title": "Redirect to", "choices": [ { "value": "Person in organization", "title": "Person in organization" }, { "value": "Voice app", "title": "Voice app" }, { "value": "External phone number", "title": "External phone number" }, { "value": "VoicemailPersonal", "title": "Voicemail (personal)" }, { "value": "VoicemailShared", "title": "Voicemail (shared)" } ] }, "Person": { "name": "Person", "type": "string", "title": "Person in organization", "format": "uri", "target": "/api/device/msteamsonline/CsOnlineUser/choices/?field=Identity&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "convert_to_primary_key": true, "target_attr": "Identity", "target_model_type": "device/msteamsonline/CsOnlineUser", "choices": [] }, "VoiceApp": { "name": "VoiceApp", "type": "string", "title": "Voice app", "format": "uri", "target": "/api/device/msteamsonline/CsOnlineApplicationInstance/choices/?field=UserPrincipalName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "convert_to_primary_key": true, "target_attr": "UserPrincipalName", "target_model_type": "device/msteamsonline/CsOnlineApplicationInstance", "choices": [] }, "Phone": { "name": "Phone", "type": "string", "title": "External phone number" }, "VoicemailPersonal": { "name": "VoicemailPersonal", "type": "string", "title": "Voicemail (personal)" }, "VoicemailShared": { "name": "VoicemailShared", "type": "string", "title": "Voicemail (shared)" }, "EnableOverflowSharedVoicemailTranscription": { "name": "EnableOverflowSharedVoicemailTranscription", "type": "boolean", "title": "Transcription" }, "VoicemailSharedSkipSystemMessage": { "name": "VoicemailSharedSkipSystemMessage", "type": "boolean", "title": "Skip voicemail system message" }, "VoicemailSharedGreeting": { "name": "VoicemailSharedGreeting", "type": "object", "title": "Greeting", "properties": { "Options": { "name": "Options", "type": "string", "title": "Options", "choices": [ { "value": "AudioFile", "title": "Play an audio file" }, { "value": "TextToSpeech", "title": "Add a greeting message" } ] }, "OverflowSharedVoicemailAudioFilePromptFileName": { "name": "OverflowSharedVoicemailAudioFilePromptFileName", "type": "string", "title": "Audio File", "format": "db_filename" }, "OverflowSharedVoicemailTextToSpeechPrompt": { "name": "OverflowSharedVoicemailTextToSpeechPrompt", "type": "string", "title": "Message" } } } } }, "Disconnect": { "name": "Disconnect", "type": "object", "title": "Disconnect", "properties": { "Option": { "name": "Option", "type": "string", "title": "Option", "choices": [ { "value": "None", "title": "None" }, { "value": "AudioFile", "title": "Play an audio file" }, { "value": "TextToSpeech", "title": "Add a greeting message" } ] }, "OverflowDisconnectAudioFilePromptFileName": { "name": "OverflowDisconnectAudioFilePromptFileName", "type": "string", "title": "Audio File", "format": "db_filename" }, "OverflowDisconnectTextToSpeechPrompt": { "name": "OverflowDisconnectTextToSpeechPrompt", "type": "string", "title": "Message", "readonly": false } } } } }, "TimeoutThreshold": { "name": "TimeoutThreshold", "type": "integer", "title": "Maximum wait time", "description": "Will be set by the device to the multiple of 15 closest to the provided value" }, "TimeoutHandling": { "name": "TimeoutHandling", "type": "object", "title": "When call times out", "properties": { "Options": { "name": "Options", "type": "string", "title": "Options", "choices": [ { "value": "Disconnect", "title": "Disconnect" }, { "value": "Redirect", "title": "Redirect this call to" } ] }, "Redirect": { "name": "Redirect", "type": "object", "title": "Redirect this call to", "properties": { "RedirectTo": { "name": "RedirectTo", "type": "string", "title": "Redirect to", "choices": [ { "value": "Person in organization", "title": "Person in organization" }, { "value": "Voice app", "title": "Voice app" }, { "value": "External phone number", "title": "External phone number" }, { "value": "VoicemailPersonal", "title": "Voicemail (personal)" }, { "value": "VoicemailShared", "title": "Voicemail (shared)" } ] }, "Person": { "name": "Person", "type": "string", "title": "Person in organization", "format": "uri", "target": "/api/device/msteamsonline/CsOnlineUser/choices/?field=Identity&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "convert_to_primary_key": true, "target_attr": "Identity", "target_model_type": "device/msteamsonline/CsOnlineUser", "choices": [] }, "VoiceApp": { "name": "VoiceApp", "type": "string", "title": "Voice app", "format": "uri", "target": "/api/device/msteamsonline/CsOnlineApplicationInstance/choices/?field=UserPrincipalName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "convert_to_primary_key": true, "target_attr": "UserPrincipalName", "target_model_type": "device/msteamsonline/CsOnlineApplicationInstance", "choices": [] }, "Phone": { "name": "Phone", "type": "string", "title": "External phone number" }, "VoicemailPersonal": { "name": "VoicemailPersonal", "type": "string", "title": "Voicemail (personal)" }, "VoicemailShared": { "name": "VoicemailShared", "type": "string", "title": "Voicemail (shared)" }, "EnableTimeoutSharedVoicemailTranscription": { "name": "EnableTimeoutSharedVoicemailTranscription", "type": "boolean", "title": "Transcription" }, "VoicemailSharedSkipSystemMessage": { "name": "VoicemailSharedSkipSystemMessage", "type": "boolean", "title": "Skip voicemail system message" }, "VoicemailSharedGreeting": { "name": "VoicemailSharedGreeting", "type": "object", "title": "Greeting", "properties": { "Options": { "name": "Options", "type": "string", "title": "Options", "choices": [ { "value": "AudioFile", "title": "Play an audio file" }, { "value": "TextToSpeech", "title": "Add a greeting message" } ] }, "TimeoutSharedVoicemailAudioFilePromptFileName": { "name": "TimeoutSharedVoicemailAudioFilePromptFileName", "type": "string", "title": "Audio File", "format": "db_filename" }, "TimeoutSharedVoicemailTextToSpeechPrompt": { "name": "TimeoutSharedVoicemailTextToSpeechPrompt", "type": "string", "title": "Message" } } } } }, "Disconnect": { "name": "Disconnect", "type": "object", "title": "Disconnect", "properties": { "Option": { "name": "Option", "type": "string", "title": "Option", "choices": [ { "value": "None", "title": "None" }, { "value": "AudioFile", "title": "Play an audio file" }, { "value": "TextToSpeech", "title": "Add a greeting message" } ] }, "TimeoutDisconnectAudioFilePromptFileName": { "name": "TimeoutDisconnectAudioFilePromptFileName", "type": "string", "title": "Audio File", "format": "db_filename" }, "TimeoutDisconnectTextToSpeechPrompt": { "name": "TimeoutDisconnectTextToSpeechPrompt", "type": "string", "title": "Message", "readonly": false } } } } }, "NoAgentHandling": { "name": "NoAgentHandling", "type": "object", "title": "No agents opted or signed in", "properties": { "NoAgentApplyTo": { "name": "NoAgentApplyTo", "type": "string", "title": "Apply settings only to new incoming calls", "choices": [ { "value": "Off", "title": "Off" }, { "value": "On", "title": "On" } ] }, "NoAgentAction": { "name": "NoAgentAction", "type": "string", "title": "No Agent Action", "choices": [ { "value": "Queue", "title": "Queue Call" }, { "value": "Disconnect", "title": "Disconnect" }, { "value": "Forward", "title": "Forward" }, { "value": "Voicemail", "title": "Voicemail" }, { "value": "SharedVoicemail", "title": "SharedVoicemail" } ] }, "Redirect": { "name": "Redirect", "type": "object", "title": "Redirect this call to", "properties": { "RedirectTo": { "name": "RedirectTo", "type": "string", "title": "Redirect to", "choices": [ { "value": "Person in organization", "title": "Person in organization" }, { "value": "Voice app", "title": "Voice app" }, { "value": "External phone number", "title": "External phone number" }, { "value": "VoicemailPersonal", "title": "Voicemail (personal)" }, { "value": "VoicemailShared", "title": "Voicemail (shared)" } ] }, "Person": { "name": "Person", "type": "string", "title": "Person in organization", "format": "uri", "target": "/api/device/msteamsonline/CsOnlineUser/choices/?field=Identity&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "convert_to_primary_key": true, "target_attr": "Identity", "target_model_type": "device/msteamsonline/CsOnlineUser", "choices": [] }, "VoiceApp": { "name": "VoiceApp", "type": "string", "title": "Voice app", "format": "uri", "target": "/api/device/msteamsonline/CsOnlineApplicationInstance/choices/?field=UserPrincipalName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "convert_to_primary_key": true, "target_attr": "UserPrincipalName", "target_model_type": "device/msteamsonline/CsOnlineApplicationInstance", "choices": [] }, "Phone": { "name": "Phone", "type": "string", "title": "External phone number" }, "VoicemailPersonal": { "name": "VoicemailPersonal", "type": "string", "title": "Voicemail (personal)" }, "VoicemailShared": { "name": "VoicemailShared", "type": "string", "title": "Voicemail (shared)" }, "EnableNoAgentSharedVoicemailTranscription": { "name": "EnableNoAgentSharedVoicemailTranscription", "type": "boolean", "title": "Transcription" }, "VoicemailSharedSkipSystemMessage": { "name": "VoicemailSharedSkipSystemMessage", "type": "boolean", "title": "Skip voicemail system message" }, "VoicemailSharedGreeting": { "name": "VoicemailSharedGreeting", "type": "object", "title": "Greeting", "properties": { "Options": { "name": "Options", "type": "string", "title": "Options", "choices": [ { "value": "AudioFile", "title": "Play an audio file" }, { "value": "TextToSpeech", "title": "Add a greeting message" } ] }, "NoAgentSharedVoicemailAudioFilePromptFileName": { "name": "NoAgentSharedVoicemailAudioFilePromptFileName", "type": "string", "title": "Audio File", "format": "db_filename" }, "NoAgentSharedVoicemailTextToSpeechPrompt": { "name": "NoAgentSharedVoicemailTextToSpeechPrompt", "type": "string", "title": "Message" } } } } }, "Disconnect": { "name": "Disconnect", "type": "object", "title": "Disconnect", "properties": { "Option": { "name": "Option", "type": "string", "title": "Option", "choices": [ { "value": "None", "title": "None" }, { "value": "AudioFile", "title": "Play an audio file" }, { "value": "TextToSpeech", "title": "Add a greeting message" } ] }, "NoAgentDisconnectAudioFilePromptFileName": { "name": "NoAgentDisconnectAudioFilePromptFileName", "type": "string", "title": "Audio File", "format": "db_filename" }, "NoAgentDisconnectTextToSpeechPrompt": { "name": "NoAgentDisconnectTextToSpeechPrompt", "type": "string", "title": "Message", "readonly": false } } } } } }, "schema_version": "2019.1" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/device/msteamsonline/CsCallQueue/add/ |
|
The GUI Add form of device/msteamsonline/CsCallQueue 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/device/msteamsonline/CsCallQueue | 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/device/msteamsonline/CsCallQueue/ | hierarchy=[hierarchy] | {"hrefs":["/api/device/msteamsonline/CsCallQueue/[pkid1]", "/api/device/msteamsonline/CsCallQueue/[pkid2]", ...]} |
GET http://[host-proxy]/api/device/msteamsonline/CsCallQueue/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/device/msteamsonline/CsCallQueue/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/device/msteamsonline/CsCallQueue/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/msteamsonline/CsCallQueue/[pkid1]", "/api/v0/device/msteamsonline/CsCallQueue/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/msteamsonline/CsCallQueue/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=device/msteamsonline/CsCallQueue |
|
{"hrefs": ["/api/device/msteamsonline/CsCallQueue/[pkid]"]} |
Bulk Move | POST | /api/tool/DataMove/?model_type=device/msteamsonline/CsCallQueue |
|
{"hrefs": ["/api/device/msteamsonline/CsCallQueue/[pkid1]", "/api/device/msteamsonline/CsCallQueue/[pkid2]",...]} |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/msteamsonline/CsCallQueue; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/msteamsonline/CsCallQueue/export/ |
|
{ "hrefs":["/api/device/msteamsonline/CsCallQueue/[pkid1]", "/api/device/msteamsonline/CsCallQueue/[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 device/msteamsonline/CsCallQueue and the JSON format can be used to import instances of device/msteamsonline/CsCallQueue.
GET http://[host-proxy]/api/device/msteamsonline/CsCallQueue/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for device/msteamsonline/CsCallQueue | POST | /api/device/msteamsonline/CsCallQueue/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Tag | PATCH | /api/device/msteamsonline/CsCallQueue/+tag/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Tag Version | PATCH | /api/device/msteamsonline/CsCallQueue/+tag_version/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/device/msteamsonline/CsCallQueue/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/device/msteamsonline/CsCallQueue/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Migration Template | GET | /api/device/msteamsonline/CsCallQueue/migration/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/device/msteamsonline/CsCallQueue/ |
|
The device/msteamsonline/CsCallQueue schema and all instances as JSON. |
(The list will return 0 to 3 device/msteamsonline/CsCallQueue instances)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 134, "total_limit": null, "order_by": "Name", "direction": "asc", "current": "/api/device/msteamsonline/CsCallQueue/?skip=0&limit=3&order_by=Name&direction=asc&traversal=down" }, "operations": [ "list", "add" ], "meta": { "model_type": "device/msteamsonline/CsCallQueue", "summary_attrs": [ { "name": "Name", "title": "Name" }, { "name": "ApplicationInstancesCount", "title": "Number of Resource Accounts" }, { "name": "FirstApplicationInstanceName", "title": "1st Resource Account Name" }, { "name": "FirstApplicationInstanceFirstPhoneNumber", "title": "1st Phone Number of 1st Resource Account" }, { "name": "CallAnswering.UsersCount", "title": "Number of Call Agents", "allow_ordering": false, "allow_filtering": true }, { "name": "OverflowThreshold", "title": "Maximum calls in the queue" }, { "name": "TimeoutThreshold", "title": "Maximum wait time" }, { "name": "RoutingMethod", "title": "Routing Method" }, { "name": "PresenceBasedRouting", "title": "Presence-based routing" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true }, { "name": "summary_device", "title": "Device", "allow_filtering": false } ], "tagged_versions": [], "tags": [], "title": "", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "children": [], "parent": [ { "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101", "pkid": "6t0ggef2c0deab00hb595101" } ], "device": [ { "href": "", "pkid": "" } ], "foreign_key": [] }, "model_specific_actions": [ "list", "get", "add", "update", "remove", "move", "export", "export_bulkload_template", "bulk_update_form", "configuration_template", "field_display_policy", "help", "migration", "transform", "tag", "tag_version" ], "schema_version": "2019.1", "actions": [ { "add": { "method": "GET", "class": "add", "href": "/api/device/msteamsonline/CsCallQueue/add/?hierarchy=[hierarchy]", "support_async": false, "title": "Add" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/device/msteamsonline/CsCallQueue/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "bulk_update_form": { "method": "GET", "class": "update", "href": "/api/device/msteamsonline/CsCallQueue/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "support_async": false, "title": "Bulk Modify" } }, { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=device/msteamsonline/CsCallQueue", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "method": "POST", "class": "export", "href": "/api/device/msteamsonline/CsCallQueue/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/device/msteamsonline/CsCallQueue/export_bulkload_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Export Bulk Load Template" } }, { "tag": { "method": "PATCH", "class": "tag", "href": "/api/device/msteamsonline/CsCallQueue/+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/device/msteamsonline/CsCallQueue/+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/device/msteamsonline/CsCallQueue/configuration_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Configuration Template" } }, { "field_display_policy": { "method": "GET", "class": "display_policy", "href": "/api/device/msteamsonline/CsCallQueue/field_display_policy/?hierarchy=[hierarchy]", "support_async": false, "title": "Field Display Policy" } }, { "migration": { "method": "GET", "class": "migration", "href": "/api/device/msteamsonline/CsCallQueue/migration/?hierarchy=[hierarchy]", "support_async": false, "title": "Migration Template" } }, { "list": { "method": "GET", "class": "list", "href": "/api/device/msteamsonline/CsCallQueue/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/msteamsonline/CsCallQueue/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/msteamsonline/CsCallQueue/purge/?hierarchy=[hierarchy]", "support_async": false, "title": "Purge" } }, { "transform": { "method": "GET", "class": "transform", "href": "/api/device/msteamsonline/CsCallQueue/transform/?hierarchy=[hierarchy]", "support_async": false, "title": "Transform Template" } } ] }, "resources": [ { "data": { "LanguageId": "", "hierarchy": "6644e9bcf14dbdc7695d37d1", "OverflowThreshold": 50, "Greeting": { "Options": "None" }, "AgentAlertTime": 30, "Identity": "1a98df2b-ca86-4c68-97a4-76dd52f2bf47", "RoutingMethod": "Attendant", "AllowOptOut": true, "ApplicationInstancesCount": 0, "ConferenceMode": false, "OverflowHandling": { "Options": "Disconnect" }, "Name": "Audit Call Queue", "CallAnswering": { "ChannelId": "19:[email protected]", "Options": "Team" }, "PresenceBasedRouting": false, "TimeoutThreshold": 1200, "MusicOnHold": { "Options": "UseDefaultMusicOnHold" }, "TimeoutHandling": { "Options": "Disconnect" }, "summary_device": "Connection parameters for Microsoft TeamsOnline Auto Build Tenant, Auto Build Tenant, hcs.CS-P.CS-NB.RND", "hierarchy_friendly_name": "RND (Customer)", "hierarchy_path": "sys.hcs.CS-P.CS-NB.RND" }, "meta": { "model_type": "device/msteamsonline/CsCallQueue", "summary_attrs": [ { "name": "Name", "title": "Name" }, { "name": "ApplicationInstancesCount", "title": "Number of Resource Accounts" }, { "name": "FirstApplicationInstanceName", "title": "1st Resource Account Name" }, { "name": "FirstApplicationInstanceFirstPhoneNumber", "title": "1st Phone Number of 1st Resource Account" }, { "name": "CallAnswering.UsersCount", "title": "Number of Call Agents", "allow_ordering": false, "allow_filtering": true }, { "name": "OverflowThreshold", "title": "Maximum calls in the queue" }, { "name": "TimeoutThreshold", "title": "Maximum wait time" }, { "name": "RoutingMethod", "title": "Routing Method" }, { "name": "PresenceBasedRouting", "title": "Presence-based routing" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true }, { "name": "summary_device", "title": "Device", "allow_filtering": false } ], "tagged_versions": [], "tags": [], "title": "Audit Call Queue", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "owner": [ { "pkid": "" } ], "device": [ { "href": "/api/v0/data/MSTeamsOnline/6644f420f14dbdc7695ec116", "pkid": "6644f420f14dbdc7695ec116" } ], "parent": [ { "pkid": "6644e9bcf14dbdc7695d37d1", "href": "/api/data/HierarchyNode/6644e9bcf14dbdc7695d37d1" } ], "foreign_key": [], "self": [ { "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/", "pkid": "6644f71df14dbdc7695fc91a" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ae89b62affa931cce3855c4", "5ae89bd5affa931cce3863f9", "6644e9bcf14dbdc7695d37d1", "6644f71df14dbdc7695fc91a" ], "schema_version": "", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/", "support_async": true, "title": "Delete" } }, { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/6644f71df14dbdc7695fc91a/?model_type=device/msteamsonline/CsCallQueue", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/" } }, { "export": { "method": "GET", "class": "export", "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "tag": { "method": "PATCH", "class": "tag", "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/+tag/", "support_async": true, "title": "Tag", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "method": "PATCH", "class": "tag_version", "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/+tag_version/", "support_async": true, "title": "Tag Version", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "method": "GET", "class": "get", "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/help", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/purge/", "support_async": false, "title": "Purge" } } ], "summary": "false" }, "pkid": "6644f71df14dbdc7695fc91a" }, { "data": { "LanguageId": "English (United States)", "hierarchy": "6644e9bcf14dbdc7695d37d1", "OverflowThreshold": 50, "Greeting": { "Options": "None" }, "AgentAlertTime": 30, "Identity": "d0021720-7de4-4522-8fe1-325937c92242", "RoutingMethod": "Attendant", "AllowOptOut": true, "ApplicationInstancesCount": 0, "ConferenceMode": true, "OverflowHandling": { "Options": "Disconnect" }, "Name": "CallQueueTest01", "CallAnswering": { "UsersCount": 1, "Users": [ "[email protected]" ], "Options": "UsersAndGroups" }, "PresenceBasedRouting": true, "TimeoutThreshold": 1200, "MusicOnHold": { "Options": "UseDefaultMusicOnHold" }, "TimeoutHandling": { "Options": "Disconnect" }, "summary_device": "Connection parameters for Microsoft TeamsOnline Auto Build Tenant, Auto Build Tenant, hcs.CS-P.CS-NB.RND", "hierarchy_friendly_name": "RND (Customer)", "hierarchy_path": "sys.hcs.CS-P.CS-NB.RND" }, "meta": { "model_type": "device/msteamsonline/CsCallQueue", "summary_attrs": [ { "name": "Name", "title": "Name" }, { "name": "ApplicationInstancesCount", "title": "Number of Resource Accounts" }, { "name": "FirstApplicationInstanceName", "title": "1st Resource Account Name" }, { "name": "FirstApplicationInstanceFirstPhoneNumber", "title": "1st Phone Number of 1st Resource Account" }, { "name": "CallAnswering.UsersCount", "title": "Number of Call Agents", "allow_ordering": false, "allow_filtering": true }, { "name": "OverflowThreshold", "title": "Maximum calls in the queue" }, { "name": "TimeoutThreshold", "title": "Maximum wait time" }, { "name": "RoutingMethod", "title": "Routing Method" }, { "name": "PresenceBasedRouting", "title": "Presence-based routing" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true }, { "name": "summary_device", "title": "Device", "allow_filtering": false } ], "tagged_versions": [], "tags": [], "title": "CallQueueTest01", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "owner": [ { "pkid": "" } ], "device": [ { "href": "/api/v0/data/MSTeamsOnline/6644f420f14dbdc7695ec116", "pkid": "6644f420f14dbdc7695ec116" } ], "parent": [ { "pkid": "6644e9bcf14dbdc7695d37d1", "href": "/api/data/HierarchyNode/6644e9bcf14dbdc7695d37d1" } ], "foreign_key": [], "self": [ { "href": "/api/device/msteamsonline/CsCallQueue/6644f713f14dbdc7695fc866/", "pkid": "6644f713f14dbdc7695fc866" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ae89b62affa931cce3855c4", "5ae89bd5affa931cce3863f9", "6644e9bcf14dbdc7695d37d1", "6644f713f14dbdc7695fc866" ], "schema_version": "", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/device/msteamsonline/CsCallQueue/6644f713f14dbdc7695fc866/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/device/msteamsonline/CsCallQueue/6644f713f14dbdc7695fc866/", "support_async": true, "title": "Delete" } }, { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/6644f713f14dbdc7695fc866/?model_type=device/msteamsonline/CsCallQueue", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/" } }, { "export": { "method": "GET", "class": "export", "href": "/api/device/msteamsonline/CsCallQueue/6644f713f14dbdc7695fc866/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "tag": { "method": "PATCH", "class": "tag", "href": "/api/device/msteamsonline/CsCallQueue/6644f713f14dbdc7695fc866/+tag/", "support_async": true, "title": "Tag", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "method": "PATCH", "class": "tag_version", "href": "/api/device/msteamsonline/CsCallQueue/6644f713f14dbdc7695fc866/+tag_version/", "support_async": true, "title": "Tag Version", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "method": "GET", "class": "get", "href": "/api/device/msteamsonline/CsCallQueue/6644f713f14dbdc7695fc866/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/msteamsonline/CsCallQueue/6644f713f14dbdc7695fc866/help", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/msteamsonline/CsCallQueue/6644f713f14dbdc7695fc866/purge/", "support_async": false, "title": "Purge" } } ], "summary": "false" }, "pkid": "6644f713f14dbdc7695fc866" }, { "data": { "LanguageId": "English (United States)", "hierarchy": "6644e9bcf14dbdc7695d37d1", "OverflowThreshold": 50, "Greeting": { "Options": "None" }, "AgentAlertTime": 30, "Identity": "df27c18f-4018-4694-a4ec-9c4d88210e89", "RoutingMethod": "Attendant", "AllowOptOut": true, "ApplicationInstancesCount": 0, "ConferenceMode": true, "OverflowHandling": { "Options": "Disconnect" }, "Name": "CallQueueTest02", "CallAnswering": { "ChannelId": "19:[email protected]", "Options": "Team" }, "PresenceBasedRouting": true, "TimeoutThreshold": 1200, "MusicOnHold": { "Options": "UseDefaultMusicOnHold" }, "TimeoutHandling": { "Options": "Disconnect" }, "summary_device": "Connection parameters for Microsoft TeamsOnline Auto Build Tenant, Auto Build Tenant, hcs.CS-P.CS-NB.RND", "hierarchy_friendly_name": "RND (Customer)", "hierarchy_path": "sys.hcs.CS-P.CS-NB.RND" }, "meta": { "model_type": "device/msteamsonline/CsCallQueue", "summary_attrs": [ { "name": "Name", "title": "Name" }, { "name": "ApplicationInstancesCount", "title": "Number of Resource Accounts" }, { "name": "FirstApplicationInstanceName", "title": "1st Resource Account Name" }, { "name": "FirstApplicationInstanceFirstPhoneNumber", "title": "1st Phone Number of 1st Resource Account" }, { "name": "CallAnswering.UsersCount", "title": "Number of Call Agents", "allow_ordering": false, "allow_filtering": true }, { "name": "OverflowThreshold", "title": "Maximum calls in the queue" }, { "name": "TimeoutThreshold", "title": "Maximum wait time" }, { "name": "RoutingMethod", "title": "Routing Method" }, { "name": "PresenceBasedRouting", "title": "Presence-based routing" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true }, { "name": "summary_device", "title": "Device", "allow_filtering": false } ], "tagged_versions": [], "tags": [], "title": "CallQueueTest02", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "owner": [ { "pkid": "" } ], "device": [ { "href": "/api/v0/data/MSTeamsOnline/6644f420f14dbdc7695ec116", "pkid": "6644f420f14dbdc7695ec116" } ], "parent": [ { "pkid": "6644e9bcf14dbdc7695d37d1", "href": "/api/data/HierarchyNode/6644e9bcf14dbdc7695d37d1" } ], "foreign_key": [], "self": [ { "href": "/api/device/msteamsonline/CsCallQueue/6644f70bf14dbdc7695fc7eb/", "pkid": "6644f70bf14dbdc7695fc7eb" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ae89b62affa931cce3855c4", "5ae89bd5affa931cce3863f9", "6644e9bcf14dbdc7695d37d1", "6644f70bf14dbdc7695fc7eb" ], "schema_version": "", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/device/msteamsonline/CsCallQueue/6644f70bf14dbdc7695fc7eb/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/device/msteamsonline/CsCallQueue/6644f70bf14dbdc7695fc7eb/", "support_async": true, "title": "Delete" } }, { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/6644f70bf14dbdc7695fc7eb/?model_type=device/msteamsonline/CsCallQueue", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/" } }, { "export": { "method": "GET", "class": "export", "href": "/api/device/msteamsonline/CsCallQueue/6644f70bf14dbdc7695fc7eb/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "tag": { "method": "PATCH", "class": "tag", "href": "/api/device/msteamsonline/CsCallQueue/6644f70bf14dbdc7695fc7eb/+tag/", "support_async": true, "title": "Tag", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "method": "PATCH", "class": "tag_version", "href": "/api/device/msteamsonline/CsCallQueue/6644f70bf14dbdc7695fc7eb/+tag_version/", "support_async": true, "title": "Tag Version", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "method": "GET", "class": "get", "href": "/api/device/msteamsonline/CsCallQueue/6644f70bf14dbdc7695fc7eb/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/msteamsonline/CsCallQueue/6644f70bf14dbdc7695fc7eb/help", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/msteamsonline/CsCallQueue/6644f70bf14dbdc7695fc7eb/purge/", "support_async": false, "title": "Purge" } } ], "summary": "false" }, "pkid": "6644f70bf14dbdc7695fc7eb" } ] }
(Show the first instance)
{ "data": { "LanguageId": "", "hierarchy": "6644e9bcf14dbdc7695d37d1", "OverflowThreshold": 50, "Greeting": { "Options": "None" }, "AgentAlertTime": 30, "Identity": "1a98df2b-ca86-4c68-97a4-76dd52f2bf47", "RoutingMethod": "Attendant", "AllowOptOut": true, "ApplicationInstancesCount": 0, "ConferenceMode": false, "OverflowHandling": { "Options": "Disconnect" }, "Name": "Audit Call Queue", "CallAnswering": { "ChannelId": "19:[email protected]", "Options": "Team" }, "PresenceBasedRouting": false, "TimeoutThreshold": 1200, "MusicOnHold": { "Options": "UseDefaultMusicOnHold" }, "TimeoutHandling": { "Options": "Disconnect" } }, "meta": { "model_type": "device/msteamsonline/CsCallQueue", "summary_attrs": [ { "name": "Name", "title": "Name" }, { "name": "ApplicationInstancesCount", "title": "Number of Resource Accounts" }, { "name": "FirstApplicationInstanceName", "title": "1st Resource Account Name" }, { "name": "FirstApplicationInstanceFirstPhoneNumber", "title": "1st Phone Number of 1st Resource Account" }, { "name": "CallAnswering.UsersCount", "title": "Number of Call Agents", "allow_ordering": false, "allow_filtering": true }, { "name": "OverflowThreshold", "title": "Maximum calls in the queue" }, { "name": "TimeoutThreshold", "title": "Maximum wait time" }, { "name": "RoutingMethod", "title": "Routing Method" }, { "name": "PresenceBasedRouting", "title": "Presence-based routing" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true }, { "name": "summary_device", "title": "Device", "allow_filtering": false } ], "tagged_versions": [], "tags": [], "title": "Audit Call Queue", "business_key": {}, "api_version": "21.2", "cached": true, "cache_control_policy": "cache_then_device", "references": { "owner": [ { "pkid": "" } ], "device": [ { "href": "/api/v0/data/MSTeamsOnline/6644f420f14dbdc7695ec116", "pkid": "6644f420f14dbdc7695ec116" } ], "parent": [ { "href": "/api/data/HierarchyNode/6644e9bcf14dbdc7695d37d1", "pkid": "6644e9bcf14dbdc7695d37d1" } ], "foreign_key": [], "children": [], "self": [ { "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/", "pkid": "6644f71df14dbdc7695fc91a" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ae89b62affa931cce3855c4", "5ae89bd5affa931cce3863f9", "6644e9bcf14dbdc7695d37d1", "6644f71df14dbdc7695fc91a" ], "schema_version": "", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/?hierarchy=[hierarchy]", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/6644f71df14dbdc7695fc91a/?hierarchy=[hierarchy]&model_type=device/msteamsonline/CsCallQueue", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "method": "GET", "class": "export", "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/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/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/+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/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/+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/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/?hierarchy=[hierarchy]", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/msteamsonline/CsCallQueue/6644f71df14dbdc7695fc91a/purge/?hierarchy=[hierarchy]", "support_async": false, "title": "Purge" } } ] }, "pkid": "6644f71df14dbdc7695fc91a" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for device/msteamsonline/CsCallQueue. | GET | /api/device/msteamsonline/CsCallQueue/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/msteamsonline/CsCallQueue as HTML |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Purge | POST | /api/device/msteamsonline/CsCallQueue/purge/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Transform Template | GET | /api/device/msteamsonline/CsCallQueue/transform/ |
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/device/msteamsonline/CsCallQueue/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/device/msteamsonline/CsCallQueue/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/msteamsonline/CsCallQueue | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of device/msteamsonline/CsCallQueue; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/msteamsonline/CsCallQueue/[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 device/msteamsonline/CsCallQueue and the JSON format can be used to import instances of device/msteamsonline/CsCallQueue.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Tag | PATCH | /api/device/msteamsonline/CsCallQueue/[pkid]/+tag | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/device/msteamsonline/CsCallQueue/[pkid] | hierarchy=[hierarchy] | The device/msteamsonline/CsCallQueue instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/device/msteamsonline/CsCallQueue/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/msteamsonline/CsCallQueue. |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Purge | POST | /api/device/msteamsonline/CsCallQueue/[pkid]/purge | hierarchy=[hierarchy] | If payload required: |