Get the lineage of a viewpoint
get
/epm/rest/v1/views/{viewId}/viewpoints/{viewpointId}/lineage
Request
Path Parameters
-
viewId(required): string(uuid)
The id of the view
-
viewpointId(required): string(uuid)
The id of the viewpoint
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : ViewLineage
Type:
Show Source
object
-
links:
array links
Read Only:
true
-
subscriptionLineageLinks:
array subscriptionLineageLinks
Read Only:
true
The list of subscriptions used in this lineage. -
viewLineageNodes:
array viewLineageNodes
Read Only:
true
The list of views used in this lineage.
Nested Schema : subscriptionLineageLinks
Type:
array
Read Only:
true
The list of subscriptions used in this lineage.
Show Source
-
Array of:
object SubscriptionLineageLink
Subscription details for viewpoint lineage diagram
Nested Schema : viewLineageNodes
Type:
array
Read Only:
true
The list of views used in this lineage.
Show Source
Nested Schema : SubscriptionLineageLink
Type:
object
Subscription details for viewpoint lineage diagram
Show Source
-
allowedActions:
array allowedActions
-
alternateAssignees:
array alternateAssignees
-
assigneeName:
string
-
copyActionText:
string
-
copyActionType:
string
Allowed Values:
[ "NONE", "PROPERTIES", "MODEL_AFTER" ]
-
createdBy:
string
-
createdByUser:
object User
-
description:
string
-
errors:
array errors
-
etagValue:
string
-
expression:
object JsonNode
-
id:
string(uuid)
Read Only:
true
-
ignoreSourceParent:
boolean
-
includedActionsText:
string
-
inclusionProperty:
object InclusionProperty
-
inclusionPropertyText:
string
-
lastModifiedBy:
string
-
links:
array links
Read Only:
true
-
modifiedByUser:
object User
-
name:
string
Read Only:
true
-
nodeConditionText:
string
-
propertiesToMatch:
array propertiesToMatch
-
propertiesToMatchText:
string
-
sourceApplication:
object IdNameLink
-
sourceDimension:
object IdNameLink
-
sourceView:
object IdNameLink
-
sourceViewpoint:
object IdNameLink
-
targetApplication:
object IdNameLink
-
targetDimension:
object IdNameLink
-
targetView:
object IdNameLink
-
targetViewpoint:
object IdNameLink
-
timeCreated:
integer(int64)
-
timeModified:
integer(int64)
-
topNodes:
array topNodes
-
topNodesText:
string
Nested Schema : User
Type:
Show Source
object
-
artifactAssignments:
array artifactAssignments
-
associatedRoles:
array associatedRoles
-
dataManagerOnAny:
boolean
-
emailAddresses:
array emailAddresses
-
epmIdleSessionTimeout:
integer(int32)
-
firstName:
string
-
fullName:
string
-
grantPermission:
string
Allowed Values:
[ "OWNER", "DATAMANAGER", "PARTICIPANT", "APPROVER", "NOTIFIED", "COMMITTER", "NONE", "METADATAMANAGER" ]
-
homePageLayoutName:
string
-
id:
string(uuid)
-
lastName:
string
-
links:
array links
-
nameInitials:
string
-
preferences:
object Preferences
-
ssoToken:
string
-
userName:
string
-
userServiceAdministrator:
boolean
Nested Schema : JsonNode
Type:
object
Nested Schema : InclusionProperty
Type:
Show Source
object
-
propertyId:
object Link
-
value:
string
Read Only:
true
Nested Schema : IdNameLink
Type:
Show Source
object
-
description:
string
Read Only:
true
-
id:
string(uuid)
-
links:
array links
-
name:
string
Nested Schema : AlternateAssignee
Type:
Show Source
object
-
alternateAssigneeType:
string
Read Only:
true
Allowed Values:[ "GROUP", "USER" ]
-
fullName:
string
Read Only:
true
-
groupId:
string(uuid)
Read Only:
true
-
groupName:
string
Read Only:
true
-
links:
array links
Read Only:
true
-
sortOrder:
integer(int32)
Read Only:
true
-
userId:
string(uuid)
Read Only:
true
-
userName:
string
Read Only:
true
Nested Schema : Preferences
Type:
Show Source
object
-
actAsThisRole:
string
Allowed Values:
[ "USER", "SERVICE_ADMINISTRATOR" ]
-
delegateToUserId:
string(uuid)
-
languageTag:
string
-
links:
array links
-
outOfOffice:
boolean
-
profilePictureId:
string(uuid)
-
timeZone:
object TimeZone
Nested Schema : Artifact
Type:
Show Source
object
-
id:
string(uuid)
-
name:
string
-
type:
string
Allowed Values:
[ "CLUSTER", "CARD" ]
Nested Schema : SubscriptionTopNode
Type:
Show Source
object
-
description:
string
Read Only:
true
-
id:
string(uuid)
-
invalid:
boolean
-
links:
array links
-
name:
string
Nested Schema : ViewLineageNode
Type:
Show Source
object
-
id:
string(uuid)
Read Only:
true
-
level:
integer(int32)
Read Only:
true
-
links:
array links
Read Only:
true
-
name:
string
Read Only:
true
-
viewpoints:
array viewpoints
Read Only:
true
403 Response
Forbidden access to viewpoint
404 Response
Viewpoint not found