---
title: "Gets information about the Pattern.Any model in a version of the application."
method: GET
path: "/apps/{appId}/versions/{versionId}/patternanyentities/{entityId}"
---

# Gets information about the Pattern.Any model in a version of the application.

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

## Path parameters

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

## Response `200`

A regular expression entity model info.

- PatternAnyEntityExtractor — Base type used in entity types.
  - `id` string, uuid, required — The ID of the Entity Model.
  - `name` string — Name of the Entity Model.
  - `typeId` integer — The type ID of the Entity Model.
  - `readableType` 'Entity Extractor' | 'Child Entity Extractor' | 'Hierarchical Entity Extractor' | 'Hierarchical Child Entity Extractor' | 'Composite Entity Extractor' | 'List Entity Extractor' | 'Prebuilt Entity Extractor' | 'Intent Classifier' | 'Pattern.Any Entity Extractor' | 'Closed List Entity Extractor' | 'Regex Entity Extractor', required — Full name of the entity type.
  - `roles` EntityRole[] — List of Pattern.Any Entity Extractors.
    - `id` string, uuid — The entity role ID.
    - `name` string — The entity role name.
  - `explicitList` ExplicitListItem[] — List of explicit (exception) list items
    - `id` integer — The explicit list item ID.
    - `explicitListItem` string — The explicit list item value.

## 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)
