[Index]
Model ref.: view/SSRemoteDestination
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": {
"dialViaOfficeReverseVoicemail": {
"type": "string",
"title": "Dial Via Office Reverse Voicemail"
},
"isSelectable": {
"type": "boolean",
"title": "Is Selectable"
},
"hierarchy_friendly_name": {
"type": "string",
"title": "Hierarchy Friendly Path"
},
"answerTooLateTimer": {
"type": "integer",
"title": "Answer Too Late Timer"
},
"lineAssociations": {
"type": "object",
"properties": {
"lineAssociation": {
"items": {
"type": "object",
"properties": {
"pattern": {
"type": "string",
"title": "Pattern"
},
"routePartitionName": {
"type": "string",
"title": "Route Partition Name"
}
}
},
"type": "array",
"title": "Line Association"
}
},
"title": "Line Associations"
},
"todAccessName": {
"type": "string",
"title": "TOD Access Name"
},
"timeSchedule": {
"type": "object",
"properties": {
"pkid": {
"type": "string",
"title": "TS PKID"
},
"name": {
"type": "string",
"title": "Name"
}
},
"title": "Time Schedule"
},
"rdp_pkid": {
"type": "string",
"title": "RDP PKID"
},
"pkid": {
"type": "string",
"title": "RD PKID"
},
"destination": {
"type": "string",
"title": "Destination"
},
"isSelected": {
"type": "boolean",
"title": "Is Selected"
},
"state": {
"type": "object",
"properties": {
"isRdUpdated": {
"type": "boolean",
"title": "Is RD Updated"
},
"ringSchedule": {
"type": "string",
"title": "Ring Schedule"
},
"isFmcUpdate": {
"type": "boolean",
"title": "Is FMC Updated"
}
},
"title": "State"
},
"mobilityProfileName": {
"type": "string",
"title": "Mobility Profile Name"
},
"ctiRemoteDeviceName": {
"type": "string",
"title": "CTIRD Name"
},
"enableMobileConnect": {
"type": "boolean",
"title": "Enable Mobile Connect"
},
"hierarchy_path": {
"type": "string",
"title": "Hierarchy Path"
},
"remoteDestinationProfileName": {
"type": "string",
"title": "RDP Name"
},
"schedule": {
"type": "object",
"properties": {
"name": {
"type": "string",
"title": "TOD Access Name"
},
"pkid": {
"type": "string",
"title": "PKID"
},
"isTemplate": {
"type": "boolean",
"title": "Is Template"
},
"userid": {
"type": "string",
"title": "User ID"
},
"rsid": {
"type": "string",
"title": "RSID"
},
"isDescriptionUpdated": {
"type": "boolean",
"title": "Is Description Updated"
},
"description": {
"type": "string",
"title": "Description"
}
},
"title": "Schedule"
},
"timePeriods": {
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"title": "Name"
},
"pkid": {
"type": "string",
"title": "PKID"
},
"state": {
"type": "string",
"title": "State"
},
"startTime": {
"type": "string",
"title": "Start Time"
},
"endTime": {
"type": "string",
"title": "End Time"
},
"day": {
"type": "string",
"title": "Day"
}
}
},
"type": "array",
"title": "Time Periods"
},
"singleNumberReachVoicemail": {
"type": "string",
"title": "SNR Voicemail"
},
"ownerUserId": {
"type": "string",
"title": "Owner User ID"
},
"answerTooSoonTimer": {
"type": "integer",
"title": "Answer Too Soon Timer"
},
"isCreatedByCallManagerWarningVisible": {
"type": "boolean",
"title": "Is Created By CallManager Warning Visible"
},
"timeZone": {
"type": "string",
"title": "Time Zone"
},
"active": {
"type": "boolean",
"title": "active"
},
"ringSchedule": {
"type": "object",
"properties": {
"member": {
"items": {
"type": "object",
"properties": {
"endDay": {
"type": "string",
"title": "End Day"
},
"startDay": {
"type": "string",
"title": "Start Day"
},
"endTime": {
"type": "string",
"title": "End Time"
},
"startTime": {
"type": "string",
"title": "Start Time"
}
}
},
"type": "array",
"title": "Member"
}
},
"title": "Ring Schedule"
},
"isMobilePhone": {
"type": "boolean",
"title": "Is Mobile Phone"
},
"accessListName": {
"type": "string",
"title": "Access List Name"
},
"enableUnifiedMobility": {
"type": "boolean",
"title": "Enable Unified Mobility"
},
"delayBeforeRingingCell": {
"type": "integer",
"title": "Delay Before Ringing Cell"
},
"name": {
"type": "string",
"title": "Name"
},
"lines": {
"type": "object",
"properties": {
"line": {
"items": {
"type": "object",
"properties": {
"pattern": {
"type": "string",
"title": "Pattern"
},
"routePartitionName": {
"type": "string",
"title": "Route Partition Name"
}
}
},
"type": "array",
"title": "Line"
}
},
"title": "Lines"
},
"isRecreatingRingSchedule": {
"type": "boolean",
"title": "Is Recreating Ring Schedule"
},
"summary_device": {
"type": "string",
"title": "Summary Device"
},
"mobileSmartClientName": {
"type": "string",
"title": "Mobile Smart Client Name"
}
},
"schema_version": "1.0"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the GUI Add form. | GET | /api/view/SSRemoteDestination/add/ |
|
The GUI Add form of view/SSRemoteDestination 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/view/SSRemoteDestination/ | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]shows the View resource has no instance pkid, because a view model stores no instances.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a compressed format of the Bulk Load spreadsheet template for view/SSRemoteDestination | POST | /api/view/SSRemoteDestination/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/view/SSRemoteDestination/ |
|
The view/SSRemoteDestination schema and all instances as JSON. |
(The list will return 0 to 3 view/SSRemoteDestination instances)
{
"operations": [
"add",
"help",
"configuration_template",
"field_display_policy",
"export_bulkload_template",
"transform"
],
"pagination": {
"direction": "asc",
"order_by": null,
"maximum_limit": 2000,
"skip": 0,
"current": "/api/view/SSRemoteDestination/?skip=0&limit=3&order_by=None&direction=asc&traversal=default",
"limit": 3,
"total_limit": null,
"total": 0
},
"meta": {
"tags": [],
"cached": true,
"title": "",
"business_key": {},
"schema_version": "1.0",
"references": {
"device": [
{
"pkid": "",
"href": ""
}
],
"children": [],
"parent": [
{
"pkid": "6t0ggef2c0deab00hb595101",
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101"
}
],
"foreign_key": []
},
"actions": [
{
"add": {
"support_async": false,
"class": "add",
"href": "/api/view/SSRemoteDestination/add/?hierarchy=[hierarchy]",
"method": "GET",
"title": "Add"
}
},
{
"export_bulkload_template": {
"support_async": false,
"class": "bulkload_template",
"href": "/api/view/SSRemoteDestination/export_bulkload_template/?hierarchy=[hierarchy]",
"method": "POST",
"title": "Export Bulk Load Template"
}
},
{
"list": {
"support_async": false,
"class": "list",
"href": "/api/view/SSRemoteDestination/?hierarchy=[hierarchy]",
"method": "GET",
"title": "List"
}
},
{
"help": {
"support_async": false,
"class": "help",
"href": "/api/view/SSRemoteDestination/help?hierarchy=[hierarchy]",
"method": "GET",
"title": "Help"
}
}
],
"model_type": "view/SSRemoteDestination",
"model_specific_actions": [
"add"
],
"summary_attrs": [
{
"allow_filtering": true,
"name": "hierarchy_friendly_name",
"title": "Located At"
}
],
"api_version": "19.3.1",
"tagged_versions": []
},
"resources": []
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for view/SSRemoteDestination. | GET | /api/view/SSRemoteDestination/help | hierarchy=[hierarchy] | On-line help of Model ref.: view/SSRemoteDestination as HTML |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/view/SSRemoteDestination/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for view/SSRemoteDestination. |