Count Entities
Get the total count of entities.
GET /api/entities/:entityName/countParameters
| Parameter | Type | Description |
|---|---|---|
| entityName | string | The name of the entity to count |
Response
{
"data": [
{
"count": 42
}
],
"status": "OK",
"code": 200,
"timestamp": 1234567890,
"meta": {}
}