You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get relationships by project, commit, and related element.
14
14
@@ -28,10 +28,11 @@ with sysml_v2_api_client.ApiClient() as api_client:
28
28
project_id ='project_id_example'# str | ID of the project
29
29
commit_id ='commit_id_example'# str | ID of the commit
30
30
related_element_id ='related_element_id_example'# str | ID of the related element
31
+
direction ='both'# str | Filter for relationships that are incoming (in), outgoing (out), or both relative to the related element (optional) (default to 'both')
31
32
32
33
try:
33
34
# Get relationships by project, commit, and related element.
print("Exception when calling RelationshipApi->get_relationships_by_project_commit_related_element: %s\n"% e)
@@ -44,6 +45,7 @@ Name | Type | Description | Notes
44
45
**project_id** | [**str**](.md)| ID of the project |
45
46
**commit_id** | [**str**](.md)| ID of the commit |
46
47
**related_element_id** | [**str**](.md)| ID of the related element |
48
+
**direction** | **str**| Filter for relationships that are incoming (in), outgoing (out), or both relative to the related element | [optional][default to 'both']
0 commit comments