Skip to main content
GET
/
feature
Get Features
curl --request GET \
  --url https://api.jtl-cloud.com/erp/feature \
  --header 'Authorization: Bearer <token>' \
  --header 'x-tenant-id: <x-tenant-id>'
[
  {
    "Feature": "http://wawi.api.jtl-software.de/features/feature/GetFeatureSets",
    "Version": 1,
    "Release": "Planned",
    "IsUsable": true
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

api-version
string

Specify the desired API version, e.g. '1.0'. If not provided, the last available version is set.

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Response

200 - application/json

The available features with release state and API version.

Feature
string
required

The Identifier of the Feature.

Example:

"http://wawi.api.jtl-software.de/features/feature/GetFeatureSets"

Version
integer<int32>
required

The Version of API.

Example:

1

Release
string
required

The releasestate of the Feature

Example:

"Planned"

IsUsable
boolean
required

The endpoint is possible to use

Example:

true