---
title: "Get Extension"
method: GET
path: "/v2/extensions/{extensionId}"
tags: ["Extensibility"]
---

# Get Extension

`GET /v2/extensions/{extensionId}`

Returns the requested Extension

## Path parameters

- `extensionId` string, uuid, required — Represents a unique key for identifying an extension within the JTL.Wawi extensibility framework.

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `200`

The requested Extension

- JTLWawiRestContractsModelsV1ExtensibilityExtension — Model Class: Extension
  - `id` string, uuid — Represents a unique key for identifying an extension within the JTL.Wawi extensibility framework.
  - `extensionId` string — The Unique Identifier of the Extension
  - `version` string — The Version of Extension.
  - `created` string, date-time — The Date of Creation the Extension in the Wawi
  - `lastChanged` string, date-time — The Date of the last changeof the Extension information
  - `manifestHash` string — The Hash of the Manifest Hexadeimcal Sha512
  - `status` 0 | 1 | 2 — 0 = Disabled, 1 = Pending, 2 = Active

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.
- `404` — No item with the given ID exists.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
