Skip to Content

Get Entity by ID

Get an entity by ID.

GET /api/entities/:entityName/:entityId

Parameters

ParameterTypeDescription
entityNamestringThe name of the entity to get
entityIdstringThe ID of the entity to get

Response

{ "data": [ { "...": "...", "persistenceId": "123", } ], "status": "OK", "code": 200, "timestamp": 1234567890, "meta": {}, }

Read the Persistence ID documentation for more information about the persistenceId.