-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
component: apicomponent: backendPull requests that update Go codePull requests that update Go codelanguage: Gopriority: P1 - Highstatus: blockedstatus: new
Milestone
Description
Description
Implement an API that returns (filtered) directly related nodes (and edges) to a given resource ID. This way, the Graph Explorer could be used to visualize relations for any Organizations, Users, Projects, etc. Or between two resources.
The API should receive the following query parameters:
start-id: the fully qualified resource ID (ResourceType:ResourceID) of the start node (mandatory)target-id: the fully qualified resource ID (ResourceType:ResourceID) of the target node (optional)
The response format is not defined yet, to be decided by the frontend implementation.
Screenshots
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: apicomponent: backendPull requests that update Go codePull requests that update Go codelanguage: Gopriority: P1 - Highstatus: blockedstatus: new