Get a single flag import configuration

GET
/api/v2/integration-capabilities/flag-import/:projectKey/:integrationKey/:integrationId

Get a single flag import configuration by ID. The integrationKey path parameter identifies the feature management system from which the import occurs, for example, split.

Path parameters

projectKeystringRequired

The project key

integrationKeystringRequired

The integration key, for example, split

integrationIdstringRequired

The integration ID

Response

Flag import response

_idstring

The integration ID

integrationKeyenum
Allowed values: splitunleash

The integration key

projectKeystring

The project key

configmap from strings to any

The configuration for the given import integration. Only included when requesting a single integration by ID. Refer to the formVariables field in the corresponding manifest.json for a full list of fields for each integration.

tagslist of strings

List of tags for this configuration

namestring

Name of the configuration

versioninteger

Version of the current configuration

_statusobject

Details on the status of the import job

_accessobjectOptional

Details on the allowed and denied actions for this configuration

Errors

Built with