Get a named ID hierarchy
get
/services/rest/connect/v1.4/namedIDHierarchies/{fullyQualifiedPath}/{id}
Request
Path Parameters
-
fullyQualifiedPath(required): string
The fully qualified path to reach a namedIDHierarchy. The path is constructed as /{resourceName}/{propertyName}.
-
id(required): integer
The unique identifier of the object.
Response
Supported Media Types
- application/json
Default Response
Root Schema : An ID which has an associated name string. These IDs can be set by either value or name. If the name cannot uniquely determine the value, an error is generated.
Type:
object
Title:
An ID which has an associated name string. These IDs can be set by either value or name. If the name cannot uniquely determine the value, an error is generated.
An ID which has an associated name string. These IDs can be set by either value or name. If the name cannot uniquely determine the value, an error is generated.
Show Source
-
id:
integer
Minimum Value:
0
ID value -
lookupName:
string
Maximum Length:
255
Name used to lookup this object -
parents:
array parents
List of the parents of the entry, in order from root to immediate parent
Nested Schema : parents
Type:
array
Maximum Length:
255
List of the parents of the entry, in order from root to immediate parent
Show Source
-
Array of:
object NamedID in which the ID is read-only. Used for hierarchies, where caller can specify the parents by name, but cannot specify the parent IDs.
Title:
NamedID in which the ID is read-only. Used for hierarchies, where caller can specify the parents by name, but cannot specify the parent IDs.
NamedID in which the ID is read-only. Used for hierarchies, where caller can specify the parents by name, but cannot specify the parent IDs.
Nested Schema : NamedID in which the ID is read-only. Used for hierarchies, where caller can specify the parents by name, but cannot specify the parent IDs.
Type:
object
Title:
NamedID in which the ID is read-only. Used for hierarchies, where caller can specify the parents by name, but cannot specify the parent IDs.
NamedID in which the ID is read-only. Used for hierarchies, where caller can specify the parents by name, but cannot specify the parent IDs.
Show Source
-
id:
integer
Minimum Value:
0
ID value -
lookupName:
string
Maximum Length:
255
Name used to lookup this object
Examples
Use GET with the following syntax to list the values for a specific named ID hierarchy for a particular resource:
https://your_site_interface/services/rest/connect/version/namedIDHierarchies/resource/namedID_name
Request URI example
The following example
shows how to get the list of values for the source
named ID hierarchy in the incidents resource:
https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source
Response body example
{
"items": [
{
"id": 32001,
"lookupName": "Management & Config",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32001"
}
]
},
{
"id": 32002,
"lookupName": "CX Console",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32002"
}
]
},
{
"id": 32004,
"lookupName": "End-User pages",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32004/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32004"
}
]
},
{
"id": 32005,
"lookupName": "WAP",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32005/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32005"
}
]
},
{
"id": 32006,
"lookupName": "Utilities",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32006/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32006"
}
]
},
{
"id": 32007,
"lookupName": "Public API",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32007/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32007"
}
]
},
{
"id": 32008,
"lookupName": "Outlook Synch Tools",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32008/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32008"
}
]
},
{
"id": 32009,
"lookupName": "Import Tools",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32009/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32009"
}
]
},
{
"id": 32010,
"lookupName": "Process Flow",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32010/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32010"
}
]
},
{
"id": 32011,
"lookupName": "Voice Application",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32011/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32011"
}
]
},
{
"id": 32012,
"lookupName": "Custom Object",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32012/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32012"
}
]
},
{
"id": 32013,
"lookupName": "HMS console",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32013/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32013"
}
]
},
{
"id": 32014,
"lookupName": "API Utility",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32014/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32014"
}
]
},
{
"id": 32015,
"lookupName": "Oracle Integration",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32015/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32015"
}
]
},
{
"id": 32016,
"lookupName": "Internal API",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32016/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32016"
}
]
},
{
"id": 32017,
"lookupName": "Mobile Agent App",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32017/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32017"
}
]
},
{
"id": 32018,
"lookupName": "Web Console",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32018/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/32018"
}
]
},
{
"id": 1001,
"lookupName": "Incident Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1001"
}
]
},
{
"id": 1002,
"lookupName": "Contact Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1002"
}
]
},
{
"id": 1003,
"lookupName": "Org Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1003/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1003"
}
]
},
{
"id": 1004,
"lookupName": "Opportunity Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1004/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1004"
}
]
},
{
"id": 1005,
"lookupName": "Task Ins Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1005/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1005"
}
]
},
{
"id": 1006,
"lookupName": "Answer Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1006/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1006"
}
]
},
{
"id": 1007,
"lookupName": "Mailing Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1007/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1007"
}
]
},
{
"id": 1008,
"lookupName": "Survey Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1008/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1008"
}
]
},
{
"id": 1009,
"lookupName": "Campaign Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1009/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1009"
}
]
},
{
"id": 1010,
"lookupName": "Document Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1010/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1010"
}
]
},
{
"id": 1011,
"lookupName": "Mailing Format Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1011/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1011"
}
]
},
{
"id": 1012,
"lookupName": "Segment Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1012/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1012"
}
]
},
{
"id": 1013,
"lookupName": "Contact List Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1013/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1013"
}
]
},
{
"id": 1014,
"lookupName": "Offer Advisor on Incident Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1014/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1014"
}
]
},
{
"id": 1015,
"lookupName": "Answer propose from Incident Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1015/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1015"
}
]
},
{
"id": 1016,
"lookupName": "Opportunity create from Incident Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1016/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1016"
}
]
},
{
"id": 1017,
"lookupName": "Live Chat",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1017/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1017"
}
]
},
{
"id": 1018,
"lookupName": "Analytics Report",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1018/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1018"
}
]
},
{
"id": 1019,
"lookupName": "Answer Move",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1019/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1019"
}
]
},
{
"id": 1020,
"lookupName": "Explorer",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1020/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1020"
}
]
},
{
"id": 1021,
"lookupName": "Incident multi update",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1021/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1021"
}
]
},
{
"id": 1022,
"lookupName": "Contact multi update",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1022/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1022"
}
]
},
{
"id": 1023,
"lookupName": "Org multi update",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1023/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1023"
}
]
},
{
"id": 1024,
"lookupName": "Opportunity multi update",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1024/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1024"
}
]
},
{
"id": 1025,
"lookupName": "Task Ins multi update",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1025/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1025"
}
]
},
{
"id": 1026,
"lookupName": "Answer multi update",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1026/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1026"
}
]
},
{
"id": 1027,
"lookupName": "Communication Center Notifications",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1027/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1027"
}
]
},
{
"id": 1028,
"lookupName": "Social Monitor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1028/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1028"
}
]
},
{
"id": 1029,
"lookupName": "Custom Object Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1029/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1029"
}
]
},
{
"id": 1030,
"lookupName": "Custom Object multi update",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1030/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1030"
}
]
},
{
"id": 1032,
"lookupName": "Virtual Assistant Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1032/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1032"
}
]
},
{
"id": 1033,
"lookupName": "Workflow",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1033/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1033"
}
]
},
{
"id": 1034,
"lookupName": "Asset Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1034/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1034"
}
]
},
{
"id": 1035,
"lookupName": "Asset Multi Edit Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1035/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/1035"
}
]
},
{
"id": 2001,
"lookupName": "Incident Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/2001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/2001"
}
]
},
{
"id": 2002,
"lookupName": "Contact Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/2002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/2002"
}
]
},
{
"id": 2003,
"lookupName": "Org Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/2003/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/2003"
}
]
},
{
"id": 2004,
"lookupName": "Answer Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/2004/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/2004"
}
]
},
{
"id": 2005,
"lookupName": "Meta-Answer on Answer Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/2005/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/2005"
}
]
},
{
"id": 2006,
"lookupName": "Notifications",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/2006/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/2006"
}
]
},
{
"id": 2007,
"lookupName": "Analytics Report",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/2007/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/2007"
}
]
},
{
"id": 3001,
"lookupName": "Ask A Question",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3001"
}
]
},
{
"id": 3002,
"lookupName": "End-user Incident Update",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3002"
}
]
},
{
"id": 3003,
"lookupName": "End-user Contact Update",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3003/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3003"
}
]
},
{
"id": 3004,
"lookupName": "Pass Through Authentication",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3004/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3004"
}
]
},
{
"id": 3005,
"lookupName": "Feedback on Answers",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3005/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3005"
}
]
},
{
"id": 3006,
"lookupName": "Site Feedback",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3006/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3006"
}
]
},
{
"id": 3007,
"lookupName": "Survey Response",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3007/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3007"
}
]
},
{
"id": 3008,
"lookupName": "Create Login",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3008/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3008"
}
]
},
{
"id": 3009,
"lookupName": "Marketing Unsubscribe",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3009/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3009"
}
]
},
{
"id": 3010,
"lookupName": "Feedback Unsubscribe",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3010/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3010"
}
]
},
{
"id": 3012,
"lookupName": "SmartAssistant on Ask a Question",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3012/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3012"
}
]
},
{
"id": 3013,
"lookupName": "List Header Unsubscribe",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3013/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3013"
}
]
},
{
"id": 3014,
"lookupName": "Automatic SPAM Loop Unsubscribe",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3014/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3014"
}
]
},
{
"id": 3015,
"lookupName": "Manual Social Escalation",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3015/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3015"
}
]
},
{
"id": 3016,
"lookupName": "Automatic Social Escalation",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3016/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3016"
}
]
},
{
"id": 3017,
"lookupName": "Open Login",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3017/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3017"
}
]
},
{
"id": 3018,
"lookupName": "Custlogin Contact Security",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3018/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3018"
}
]
},
{
"id": 3019,
"lookupName": "End-User Connect",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3019/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3019"
}
]
},
{
"id": 3020,
"lookupName": "Asset Registration",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3020/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/3020"
}
]
},
{
"id": 4001,
"lookupName": "Admin Incident Edit/Assign",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/4001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/4001"
}
]
},
{
"id": 4002,
"lookupName": "Ask A Question",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/4002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/4002"
}
]
},
{
"id": 4003,
"lookupName": "End-user Incident Update",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/4003/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/4003"
}
]
},
{
"id": 4004,
"lookupName": "End-user Contact Update",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/4004/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/4004"
}
]
},
{
"id": 4005,
"lookupName": "Pass Through Authentication",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/4005/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/4005"
}
]
},
{
"id": 4006,
"lookupName": "Feedback on Answers",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/4006/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/4006"
}
]
},
{
"id": 5001,
"lookupName": "Techmail - Service Mailbox",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5001"
}
]
},
{
"id": 5002,
"lookupName": "Techmail - Outreach Mailbox",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5002"
}
]
},
{
"id": 5003,
"lookupName": "Agedatabase - Close waiting incidents",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5003/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5003"
}
]
},
{
"id": 5004,
"lookupName": "Agedatabase - Answer review",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5004/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5004"
}
]
},
{
"id": 5005,
"lookupName": "Agedatabase - Answer publish",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5005/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5005"
}
]
},
{
"id": 5006,
"lookupName": "Agedatabase - Answer decay",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5006/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5006"
}
]
},
{
"id": 5007,
"lookupName": "Dbstatus Rule escalation",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5007/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5007"
}
]
},
{
"id": 5008,
"lookupName": "MA rnmd daemon",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5008/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5008"
}
]
},
{
"id": 5009,
"lookupName": "Agedatabase - Archiving",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5009/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5009"
}
]
},
{
"id": 5010,
"lookupName": "Agedatabase - Stale object purge",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5010/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5010"
}
]
},
{
"id": 5011,
"lookupName": "Bulkdel",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5011/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5011"
}
]
},
{
"id": 5012,
"lookupName": "Langcvt",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5012/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5012"
}
]
},
{
"id": 5013,
"lookupName": "Interface Manager",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5013/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5013"
}
]
},
{
"id": 5014,
"lookupName": "Agedatabase - Customer/Org Acquisition",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5014/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5014"
}
]
},
{
"id": 5015,
"lookupName": "Upgrade",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5015/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5015"
}
]
},
{
"id": 5016,
"lookupName": "From Agedatabase - Incident dormant",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5016/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5016"
}
]
},
{
"id": 5017,
"lookupName": "Dbstatus round robin queue check",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5017/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5017"
}
]
},
{
"id": 5018,
"lookupName": "Cloud Response Sent",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5018/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5018"
}
]
},
{
"id": 5019,
"lookupName": "Social Monitor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5019/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5019"
}
]
},
{
"id": 5020,
"lookupName": "Management & Configuration Rnwupg Utility",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5020/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5020"
}
]
},
{
"id": 5021,
"lookupName": "Dbstatus Record Synchronization",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5021/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5021"
}
]
},
{
"id": 5022,
"lookupName": "Dbupdate",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5022/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5022"
}
]
},
{
"id": 5023,
"lookupName": "Synchronize Upgrade and Production Sites",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5023/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5023"
}
]
},
{
"id": 5024,
"lookupName": "SRM Engage",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5024/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5024"
}
]
},
{
"id": 5025,
"lookupName": "Techmail - Incoming Auto-Reply Message",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5025/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/5025"
}
]
},
{
"id": 6001,
"lookupName": "Public XML API",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6001"
}
]
},
{
"id": 6002,
"lookupName": "Public Connect Data Integration",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6002"
}
]
},
{
"id": 6003,
"lookupName": "External Events",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6003/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6003"
}
]
},
{
"id": 6004,
"lookupName": "Custom Tab",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6004/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6004"
}
]
},
{
"id": 6005,
"lookupName": "Custom PHP",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6005/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6005"
}
]
},
{
"id": 6006,
"lookupName": "Connect Web Services - SOAP",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6006/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6006"
}
]
},
{
"id": 6007,
"lookupName": "Connect PHP",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6007/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6007"
}
]
},
{
"id": 6008,
"lookupName": "Connect C++",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6008/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6008"
}
]
},
{
"id": 6009,
"lookupName": "Knowledge Connect Web Services - SOAP",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6009/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6009"
}
]
},
{
"id": 6010,
"lookupName": "Knowledge Connect PHP",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6010/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6010"
}
]
},
{
"id": 6011,
"lookupName": "Custom Process",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6011/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6011"
}
]
},
{
"id": 6013,
"lookupName": "Custom Process (Async)",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6013/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6013"
}
]
},
{
"id": 6012,
"lookupName": "Custom Process Object Event Handler",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6012/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6012"
}
]
},
{
"id": 6014,
"lookupName": "Connect ODBC",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6014/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6014"
}
]
},
{
"id": 6015,
"lookupName": "Connect Custom usage by Customer Portal",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6015/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6015"
}
]
},
{
"id": 6016,
"lookupName": "Connect Web Services - REST",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6016/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/6016"
}
]
},
{
"id": 7001,
"lookupName": "Sync/Add/Update contacts from Outlook",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/7001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/7001"
}
]
},
{
"id": 7002,
"lookupName": "Sync email and append to threads and notes from Outlook",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/7002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/7002"
}
]
},
{
"id": 7003,
"lookupName": "Sync/Add/Update tasks from Outlook",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/7003/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/7003"
}
]
},
{
"id": 8001,
"lookupName": "Data Import",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/8001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/8001"
}
]
},
{
"id": 8002,
"lookupName": "Kimport (if source not provided)",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/8002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/8002"
}
]
},
{
"id": 8003,
"lookupName": "SalesNet Integration",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/8003/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/8003"
}
]
},
{
"id": 9001,
"lookupName": "Campaign Flow Action",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/9001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/9001"
}
]
},
{
"id": 9002,
"lookupName": "Survey Flow Action",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/9002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/9002"
}
]
},
{
"id": 9003,
"lookupName": "Web Form Submit",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/9003/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/9003"
}
]
},
{
"id": 10001,
"lookupName": "Contact Management",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10001"
}
]
},
{
"id": 10002,
"lookupName": "Incident Management",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10002"
}
]
},
{
"id": 10003,
"lookupName": "Locator",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10003/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10003"
}
]
},
{
"id": 10004,
"lookupName": "Password Reset",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10004/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10004"
}
]
},
{
"id": 10005,
"lookupName": "One Number Routing",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10005/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10005"
}
]
},
{
"id": 10006,
"lookupName": "Status",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10006/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10006"
}
]
},
{
"id": 10007,
"lookupName": "Inbound Survey",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10007/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10007"
}
]
},
{
"id": 10008,
"lookupName": "Outbound Survey",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10008/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10008"
}
]
},
{
"id": 10009,
"lookupName": "Knowledge Base",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10009/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10009"
}
]
},
{
"id": 10010,
"lookupName": "Web Click-to-Callback",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10010/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10010"
}
]
},
{
"id": 10011,
"lookupName": "Caller Information Delivery",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10011/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10011"
}
]
},
{
"id": 10012,
"lookupName": "3rd Party Voice",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10012/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/10012"
}
]
},
{
"id": 12001,
"lookupName": "Messagebase & Configbase Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/12001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/12001"
}
]
},
{
"id": 12002,
"lookupName": "SSO Configuration Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/12002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/12002"
}
]
},
{
"id": 13001,
"lookupName": "API Utility Record Synchronization",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/13001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/13001"
}
]
},
{
"id": 13002,
"lookupName": "API Utility Management & Configuration Deployment",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/13002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/13002"
}
]
},
{
"id": 13003,
"lookupName": "API Utility SSO (IdP/SP) configuration",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/13003/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/13003"
}
]
},
{
"id": 14001,
"lookupName": "Oracle Integration - Fusion",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/14001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/14001"
}
]
},
{
"id": 14002,
"lookupName": "Oracle Integration - ATG",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/14002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/14002"
}
]
},
{
"id": 14003,
"lookupName": "Smart Interaction Hub",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/14003/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/14003"
}
]
},
{
"id": 14004,
"lookupName": "Oracle Social Network",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/14004/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/14004"
}
]
},
{
"id": 14005,
"lookupName": "Oracle Integration - Event Notification",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/14005/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/14005"
}
]
},
{
"id": 14006,
"lookupName": "Oracle Integration - Oracle Knowledge Cloud Service",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/14006/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/14006"
}
]
},
{
"id": 15001,
"lookupName": "Message Templates Record Merge",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/15001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/15001"
}
]
},
{
"id": 16001,
"lookupName": "Mobile Agent App Server",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/16001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/16001"
}
]
},
{
"id": 16002,
"lookupName": "Mobile Incident Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/16002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/16002"
}
]
},
{
"id": 16003,
"lookupName": "Mobile Contact Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/16003/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/16003"
}
]
},
{
"id": 16004,
"lookupName": "Mobile Organization Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/16004/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/16004"
}
]
},
{
"id": 16005,
"lookupName": "Mobile Task Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/16005/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/16005"
}
]
},
{
"id": 17001,
"lookupName": "Web Console Incident Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/17001/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/17001"
}
]
},
{
"id": 17002,
"lookupName": "Web Console Contact Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/17002/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/17002"
}
]
},
{
"id": 17003,
"lookupName": "Web Console Org Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/17003/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/17003"
}
]
},
{
"id": 17005,
"lookupName": "Web Console Task Ins Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/17005/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/17005"
}
]
},
{
"id": 17013,
"lookupName": "Web Console Contact List Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/17013/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/17013"
}
]
},
{
"id": 17018,
"lookupName": "Web Console Analytics Report",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/17018/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/17018"
}
]
},
{
"id": 17029,
"lookupName": "Web Console Custom Object Editor",
"parents": {
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/17029/parents"
}
]
},
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source/17029"
}
]
}
],
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source"
},
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents/source"
},
{
"rel": "describedby",
"href": "https://mysite.example.com/services/rest/connect/v1.4/metadata-catalog/namedIDHierarchies/incidents/source",
"mediaType": "application/schema+json"
}
]
}