Skip to Content
🎉 New release with new features and improvements! V0.0.4 Release →

Count Entities

Get the total count of entities.

GET /api/entities/:entityName/count

Parameters

ParameterTypeDescription
entityNamestringThe name of the entity to count

Response

{ "data": [ { "count": 42 } ], "status": "OK", "code": 200, "timestamp": 1234567890, "meta": {} }