Get all resources having named ID hierarchies
get
/services/rest/connect/v1.4/namedIDHierarchies/
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
Root Schema : Collection of resources having namedIDHierarchies
Type:
object
Title:
Collection of resources having namedIDHierarchies
Collection of resources having namedIDHierarchies
Show Source
Examples
Use GET with the following syntax to list the resources that have named ID hierarchies:
https://your_site_interface/services/rest/connect/version/namedIDHierarchies
Request URI example
https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies
Response body example
{
"items": [
{
"name": "contacts",
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/contacts"
}
]
},
{
"name": "incidents",
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/incidents"
}
]
},
{
"name": "opportunities",
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/opportunities"
}
]
},
{
"name": "organizations",
"links": [
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies/organizations"
}
]
}
],
"links": [
{
"rel": "self",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies"
},
{
"rel": "canonical",
"href": "https://mysite.example.com/services/rest/connect/v1.4/namedIDHierarchies"
},
{
"rel": "describedby",
"href": "https://mysite.example.com/services/rest/connect/v1.4/metadata-catalog/namedIDHierarchies",
"mediaType": "application/schema+json"
}
]
}