Gets a node in a specified location of a viewpoint
get
/epm/rest/v1/views/{viewId}/viewpoints/{viewpointId}/nodes/{nodeId}/locations/{location}
Request
Path Parameters
-
location(required): array
Collection Format:
csvPattern:.+ -
nodeId(required): string(uuid)
-
viewId(required): string(uuid)
-
viewpointId(required): string(uuid)
Query Parameters
-
expand: array[string]
Collection Format:
multipopulates additional data within the node-
Allowed Values:
[ "propertyValues::{none", "all", "columnVisible", "locationVisible}", "requestItem.validations", "bestLocationRtl" ]
-
-
q: string
filters relationshipAllowed Values:
[ "request::{requestId}" ]
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : NodeAndPropertyValues
Type:
Show Source
object-
childCount:
integer(int32)
-
description:
string
-
hasChildren:
boolean
-
id:
string(uuid)
-
links:
array links
-
location:
string
This property is now deprecated. Use path instead.
-
locationCount:
integer(int32)
-
name:
string
-
nameDefaultType:
string
Allowed Values:
[ "NONE", "SPECIFIED", "SYSTEM", "DERIVED", "CALC_AND_STORE", "DERIVED_AND_STORED" ] -
nextLocation:
string
-
nodeType:
object IdNameLink
-
parentName:
string
-
parentNodeId:
string(uuid)
-
parentNodeTypeId:
string(uuid)
-
path:
array path
-
previousLocation:
string
-
propertyCount:
integer(int32)
-
propertyValues:
array propertyValues
-
relationshipId:
string(uuid)
-
requestItem:
object RequestItem
A Request Item is a collection of actions to apply to a particular node as part of aRequest
-
targetForNodeProperty:
boolean
Nested Schema : IdNameLink
Type:
Show Source
object-
description:
string
Read Only:
true -
id:
string(uuid)
-
links:
array links
-
name:
string
Nested Schema : RequestItem
Type:
objectA Request Item is a collection of actions to apply to a particular node as part of aRequest
Show Source
-
actionCount:
integer(int32)
-
actions:
array actions
-
actionSummary:
string
-
applicationName:
string
-
createdBy:
string
-
dataSource:
object IdNameLink
-
deletedAsDup:
boolean
-
description:
string
-
id:
string(uuid)
-
links:
array links
-
mergeResults:
array mergeResults
-
modifiedBy:
string
-
name:
string
-
nodeTypeId:
string(uuid)
-
nodeTypeName:
string
-
policies:
array policies
-
timeCreated:
integer(int64)
-
timeModified:
integer(int64)
-
validations:
array validations
Nested Schema : PropertyValue
Type:
Show Source
object-
displayValue:
string
-
labels:
array labels
-
links:
array links
-
origin:
string
Allowed Values:
[ "DEFINED", "UNDEFINED", "DEFAULT", "DERIVED", "INHERITED", "DERIVED_AND_STORED" ] -
propertyId:
string(uuid)
-
propertyLevel:
string
Allowed Values:
[ "ANY", "NODE", "RELATIONSHIP" ] -
propertyName:
string
-
readOnly:
boolean
-
requestAction:
object RequestPropertyInfo
-
transformedMatchValue:
string
-
updatedFromRequest:
boolean
-
usedByMatchRule:
boolean
-
value:
string
-
viewpointLabel:
string
Nested Schema : RequestPropertyInfo
Type:
Show Source
object-
actionType:
string
Read Only:
trueAllowed Values:[ "addNode", "insertNode", "removeNode", "moveNode", "deleteNode", "renameNode", "updateNodeProp", "reorderNode" ] -
calculatedName:
boolean
Read Only:
true -
committedLabels:
array committedLabels
Read Only:
true -
committedValue:
string
Read Only:
true -
propertyLevel:
string
Read Only:
true -
validations:
array validations
Read Only:
true
Nested Schema : validations
Type:
arrayRead Only:
Show Source
true-
Array of:
object ValidationResult
The result of validation
Nested Schema : ValidationResult
Type:
objectThe result of validation
Show Source
-
code:
string
-
links:
array links
-
message:
string
-
responsibleUserId:
string(uuid)
-
severity:
string
Allowed Values:
[ "ERROR", "WARNING", "IGNORE", "NOT_APPLICABLE" ]The severity of the validation issue (ERROR or WARNING) for the stage at which the validation failed. -
timeCreated:
integer(int64)
-
type:
string
Allowed Values:
[ "ERROR" ] -
userCanResolve:
boolean
Nested Schema : validations
Type:
Show Source
array-
Array of:
object ValidationResult
The result of validation
Nested Schema : Action
Type:
Show Source
object-
extendedProperties:
object JsonNode
-
id:
string(uuid)
Read Only:
true -
layoutOptions:
object layoutOptions
Additional Properties Allowed: additionalProperties
-
links:
array links
-
nodeTypeName:
string
-
parentName:
string
-
parentNodeId:
string(uuid)
id of the parent node this action was performed under, if any
-
propertyLevel:
string
-
summary:
string
-
type:
string
Read Only:
trueAllowed Values:[ "addNode", "insertNode", "removeNode", "moveNode", "deleteNode", "renameNode", "updateNodeProp", "reorderNode" ] -
viewpointId:
string(uuid)
-
viewpointName:
string
-
viewpointUri:
string
Read Only:
true
Nested Schema : JsonNode
Type:
objectNested Schema : MergeResultInfo
Type:
Show Source
object-
dataSourceName:
string
Read Only:
trueThe data source name of the request item. -
links:
array links
Read Only:
true -
sourceNodeName:
string
Read Only:
trueThe name of the source node.
Nested Schema : PolicyInfo
Type:
Show Source
object-
policyId:
string(uuid)
-
policyType:
string
Allowed Values:
[ "APPROVAL", "NOTIFY", "COMMIT" ]