Skip to content

findPath

reference
1 min readUpdated

Kind: API Endpoint

Source: atloria-monorepo/apps/api/src/graph/graph.controller.ts

Find shortest path between two entities

Endpoint

GET /knowledge-graph/path

ParameterInTypeRequiredDescription
projectIdquerystringOwning project ID
fromquerystringSource entity ID
toquerystringTarget entity ID

Referenced By

  • GraphController (MODULE_DECLARES)

Was this page helpful?

Download as PDF