Get Entity by ID
Get an entity by ID.
GET /api/entities/:entityName/:entityIdParameters
| Parameter | Type | Description |
|---|---|---|
| entityName | string | The name of the entity to get |
| entityId | string | The 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.