[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": {
"pkid": {
"title": "RD PKID",
"type": "string"
},
"rdp_pkid": {
"title": "RDP PKID",
"type": "string"
},
"active": {
"title": "active",
"type": "boolean"
},
"isSelected": {
"title": "Is Selected",
"type": "boolean"
},
"isSelectable": {
"title": "Is Selectable",
"type": "boolean"
},
"isRecreatingRingSchedule": {
"title": "Is Recreating Ring Schedule",
"type": "boolean"
},
"isCreatedByCallManagerWarningVisible": {
"title": "Is Created By CallManager Warning Visible",
"type": "boolean"
},
"remoteDestinationProfileName": {
"title": "RDP Name",
"type": "string"
},
"singleNumberReachVoicemail": {
"title": "SNR Voicemail",
"type": "string"
},
"hierarchy_path": {
"title": "Hierarchy Path",
"type": "string"
},
"ctiRemoteDeviceName": {
"title": "CTIRD Name",
"type": "string"
},
"dialViaOfficeReverseVoicemail": {
"title": "Dial Via Office Reverse Voicemail",
"type": "string"
},
"mobileSmartClientName": {
"title": "Mobile Smart Client Name",
"type": "string"
},
"ringSchedule": {
"title": "Ring Schedule",
"type": "object",
"properties": {
"member": {
"title": "Member",
"type": "array",
"items": {
"type": "object",
"properties": {
"endDay": {
"title": "End Day",
"type": "string"
},
"startDay": {
"title": "Start Day",
"type": "string"
},
"endTime": {
"title": "End Time",
"type": "string"
},
"startTime": {
"title": "Start Time",
"type": "string"
}
}
}
}
}
},
"hierarchy_friendly_name": {
"title": "Hierarchy Friendly Path",
"type": "string"
},
"isMobilePhone": {
"title": "Is Mobile Phone",
"type": "boolean"
},
"answerTooLateTimer": {
"title": "Answer Too Late Timer",
"type": "integer"
},
"lineAssociations": {
"title": "Line Associations",
"type": "object",
"properties": {
"lineAssociation": {
"title": "Line Association",
"type": "array",
"items": {
"type": "object",
"properties": {
"pattern": {
"title": "Pattern",
"type": "string"
},
"routePartitionName": {
"title": "Route Partition Name",
"type": "string"
}
}
}
}
}
},
"todAccessName": {
"title": "TOD Access Name",
"type": "string"
},
"mobilityProfileName": {
"title": "Mobility Profile Name",
"type": "string"
},
"accessListName": {
"title": "Access List Name",
"type": "string"
},
"delayBeforeRingingCell": {
"title": "Delay Before Ringing Cell",
"type": "integer"
},
"name": {
"title": "Name",
"type": "string"
},
"destination": {
"title": "Destination",
"type": "string"
},
"answerTooSoonTimer": {
"title": "Answer Too Soon Timer",
"type": "integer"
},
"enableMobileConnect": {
"title": "Enable Mobile Connect",
"type": "boolean"
},
"ownerUserId": {
"title": "Owner User ID",
"type": "string"
},
"timeZone": {
"title": "Time Zone",
"type": "string"
},
"enableUnifiedMobility": {
"title": "Enable Unified Mobility",
"type": "boolean"
},
"summary_device": {
"title": "Summary Device",
"type": "string"
},
"lines": {
"title": "Lines",
"type": "object",
"properties": {
"line": {
"title": "Line",
"type": "array",
"items": {
"type": "object",
"properties": {
"pattern": {
"title": "Pattern",
"type": "string"
},
"routePartitionName": {
"title": "Route Partition Name",
"type": "string"
}
}
}
}
}
},
"schedule": {
"title": "Schedule",
"type": "object",
"properties": {
"isTemplate": {
"title": "Is Template",
"type": "boolean"
},
"rsid": {
"title": "RSID",
"type": "string"
},
"name": {
"title": "TOD Access Name",
"type": "string"
},
"pkid": {
"title": "PKID",
"type": "string"
},
"userid": {
"title": "User ID",
"type": "string"
},
"description": {
"title": "Description",
"type": "string"
},
"isDescriptionUpdated": {
"title": "Is Description Updated",
"type": "boolean"
}
}
},
"state": {
"title": "State",
"type": "object",
"properties": {
"ringSchedule": {
"title": "Ring Schedule",
"type": "string"
},
"isRdUpdated": {
"title": "Is RD Updated",
"type": "boolean"
},
"isFmcUpdate": {
"title": "Is FMC Updated",
"type": "boolean"
}
}
},
"timeSchedule": {
"title": "Time Schedule",
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"pkid": {
"title": "TS PKID",
"type": "string"
}
}
},
"timePeriods": {
"title": "Time Periods",
"type": "array",
"items": {
"type": "object",
"properties": {
"state": {
"title": "State",
"type": "string"
},
"day": {
"title": "Day",
"type": "string"
},
"startTime": {
"title": "Start Time",
"type": "string"
},
"endTime": {
"title": "End Time",
"type": "string"
},
"name": {
"title": "Name",
"type": "string"
},
"pkid": {
"title": "PKID",
"type": "string"
}
}
}
}
},
"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)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 0,
"total_limit": null,
"order_by": null,
"direction": "asc",
"current": "/api/view/SSRemoteDestination/?skip=0&limit=3&order_by=None&direction=asc&traversal=down"
},
"operations": [
"add",
"help",
"configuration_template",
"field_display_policy",
"export_bulkload_template",
"transform"
],
"meta": {
"model_type": "view/SSRemoteDestination",
"summary_attrs": [
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"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": [
"add"
],
"schema_version": "1.0",
"actions": [
{
"add": {
"method": "GET",
"class": "add",
"href": "/api/view/SSRemoteDestination/add/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Add"
}
},
{
"export_bulkload_template": {
"method": "POST",
"class": "bulkload_template",
"href": "/api/view/SSRemoteDestination/export_bulkload_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export Bulk Load Template"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/view/SSRemoteDestination/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/view/SSRemoteDestination/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"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. |