Skip to content

Implement Graph Explorer API #376

@gabor-boros

Description

@gabor-boros

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

![DESCRIPTION](LINK.png)

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions