List entity groups
Entity Groups
List entity groups
Returns a paginated list of entity groups matching the supplied filters.
POST
List entity groups
Headers
Project ID to specify the project context
Query Parameters
Required range:
1 <= x <= 100Required range:
x >= 1Body
application/json
Filter entity groups by name using a case-insensitive partial match.
Example:
"Competitors"
Sorting criteria for the returned entity groups. Supports sorting by "name" and "createdAt". Defaults to sorting by name in ascending order.
Example:
[{ "field": "name", "direction": "ASC" }]