Skip to content

getRelated

reference
1 min readUpdated

Kind: API Endpoint

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

Find related entities

Endpoint

GET /knowledge-graph/entities/:id/related

ParameterInTypeRequiredDescription
idpathstringEntity ID
projectIdquerystringOwning project ID
depthquerynumber-Search depth (default: 2)
typequerystring-Filter by relationship type

Referenced By

  • GraphController (MODULE_DECLARES)

Was this page helpful?

Download as PDF