Features (Infrastructure)

Configure features of the fulfillmenttools platform.

List features

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

The available feature for all active modules

application/json

Feature

get
/api/features

Get feature

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
featureNamestringRequired

Name of the feature requested

Responses
chevron-right
200

The requested feature

application/json

Feature

get
/api/features/{featureName}

Update feature

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
featureNamestringRequired

Name of the feature requested

Body

FeaturePatchActions

versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
Responses
chevron-right
200

Module was found & patch-set has been applied. The patched entity is in the body.

application/json

Feature

patch
/api/features/{featureName}

List scoped capabilities

get

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
facilityIdstringOptional

id of the facility

Responses
chevron-right
200

All ScopedCapabilities which are at least inactive

application/json

ScopedCapability

get
/api/scopedcapabilities

Last updated