Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/graph/graph.controller.ts
Get all relationships for an entity
Endpoint
GET /knowledge-graph/entities/:id/relationships
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | ✓ | Entity ID |
projectId | query | string | ✓ | Owning project ID |
Referenced By
GraphController(MODULE_DECLARES)
Was this page helpful?