Skip to content

getEntityById

reference
1 min readUpdated

Kind: API Endpoint

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

Get a single entity by ID

Endpoint

GET /projects/:projectId/entities/:entityId

ParameterInTypeRequiredDescription
projectIdpathstringProject ID
entityIdpathstringEntity ID (without project prefix)

Referenced By

  • KgSyncController (MODULE_DECLARES)

Was this page helpful?

Download as PDF