Get a single flag import configuration

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

Headers

AuthorizationstringRequired

Response

Flag import response
_idstring
The integration ID
integrationKeyenum
The integration key
Allowed values:
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
_accessobject or null
Details on the allowed and denied actions for this configuration

Errors