Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/graph/kg-sync.controller.ts
Get all entities for a project
Endpoint
GET /projects/:projectId/entities
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | Project ID |
type | query | string | - | Entity type filter (optional) |
Referenced By
KgSyncController(MODULE_DECLARES)
Was this page helpful?