# Retrieve all entities for a specific entity definition

Lists all entities that match a specific entity definition, with support for filtering, pagination, and localization.

Endpoint: GET /api/entitydefinitions/{name}/entities
Version: v1.0
Security: OAuth2.0

## Path parameters:

  - `name` (string, required)
    Entity definition name to filter the entities, for example, abc.

## Query parameters:

  - `skip` (integer)
    Number of entities to skip before retrieving results, for example, 1.

  - `take` (integer)
    Number of entities to retrieve, for example, 1.

  - `culture` (string)
    User culture in which to load the entities, for example, en-US.

  - `filter` (string)
    Additional filters to apply when retrieving entities, for example, status:active AND type:image.

  - `groups` (string)
    Member groups to include in the retrieved entities, for example, DefaultGroup,SystemGroup.

  - `members` (string)
    Members to include in the retrieved entities, for example, TestStringProperty,SystemOwnedStringProperty.

  - `nestedRelations` (array)
    Related entities to include fully loaded in the result, for example, ParentRelation,ChildRelation.

## Response 200 fields (application/json):

  - `items` (array)

  - `items.id` (integer)

  - `items.name` (string)

  - `total` (integer)

  - `self` (object)
    Represents a link to a resource.

  - `self.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `self.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `self.title` (string,null)
    Gets or sets the title that describes this link.

  - `self.templated` (boolean)
    Gets or sets a value indicating whether the contained URI is a template.


## Response 400 fields

## Response 401 fields

## Response 404 fields
