---
title: "Get all roles for a Pattern.any entity in a version of the application"
method: GET
path: "/apps/{appId}/versions/{versionId}/patternanyentities/{entityId}/roles"
---

# Get all roles for a Pattern.any entity in a version of the application

`GET /apps/{appId}/versions/{versionId}/patternanyentities/{entityId}/roles`

## Path parameters

- `appId` string, uuid, required
- `versionId` string, required
- `entityId` string, uuid, required

## Response `200`

A list of the entity roles

- EntityRole[] — List of Pattern.Any Entity Extractors.
  - `id` string, uuid — The entity role ID.
  - `name` string — The entity role name.

## Other responses

- `default` — Error Response.

---

[API](https://skmtc.net/azure/apis/luis-authoring-client.md) · [All operations](https://skmtc.net/azure/apis/luis-authoring-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/luis-authoring-client/versions/a26a0f7e5a37/schema)
