HealthShare Deployment API

FeatureConfig

featureConfigGet

Query the database for feature-configs.


/feature-config

Usage and SDK Samples

curl -X GET\
-H "Accept: application/vnd.intersystems.com.hs.sys.feature-config.v1+json,application/json,default"\
"http://127.0.1.1:52773/api/healthshare-rest/hssys/feature-config?activated[eq]=&activated[geq]=&activated[gte]=&activated[isnull]=&activated[leq]=&activated[lte]=&activated[noteq]=&activated[notgeq]=&activated[notgte]=&activated[notisnull]=&activated[notleq]=&activated[notlte]=&activated[notstwith]=&activated[stwith]=&auditProduction[eq]=&auditProduction[geq]=&auditProduction[gte]=&auditProduction[isnull]=&auditProduction[leq]=&auditProduction[lte]=&auditProduction[noteq]=&auditProduction[notgeq]=&auditProduction[notgte]=&auditProduction[notisnull]=&auditProduction[notleq]=&auditProduction[notlte]=&auditProduction[notstwith]=&auditProduction[stwith]=&createdAt[eq]=&createdAt[geq]=&createdAt[gte]=&createdAt[isnull]=&createdAt[leq]=&createdAt[lte]=&createdAt[noteq]=&createdAt[notgeq]=&createdAt[notgte]=&createdAt[notisnull]=&createdAt[notleq]=&createdAt[notlte]=&createdAt[notstwith]=&createdAt[stwith]=&databaseLocation[eq]=&databaseLocation[geq]=&databaseLocation[gte]=&databaseLocation[isnull]=&databaseLocation[leq]=&databaseLocation[lte]=&databaseLocation[noteq]=&databaseLocation[notgeq]=&databaseLocation[notgte]=&databaseLocation[notisnull]=&databaseLocation[notleq]=&databaseLocation[notlte]=&databaseLocation[notstwith]=&databaseLocation[stwith]=&description[eq]=&description[geq]=&description[gte]=&description[isnull]=&description[leq]=&description[lte]=&description[noteq]=&description[notgeq]=&description[notgte]=&description[notisnull]=&description[notleq]=&description[notlte]=&description[notstwith]=&description[stwith]=&disabled[eq]=&disabled[geq]=&disabled[gte]=&disabled[isnull]=&disabled[leq]=&disabled[lte]=&disabled[noteq]=&disabled[notgeq]=&disabled[notgte]=&disabled[notisnull]=&disabled[notleq]=&disabled[notlte]=&disabled[notstwith]=&disabled[stwith]=&hsComponentName[eq]=&hsComponentName[geq]=&hsComponentName[gte]=&hsComponentName[isnull]=&hsComponentName[leq]=&hsComponentName[lte]=&hsComponentName[noteq]=&hsComponentName[notgeq]=&hsComponentName[notgte]=&hsComponentName[notisnull]=&hsComponentName[notleq]=&hsComponentName[notlte]=&hsComponentName[notstwith]=&hsComponentName[stwith]=&lastActivated[eq]=&lastActivated[geq]=&lastActivated[gte]=&lastActivated[isnull]=&lastActivated[leq]=&lastActivated[lte]=&lastActivated[noteq]=&lastActivated[notgeq]=&lastActivated[notgte]=&lastActivated[notisnull]=&lastActivated[notleq]=&lastActivated[notlte]=&lastActivated[notstwith]=&lastActivated[stwith]=&name[eq]=&name[geq]=&name[gte]=&name[isnull]=&name[leq]=&name[lte]=&name[noteq]=&name[notgeq]=&name[notgte]=&name[notisnull]=&name[notleq]=&name[notlte]=&name[notstwith]=&name[stwith]=&productionName[eq]=&productionName[geq]=&productionName[gte]=&productionName[isnull]=&productionName[leq]=&productionName[lte]=&productionName[noteq]=&productionName[notgeq]=&productionName[notgte]=&productionName[notisnull]=&productionName[notleq]=&productionName[notlte]=&productionName[notstwith]=&productionName[stwith]=&template[eq]=&template[geq]=&template[gte]=&template[isnull]=&template[leq]=&template[lte]=&template[noteq]=&template[notgeq]=&template[notgte]=&template[notisnull]=&template[notleq]=&template[notlte]=&template[notstwith]=&template[stwith]=&type[eq]=&type[geq]=&type[gte]=&type[isnull]=&type[leq]=&type[lte]=&type[noteq]=&type[notgeq]=&type[notgte]=&type[notisnull]=&type[notleq]=&type[notlte]=&type[notstwith]=&type[stwith]="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.FeatureConfigApi;

import java.io.File;
import java.util.*;

public class FeatureConfigApiExample {

    public static void main(String[] args) {

        FeatureConfigApi apiInstance = new FeatureConfigApi();
        String activated[eq] = activated[eq]_example; // String |
        Integer activated[geq] = 56; // Integer |
        Integer activated[gte] = 56; // Integer |
        String activated[isnull] = activated[isnull]_example; // String |
        Integer activated[leq] = 56; // Integer |
        Integer activated[lte] = 56; // Integer |
        String activated[noteq] = activated[noteq]_example; // String |
        Integer activated[notgeq] = 56; // Integer |
        Integer activated[notgte] = 56; // Integer |
        String activated[notisnull] = activated[notisnull]_example; // String |
        Integer activated[notleq] = 56; // Integer |
        Integer activated[notlte] = 56; // Integer |
        String activated[notstwith] = activated[notstwith]_example; // String |
        String activated[stwith] = activated[stwith]_example; // String |
        String auditProduction[eq] = auditProduction[eq]_example; // String |
        Integer auditProduction[geq] = 56; // Integer |
        Integer auditProduction[gte] = 56; // Integer |
        String auditProduction[isnull] = auditProduction[isnull]_example; // String |
        Integer auditProduction[leq] = 56; // Integer |
        Integer auditProduction[lte] = 56; // Integer |
        String auditProduction[noteq] = auditProduction[noteq]_example; // String |
        Integer auditProduction[notgeq] = 56; // Integer |
        Integer auditProduction[notgte] = 56; // Integer |
        String auditProduction[notisnull] = auditProduction[notisnull]_example; // String |
        Integer auditProduction[notleq] = 56; // Integer |
        Integer auditProduction[notlte] = 56; // Integer |
        String auditProduction[notstwith] = auditProduction[notstwith]_example; // String |
        String auditProduction[stwith] = auditProduction[stwith]_example; // String |
        String createdAt[eq] = createdAt[eq]_example; // String |
        Integer createdAt[geq] = 56; // Integer |
        Integer createdAt[gte] = 56; // Integer |
        String createdAt[isnull] = createdAt[isnull]_example; // String |
        Integer createdAt[leq] = 56; // Integer |
        Integer createdAt[lte] = 56; // Integer |
        String createdAt[noteq] = createdAt[noteq]_example; // String |
        Integer createdAt[notgeq] = 56; // Integer |
        Integer createdAt[notgte] = 56; // Integer |
        String createdAt[notisnull] = createdAt[notisnull]_example; // String |
        Integer createdAt[notleq] = 56; // Integer |
        Integer createdAt[notlte] = 56; // Integer |
        String createdAt[notstwith] = createdAt[notstwith]_example; // String |
        String createdAt[stwith] = createdAt[stwith]_example; // String |
        String databaseLocation[eq] = databaseLocation[eq]_example; // String |
        Integer databaseLocation[geq] = 56; // Integer |
        Integer databaseLocation[gte] = 56; // Integer |
        String databaseLocation[isnull] = databaseLocation[isnull]_example; // String |
        Integer databaseLocation[leq] = 56; // Integer |
        Integer databaseLocation[lte] = 56; // Integer |
        String databaseLocation[noteq] = databaseLocation[noteq]_example; // String |
        Integer databaseLocation[notgeq] = 56; // Integer |
        Integer databaseLocation[notgte] = 56; // Integer |
        String databaseLocation[notisnull] = databaseLocation[notisnull]_example; // String |
        Integer databaseLocation[notleq] = 56; // Integer |
        Integer databaseLocation[notlte] = 56; // Integer |
        String databaseLocation[notstwith] = databaseLocation[notstwith]_example; // String |
        String databaseLocation[stwith] = databaseLocation[stwith]_example; // String |
        String description[eq] = description[eq]_example; // String |
        Integer description[geq] = 56; // Integer |
        Integer description[gte] = 56; // Integer |
        String description[isnull] = description[isnull]_example; // String |
        Integer description[leq] = 56; // Integer |
        Integer description[lte] = 56; // Integer |
        String description[noteq] = description[noteq]_example; // String |
        Integer description[notgeq] = 56; // Integer |
        Integer description[notgte] = 56; // Integer |
        String description[notisnull] = description[notisnull]_example; // String |
        Integer description[notleq] = 56; // Integer |
        Integer description[notlte] = 56; // Integer |
        String description[notstwith] = description[notstwith]_example; // String |
        String description[stwith] = description[stwith]_example; // String |
        String disabled[eq] = disabled[eq]_example; // String |
        Integer disabled[geq] = 56; // Integer |
        Integer disabled[gte] = 56; // Integer |
        String disabled[isnull] = disabled[isnull]_example; // String |
        Integer disabled[leq] = 56; // Integer |
        Integer disabled[lte] = 56; // Integer |
        String disabled[noteq] = disabled[noteq]_example; // String |
        Integer disabled[notgeq] = 56; // Integer |
        Integer disabled[notgte] = 56; // Integer |
        String disabled[notisnull] = disabled[notisnull]_example; // String |
        Integer disabled[notleq] = 56; // Integer |
        Integer disabled[notlte] = 56; // Integer |
        String disabled[notstwith] = disabled[notstwith]_example; // String |
        String disabled[stwith] = disabled[stwith]_example; // String |
        String hsComponentName[eq] = hsComponentName[eq]_example; // String |
        Integer hsComponentName[geq] = 56; // Integer |
        Integer hsComponentName[gte] = 56; // Integer |
        String hsComponentName[isnull] = hsComponentName[isnull]_example; // String |
        Integer hsComponentName[leq] = 56; // Integer |
        Integer hsComponentName[lte] = 56; // Integer |
        String hsComponentName[noteq] = hsComponentName[noteq]_example; // String |
        Integer hsComponentName[notgeq] = 56; // Integer |
        Integer hsComponentName[notgte] = 56; // Integer |
        String hsComponentName[notisnull] = hsComponentName[notisnull]_example; // String |
        Integer hsComponentName[notleq] = 56; // Integer |
        Integer hsComponentName[notlte] = 56; // Integer |
        String hsComponentName[notstwith] = hsComponentName[notstwith]_example; // String |
        String hsComponentName[stwith] = hsComponentName[stwith]_example; // String |
        String lastActivated[eq] = lastActivated[eq]_example; // String |
        Integer lastActivated[geq] = 56; // Integer |
        Integer lastActivated[gte] = 56; // Integer |
        String lastActivated[isnull] = lastActivated[isnull]_example; // String |
        Integer lastActivated[leq] = 56; // Integer |
        Integer lastActivated[lte] = 56; // Integer |
        String lastActivated[noteq] = lastActivated[noteq]_example; // String |
        Integer lastActivated[notgeq] = 56; // Integer |
        Integer lastActivated[notgte] = 56; // Integer |
        String lastActivated[notisnull] = lastActivated[notisnull]_example; // String |
        Integer lastActivated[notleq] = 56; // Integer |
        Integer lastActivated[notlte] = 56; // Integer |
        String lastActivated[notstwith] = lastActivated[notstwith]_example; // String |
        String lastActivated[stwith] = lastActivated[stwith]_example; // String |
        String name[eq] = name[eq]_example; // String |
        Integer name[geq] = 56; // Integer |
        Integer name[gte] = 56; // Integer |
        String name[isnull] = name[isnull]_example; // String |
        Integer name[leq] = 56; // Integer |
        Integer name[lte] = 56; // Integer |
        String name[noteq] = name[noteq]_example; // String |
        Integer name[notgeq] = 56; // Integer |
        Integer name[notgte] = 56; // Integer |
        String name[notisnull] = name[notisnull]_example; // String |
        Integer name[notleq] = 56; // Integer |
        Integer name[notlte] = 56; // Integer |
        String name[notstwith] = name[notstwith]_example; // String |
        String name[stwith] = name[stwith]_example; // String |
        String productionName[eq] = productionName[eq]_example; // String |
        Integer productionName[geq] = 56; // Integer |
        Integer productionName[gte] = 56; // Integer |
        String productionName[isnull] = productionName[isnull]_example; // String |
        Integer productionName[leq] = 56; // Integer |
        Integer productionName[lte] = 56; // Integer |
        String productionName[noteq] = productionName[noteq]_example; // String |
        Integer productionName[notgeq] = 56; // Integer |
        Integer productionName[notgte] = 56; // Integer |
        String productionName[notisnull] = productionName[notisnull]_example; // String |
        Integer productionName[notleq] = 56; // Integer |
        Integer productionName[notlte] = 56; // Integer |
        String productionName[notstwith] = productionName[notstwith]_example; // String |
        String productionName[stwith] = productionName[stwith]_example; // String |
        String template[eq] = template[eq]_example; // String |
        Integer template[geq] = 56; // Integer |
        Integer template[gte] = 56; // Integer |
        String template[isnull] = template[isnull]_example; // String |
        Integer template[leq] = 56; // Integer |
        Integer template[lte] = 56; // Integer |
        String template[noteq] = template[noteq]_example; // String |
        Integer template[notgeq] = 56; // Integer |
        Integer template[notgte] = 56; // Integer |
        String template[notisnull] = template[notisnull]_example; // String |
        Integer template[notleq] = 56; // Integer |
        Integer template[notlte] = 56; // Integer |
        String template[notstwith] = template[notstwith]_example; // String |
        String template[stwith] = template[stwith]_example; // String |
        String type[eq] = type[eq]_example; // String |
        Integer type[geq] = 56; // Integer |
        Integer type[gte] = 56; // Integer |
        String type[isnull] = type[isnull]_example; // String |
        Integer type[leq] = 56; // Integer |
        Integer type[lte] = 56; // Integer |
        String type[noteq] = type[noteq]_example; // String |
        Integer type[notgeq] = 56; // Integer |
        Integer type[notgte] = 56; // Integer |
        String type[notisnull] = type[notisnull]_example; // String |
        Integer type[notleq] = 56; // Integer |
        Integer type[notlte] = 56; // Integer |
        String type[notstwith] = type[notstwith]_example; // String |
        String type[stwith] = type[stwith]_example; // String |
        try {
            array[feature-config_output] result = apiInstance.featureConfigGet(activated[eq], activated[geq], activated[gte], activated[isnull], activated[leq], activated[lte], activated[noteq], activated[notgeq], activated[notgte], activated[notisnull], activated[notleq], activated[notlte], activated[notstwith], activated[stwith], auditProduction[eq], auditProduction[geq], auditProduction[gte], auditProduction[isnull], auditProduction[leq], auditProduction[lte], auditProduction[noteq], auditProduction[notgeq], auditProduction[notgte], auditProduction[notisnull], auditProduction[notleq], auditProduction[notlte], auditProduction[notstwith], auditProduction[stwith], createdAt[eq], createdAt[geq], createdAt[gte], createdAt[isnull], createdAt[leq], createdAt[lte], createdAt[noteq], createdAt[notgeq], createdAt[notgte], createdAt[notisnull], createdAt[notleq], createdAt[notlte], createdAt[notstwith], createdAt[stwith], databaseLocation[eq], databaseLocation[geq], databaseLocation[gte], databaseLocation[isnull], databaseLocation[leq], databaseLocation[lte], databaseLocation[noteq], databaseLocation[notgeq], databaseLocation[notgte], databaseLocation[notisnull], databaseLocation[notleq], databaseLocation[notlte], databaseLocation[notstwith], databaseLocation[stwith], description[eq], description[geq], description[gte], description[isnull], description[leq], description[lte], description[noteq], description[notgeq], description[notgte], description[notisnull], description[notleq], description[notlte], description[notstwith], description[stwith], disabled[eq], disabled[geq], disabled[gte], disabled[isnull], disabled[leq], disabled[lte], disabled[noteq], disabled[notgeq], disabled[notgte], disabled[notisnull], disabled[notleq], disabled[notlte], disabled[notstwith], disabled[stwith], hsComponentName[eq], hsComponentName[geq], hsComponentName[gte], hsComponentName[isnull], hsComponentName[leq], hsComponentName[lte], hsComponentName[noteq], hsComponentName[notgeq], hsComponentName[notgte], hsComponentName[notisnull], hsComponentName[notleq], hsComponentName[notlte], hsComponentName[notstwith], hsComponentName[stwith], lastActivated[eq], lastActivated[geq], lastActivated[gte], lastActivated[isnull], lastActivated[leq], lastActivated[lte], lastActivated[noteq], lastActivated[notgeq], lastActivated[notgte], lastActivated[notisnull], lastActivated[notleq], lastActivated[notlte], lastActivated[notstwith], lastActivated[stwith], name[eq], name[geq], name[gte], name[isnull], name[leq], name[lte], name[noteq], name[notgeq], name[notgte], name[notisnull], name[notleq], name[notlte], name[notstwith], name[stwith], productionName[eq], productionName[geq], productionName[gte], productionName[isnull], productionName[leq], productionName[lte], productionName[noteq], productionName[notgeq], productionName[notgte], productionName[notisnull], productionName[notleq], productionName[notlte], productionName[notstwith], productionName[stwith], template[eq], template[geq], template[gte], template[isnull], template[leq], template[lte], template[noteq], template[notgeq], template[notgte], template[notisnull], template[notleq], template[notlte], template[notstwith], template[stwith], type[eq], type[geq], type[gte], type[isnull], type[leq], type[lte], type[noteq], type[notgeq], type[notgte], type[notisnull], type[notleq], type[notlte], type[notstwith], type[stwith]);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FeatureConfigApi#featureConfigGet");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.FeatureConfigApi;

public class FeatureConfigApiExample {

    public static void main(String[] args) {
        FeatureConfigApi apiInstance = new FeatureConfigApi();
        String activated[eq] = activated[eq]_example; // String |
        Integer activated[geq] = 56; // Integer |
        Integer activated[gte] = 56; // Integer |
        String activated[isnull] = activated[isnull]_example; // String |
        Integer activated[leq] = 56; // Integer |
        Integer activated[lte] = 56; // Integer |
        String activated[noteq] = activated[noteq]_example; // String |
        Integer activated[notgeq] = 56; // Integer |
        Integer activated[notgte] = 56; // Integer |
        String activated[notisnull] = activated[notisnull]_example; // String |
        Integer activated[notleq] = 56; // Integer |
        Integer activated[notlte] = 56; // Integer |
        String activated[notstwith] = activated[notstwith]_example; // String |
        String activated[stwith] = activated[stwith]_example; // String |
        String auditProduction[eq] = auditProduction[eq]_example; // String |
        Integer auditProduction[geq] = 56; // Integer |
        Integer auditProduction[gte] = 56; // Integer |
        String auditProduction[isnull] = auditProduction[isnull]_example; // String |
        Integer auditProduction[leq] = 56; // Integer |
        Integer auditProduction[lte] = 56; // Integer |
        String auditProduction[noteq] = auditProduction[noteq]_example; // String |
        Integer auditProduction[notgeq] = 56; // Integer |
        Integer auditProduction[notgte] = 56; // Integer |
        String auditProduction[notisnull] = auditProduction[notisnull]_example; // String |
        Integer auditProduction[notleq] = 56; // Integer |
        Integer auditProduction[notlte] = 56; // Integer |
        String auditProduction[notstwith] = auditProduction[notstwith]_example; // String |
        String auditProduction[stwith] = auditProduction[stwith]_example; // String |
        String createdAt[eq] = createdAt[eq]_example; // String |
        Integer createdAt[geq] = 56; // Integer |
        Integer createdAt[gte] = 56; // Integer |
        String createdAt[isnull] = createdAt[isnull]_example; // String |
        Integer createdAt[leq] = 56; // Integer |
        Integer createdAt[lte] = 56; // Integer |
        String createdAt[noteq] = createdAt[noteq]_example; // String |
        Integer createdAt[notgeq] = 56; // Integer |
        Integer createdAt[notgte] = 56; // Integer |
        String createdAt[notisnull] = createdAt[notisnull]_example; // String |
        Integer createdAt[notleq] = 56; // Integer |
        Integer createdAt[notlte] = 56; // Integer |
        String createdAt[notstwith] = createdAt[notstwith]_example; // String |
        String createdAt[stwith] = createdAt[stwith]_example; // String |
        String databaseLocation[eq] = databaseLocation[eq]_example; // String |
        Integer databaseLocation[geq] = 56; // Integer |
        Integer databaseLocation[gte] = 56; // Integer |
        String databaseLocation[isnull] = databaseLocation[isnull]_example; // String |
        Integer databaseLocation[leq] = 56; // Integer |
        Integer databaseLocation[lte] = 56; // Integer |
        String databaseLocation[noteq] = databaseLocation[noteq]_example; // String |
        Integer databaseLocation[notgeq] = 56; // Integer |
        Integer databaseLocation[notgte] = 56; // Integer |
        String databaseLocation[notisnull] = databaseLocation[notisnull]_example; // String |
        Integer databaseLocation[notleq] = 56; // Integer |
        Integer databaseLocation[notlte] = 56; // Integer |
        String databaseLocation[notstwith] = databaseLocation[notstwith]_example; // String |
        String databaseLocation[stwith] = databaseLocation[stwith]_example; // String |
        String description[eq] = description[eq]_example; // String |
        Integer description[geq] = 56; // Integer |
        Integer description[gte] = 56; // Integer |
        String description[isnull] = description[isnull]_example; // String |
        Integer description[leq] = 56; // Integer |
        Integer description[lte] = 56; // Integer |
        String description[noteq] = description[noteq]_example; // String |
        Integer description[notgeq] = 56; // Integer |
        Integer description[notgte] = 56; // Integer |
        String description[notisnull] = description[notisnull]_example; // String |
        Integer description[notleq] = 56; // Integer |
        Integer description[notlte] = 56; // Integer |
        String description[notstwith] = description[notstwith]_example; // String |
        String description[stwith] = description[stwith]_example; // String |
        String disabled[eq] = disabled[eq]_example; // String |
        Integer disabled[geq] = 56; // Integer |
        Integer disabled[gte] = 56; // Integer |
        String disabled[isnull] = disabled[isnull]_example; // String |
        Integer disabled[leq] = 56; // Integer |
        Integer disabled[lte] = 56; // Integer |
        String disabled[noteq] = disabled[noteq]_example; // String |
        Integer disabled[notgeq] = 56; // Integer |
        Integer disabled[notgte] = 56; // Integer |
        String disabled[notisnull] = disabled[notisnull]_example; // String |
        Integer disabled[notleq] = 56; // Integer |
        Integer disabled[notlte] = 56; // Integer |
        String disabled[notstwith] = disabled[notstwith]_example; // String |
        String disabled[stwith] = disabled[stwith]_example; // String |
        String hsComponentName[eq] = hsComponentName[eq]_example; // String |
        Integer hsComponentName[geq] = 56; // Integer |
        Integer hsComponentName[gte] = 56; // Integer |
        String hsComponentName[isnull] = hsComponentName[isnull]_example; // String |
        Integer hsComponentName[leq] = 56; // Integer |
        Integer hsComponentName[lte] = 56; // Integer |
        String hsComponentName[noteq] = hsComponentName[noteq]_example; // String |
        Integer hsComponentName[notgeq] = 56; // Integer |
        Integer hsComponentName[notgte] = 56; // Integer |
        String hsComponentName[notisnull] = hsComponentName[notisnull]_example; // String |
        Integer hsComponentName[notleq] = 56; // Integer |
        Integer hsComponentName[notlte] = 56; // Integer |
        String hsComponentName[notstwith] = hsComponentName[notstwith]_example; // String |
        String hsComponentName[stwith] = hsComponentName[stwith]_example; // String |
        String lastActivated[eq] = lastActivated[eq]_example; // String |
        Integer lastActivated[geq] = 56; // Integer |
        Integer lastActivated[gte] = 56; // Integer |
        String lastActivated[isnull] = lastActivated[isnull]_example; // String |
        Integer lastActivated[leq] = 56; // Integer |
        Integer lastActivated[lte] = 56; // Integer |
        String lastActivated[noteq] = lastActivated[noteq]_example; // String |
        Integer lastActivated[notgeq] = 56; // Integer |
        Integer lastActivated[notgte] = 56; // Integer |
        String lastActivated[notisnull] = lastActivated[notisnull]_example; // String |
        Integer lastActivated[notleq] = 56; // Integer |
        Integer lastActivated[notlte] = 56; // Integer |
        String lastActivated[notstwith] = lastActivated[notstwith]_example; // String |
        String lastActivated[stwith] = lastActivated[stwith]_example; // String |
        String name[eq] = name[eq]_example; // String |
        Integer name[geq] = 56; // Integer |
        Integer name[gte] = 56; // Integer |
        String name[isnull] = name[isnull]_example; // String |
        Integer name[leq] = 56; // Integer |
        Integer name[lte] = 56; // Integer |
        String name[noteq] = name[noteq]_example; // String |
        Integer name[notgeq] = 56; // Integer |
        Integer name[notgte] = 56; // Integer |
        String name[notisnull] = name[notisnull]_example; // String |
        Integer name[notleq] = 56; // Integer |
        Integer name[notlte] = 56; // Integer |
        String name[notstwith] = name[notstwith]_example; // String |
        String name[stwith] = name[stwith]_example; // String |
        String productionName[eq] = productionName[eq]_example; // String |
        Integer productionName[geq] = 56; // Integer |
        Integer productionName[gte] = 56; // Integer |
        String productionName[isnull] = productionName[isnull]_example; // String |
        Integer productionName[leq] = 56; // Integer |
        Integer productionName[lte] = 56; // Integer |
        String productionName[noteq] = productionName[noteq]_example; // String |
        Integer productionName[notgeq] = 56; // Integer |
        Integer productionName[notgte] = 56; // Integer |
        String productionName[notisnull] = productionName[notisnull]_example; // String |
        Integer productionName[notleq] = 56; // Integer |
        Integer productionName[notlte] = 56; // Integer |
        String productionName[notstwith] = productionName[notstwith]_example; // String |
        String productionName[stwith] = productionName[stwith]_example; // String |
        String template[eq] = template[eq]_example; // String |
        Integer template[geq] = 56; // Integer |
        Integer template[gte] = 56; // Integer |
        String template[isnull] = template[isnull]_example; // String |
        Integer template[leq] = 56; // Integer |
        Integer template[lte] = 56; // Integer |
        String template[noteq] = template[noteq]_example; // String |
        Integer template[notgeq] = 56; // Integer |
        Integer template[notgte] = 56; // Integer |
        String template[notisnull] = template[notisnull]_example; // String |
        Integer template[notleq] = 56; // Integer |
        Integer template[notlte] = 56; // Integer |
        String template[notstwith] = template[notstwith]_example; // String |
        String template[stwith] = template[stwith]_example; // String |
        String type[eq] = type[eq]_example; // String |
        Integer type[geq] = 56; // Integer |
        Integer type[gte] = 56; // Integer |
        String type[isnull] = type[isnull]_example; // String |
        Integer type[leq] = 56; // Integer |
        Integer type[lte] = 56; // Integer |
        String type[noteq] = type[noteq]_example; // String |
        Integer type[notgeq] = 56; // Integer |
        Integer type[notgte] = 56; // Integer |
        String type[notisnull] = type[notisnull]_example; // String |
        Integer type[notleq] = 56; // Integer |
        Integer type[notlte] = 56; // Integer |
        String type[notstwith] = type[notstwith]_example; // String |
        String type[stwith] = type[stwith]_example; // String |
        try {
            array[feature-config_output] result = apiInstance.featureConfigGet(activated[eq], activated[geq], activated[gte], activated[isnull], activated[leq], activated[lte], activated[noteq], activated[notgeq], activated[notgte], activated[notisnull], activated[notleq], activated[notlte], activated[notstwith], activated[stwith], auditProduction[eq], auditProduction[geq], auditProduction[gte], auditProduction[isnull], auditProduction[leq], auditProduction[lte], auditProduction[noteq], auditProduction[notgeq], auditProduction[notgte], auditProduction[notisnull], auditProduction[notleq], auditProduction[notlte], auditProduction[notstwith], auditProduction[stwith], createdAt[eq], createdAt[geq], createdAt[gte], createdAt[isnull], createdAt[leq], createdAt[lte], createdAt[noteq], createdAt[notgeq], createdAt[notgte], createdAt[notisnull], createdAt[notleq], createdAt[notlte], createdAt[notstwith], createdAt[stwith], databaseLocation[eq], databaseLocation[geq], databaseLocation[gte], databaseLocation[isnull], databaseLocation[leq], databaseLocation[lte], databaseLocation[noteq], databaseLocation[notgeq], databaseLocation[notgte], databaseLocation[notisnull], databaseLocation[notleq], databaseLocation[notlte], databaseLocation[notstwith], databaseLocation[stwith], description[eq], description[geq], description[gte], description[isnull], description[leq], description[lte], description[noteq], description[notgeq], description[notgte], description[notisnull], description[notleq], description[notlte], description[notstwith], description[stwith], disabled[eq], disabled[geq], disabled[gte], disabled[isnull], disabled[leq], disabled[lte], disabled[noteq], disabled[notgeq], disabled[notgte], disabled[notisnull], disabled[notleq], disabled[notlte], disabled[notstwith], disabled[stwith], hsComponentName[eq], hsComponentName[geq], hsComponentName[gte], hsComponentName[isnull], hsComponentName[leq], hsComponentName[lte], hsComponentName[noteq], hsComponentName[notgeq], hsComponentName[notgte], hsComponentName[notisnull], hsComponentName[notleq], hsComponentName[notlte], hsComponentName[notstwith], hsComponentName[stwith], lastActivated[eq], lastActivated[geq], lastActivated[gte], lastActivated[isnull], lastActivated[leq], lastActivated[lte], lastActivated[noteq], lastActivated[notgeq], lastActivated[notgte], lastActivated[notisnull], lastActivated[notleq], lastActivated[notlte], lastActivated[notstwith], lastActivated[stwith], name[eq], name[geq], name[gte], name[isnull], name[leq], name[lte], name[noteq], name[notgeq], name[notgte], name[notisnull], name[notleq], name[notlte], name[notstwith], name[stwith], productionName[eq], productionName[geq], productionName[gte], productionName[isnull], productionName[leq], productionName[lte], productionName[noteq], productionName[notgeq], productionName[notgte], productionName[notisnull], productionName[notleq], productionName[notlte], productionName[notstwith], productionName[stwith], template[eq], template[geq], template[gte], template[isnull], template[leq], template[lte], template[noteq], template[notgeq], template[notgte], template[notisnull], template[notleq], template[notlte], template[notstwith], template[stwith], type[eq], type[geq], type[gte], type[isnull], type[leq], type[lte], type[noteq], type[notgeq], type[notgte], type[notisnull], type[notleq], type[notlte], type[notstwith], type[stwith]);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FeatureConfigApi#featureConfigGet");
            e.printStackTrace();
        }
    }
}
String *activated[eq] = activated[eq]_example; //  (optional)
Integer *activated[geq] = 56; //  (optional)
Integer *activated[gte] = 56; //  (optional)
String *activated[isnull] = activated[isnull]_example; //  (optional)
Integer *activated[leq] = 56; //  (optional)
Integer *activated[lte] = 56; //  (optional)
String *activated[noteq] = activated[noteq]_example; //  (optional)
Integer *activated[notgeq] = 56; //  (optional)
Integer *activated[notgte] = 56; //  (optional)
String *activated[notisnull] = activated[notisnull]_example; //  (optional)
Integer *activated[notleq] = 56; //  (optional)
Integer *activated[notlte] = 56; //  (optional)
String *activated[notstwith] = activated[notstwith]_example; //  (optional)
String *activated[stwith] = activated[stwith]_example; //  (optional)
String *auditProduction[eq] = auditProduction[eq]_example; //  (optional)
Integer *auditProduction[geq] = 56; //  (optional)
Integer *auditProduction[gte] = 56; //  (optional)
String *auditProduction[isnull] = auditProduction[isnull]_example; //  (optional)
Integer *auditProduction[leq] = 56; //  (optional)
Integer *auditProduction[lte] = 56; //  (optional)
String *auditProduction[noteq] = auditProduction[noteq]_example; //  (optional)
Integer *auditProduction[notgeq] = 56; //  (optional)
Integer *auditProduction[notgte] = 56; //  (optional)
String *auditProduction[notisnull] = auditProduction[notisnull]_example; //  (optional)
Integer *auditProduction[notleq] = 56; //  (optional)
Integer *auditProduction[notlte] = 56; //  (optional)
String *auditProduction[notstwith] = auditProduction[notstwith]_example; //  (optional)
String *auditProduction[stwith] = auditProduction[stwith]_example; //  (optional)
String *createdAt[eq] = createdAt[eq]_example; //  (optional)
Integer *createdAt[geq] = 56; //  (optional)
Integer *createdAt[gte] = 56; //  (optional)
String *createdAt[isnull] = createdAt[isnull]_example; //  (optional)
Integer *createdAt[leq] = 56; //  (optional)
Integer *createdAt[lte] = 56; //  (optional)
String *createdAt[noteq] = createdAt[noteq]_example; //  (optional)
Integer *createdAt[notgeq] = 56; //  (optional)
Integer *createdAt[notgte] = 56; //  (optional)
String *createdAt[notisnull] = createdAt[notisnull]_example; //  (optional)
Integer *createdAt[notleq] = 56; //  (optional)
Integer *createdAt[notlte] = 56; //  (optional)
String *createdAt[notstwith] = createdAt[notstwith]_example; //  (optional)
String *createdAt[stwith] = createdAt[stwith]_example; //  (optional)
String *databaseLocation[eq] = databaseLocation[eq]_example; //  (optional)
Integer *databaseLocation[geq] = 56; //  (optional)
Integer *databaseLocation[gte] = 56; //  (optional)
String *databaseLocation[isnull] = databaseLocation[isnull]_example; //  (optional)
Integer *databaseLocation[leq] = 56; //  (optional)
Integer *databaseLocation[lte] = 56; //  (optional)
String *databaseLocation[noteq] = databaseLocation[noteq]_example; //  (optional)
Integer *databaseLocation[notgeq] = 56; //  (optional)
Integer *databaseLocation[notgte] = 56; //  (optional)
String *databaseLocation[notisnull] = databaseLocation[notisnull]_example; //  (optional)
Integer *databaseLocation[notleq] = 56; //  (optional)
Integer *databaseLocation[notlte] = 56; //  (optional)
String *databaseLocation[notstwith] = databaseLocation[notstwith]_example; //  (optional)
String *databaseLocation[stwith] = databaseLocation[stwith]_example; //  (optional)
String *description[eq] = description[eq]_example; //  (optional)
Integer *description[geq] = 56; //  (optional)
Integer *description[gte] = 56; //  (optional)
String *description[isnull] = description[isnull]_example; //  (optional)
Integer *description[leq] = 56; //  (optional)
Integer *description[lte] = 56; //  (optional)
String *description[noteq] = description[noteq]_example; //  (optional)
Integer *description[notgeq] = 56; //  (optional)
Integer *description[notgte] = 56; //  (optional)
String *description[notisnull] = description[notisnull]_example; //  (optional)
Integer *description[notleq] = 56; //  (optional)
Integer *description[notlte] = 56; //  (optional)
String *description[notstwith] = description[notstwith]_example; //  (optional)
String *description[stwith] = description[stwith]_example; //  (optional)
String *disabled[eq] = disabled[eq]_example; //  (optional)
Integer *disabled[geq] = 56; //  (optional)
Integer *disabled[gte] = 56; //  (optional)
String *disabled[isnull] = disabled[isnull]_example; //  (optional)
Integer *disabled[leq] = 56; //  (optional)
Integer *disabled[lte] = 56; //  (optional)
String *disabled[noteq] = disabled[noteq]_example; //  (optional)
Integer *disabled[notgeq] = 56; //  (optional)
Integer *disabled[notgte] = 56; //  (optional)
String *disabled[notisnull] = disabled[notisnull]_example; //  (optional)
Integer *disabled[notleq] = 56; //  (optional)
Integer *disabled[notlte] = 56; //  (optional)
String *disabled[notstwith] = disabled[notstwith]_example; //  (optional)
String *disabled[stwith] = disabled[stwith]_example; //  (optional)
String *hsComponentName[eq] = hsComponentName[eq]_example; //  (optional)
Integer *hsComponentName[geq] = 56; //  (optional)
Integer *hsComponentName[gte] = 56; //  (optional)
String *hsComponentName[isnull] = hsComponentName[isnull]_example; //  (optional)
Integer *hsComponentName[leq] = 56; //  (optional)
Integer *hsComponentName[lte] = 56; //  (optional)
String *hsComponentName[noteq] = hsComponentName[noteq]_example; //  (optional)
Integer *hsComponentName[notgeq] = 56; //  (optional)
Integer *hsComponentName[notgte] = 56; //  (optional)
String *hsComponentName[notisnull] = hsComponentName[notisnull]_example; //  (optional)
Integer *hsComponentName[notleq] = 56; //  (optional)
Integer *hsComponentName[notlte] = 56; //  (optional)
String *hsComponentName[notstwith] = hsComponentName[notstwith]_example; //  (optional)
String *hsComponentName[stwith] = hsComponentName[stwith]_example; //  (optional)
String *lastActivated[eq] = lastActivated[eq]_example; //  (optional)
Integer *lastActivated[geq] = 56; //  (optional)
Integer *lastActivated[gte] = 56; //  (optional)
String *lastActivated[isnull] = lastActivated[isnull]_example; //  (optional)
Integer *lastActivated[leq] = 56; //  (optional)
Integer *lastActivated[lte] = 56; //  (optional)
String *lastActivated[noteq] = lastActivated[noteq]_example; //  (optional)
Integer *lastActivated[notgeq] = 56; //  (optional)
Integer *lastActivated[notgte] = 56; //  (optional)
String *lastActivated[notisnull] = lastActivated[notisnull]_example; //  (optional)
Integer *lastActivated[notleq] = 56; //  (optional)
Integer *lastActivated[notlte] = 56; //  (optional)
String *lastActivated[notstwith] = lastActivated[notstwith]_example; //  (optional)
String *lastActivated[stwith] = lastActivated[stwith]_example; //  (optional)
String *name[eq] = name[eq]_example; //  (optional)
Integer *name[geq] = 56; //  (optional)
Integer *name[gte] = 56; //  (optional)
String *name[isnull] = name[isnull]_example; //  (optional)
Integer *name[leq] = 56; //  (optional)
Integer *name[lte] = 56; //  (optional)
String *name[noteq] = name[noteq]_example; //  (optional)
Integer *name[notgeq] = 56; //  (optional)
Integer *name[notgte] = 56; //  (optional)
String *name[notisnull] = name[notisnull]_example; //  (optional)
Integer *name[notleq] = 56; //  (optional)
Integer *name[notlte] = 56; //  (optional)
String *name[notstwith] = name[notstwith]_example; //  (optional)
String *name[stwith] = name[stwith]_example; //  (optional)
String *productionName[eq] = productionName[eq]_example; //  (optional)
Integer *productionName[geq] = 56; //  (optional)
Integer *productionName[gte] = 56; //  (optional)
String *productionName[isnull] = productionName[isnull]_example; //  (optional)
Integer *productionName[leq] = 56; //  (optional)
Integer *productionName[lte] = 56; //  (optional)
String *productionName[noteq] = productionName[noteq]_example; //  (optional)
Integer *productionName[notgeq] = 56; //  (optional)
Integer *productionName[notgte] = 56; //  (optional)
String *productionName[notisnull] = productionName[notisnull]_example; //  (optional)
Integer *productionName[notleq] = 56; //  (optional)
Integer *productionName[notlte] = 56; //  (optional)
String *productionName[notstwith] = productionName[notstwith]_example; //  (optional)
String *productionName[stwith] = productionName[stwith]_example; //  (optional)
String *template[eq] = template[eq]_example; //  (optional)
Integer *template[geq] = 56; //  (optional)
Integer *template[gte] = 56; //  (optional)
String *template[isnull] = template[isnull]_example; //  (optional)
Integer *template[leq] = 56; //  (optional)
Integer *template[lte] = 56; //  (optional)
String *template[noteq] = template[noteq]_example; //  (optional)
Integer *template[notgeq] = 56; //  (optional)
Integer *template[notgte] = 56; //  (optional)
String *template[notisnull] = template[notisnull]_example; //  (optional)
Integer *template[notleq] = 56; //  (optional)
Integer *template[notlte] = 56; //  (optional)
String *template[notstwith] = template[notstwith]_example; //  (optional)
String *template[stwith] = template[stwith]_example; //  (optional)
String *type[eq] = type[eq]_example; //  (optional)
Integer *type[geq] = 56; //  (optional)
Integer *type[gte] = 56; //  (optional)
String *type[isnull] = type[isnull]_example; //  (optional)
Integer *type[leq] = 56; //  (optional)
Integer *type[lte] = 56; //  (optional)
String *type[noteq] = type[noteq]_example; //  (optional)
Integer *type[notgeq] = 56; //  (optional)
Integer *type[notgte] = 56; //  (optional)
String *type[notisnull] = type[notisnull]_example; //  (optional)
Integer *type[notleq] = 56; //  (optional)
Integer *type[notlte] = 56; //  (optional)
String *type[notstwith] = type[notstwith]_example; //  (optional)
String *type[stwith] = type[stwith]_example; //  (optional)

FeatureConfigApi *apiInstance = [[FeatureConfigApi alloc] init];

[apiInstance featureConfigGetWith:activated[eq]
    activated[geq]:activated[geq]
    activated[gte]:activated[gte]
    activated[isnull]:activated[isnull]
    activated[leq]:activated[leq]
    activated[lte]:activated[lte]
    activated[noteq]:activated[noteq]
    activated[notgeq]:activated[notgeq]
    activated[notgte]:activated[notgte]
    activated[notisnull]:activated[notisnull]
    activated[notleq]:activated[notleq]
    activated[notlte]:activated[notlte]
    activated[notstwith]:activated[notstwith]
    activated[stwith]:activated[stwith]
    auditProduction[eq]:auditProduction[eq]
    auditProduction[geq]:auditProduction[geq]
    auditProduction[gte]:auditProduction[gte]
    auditProduction[isnull]:auditProduction[isnull]
    auditProduction[leq]:auditProduction[leq]
    auditProduction[lte]:auditProduction[lte]
    auditProduction[noteq]:auditProduction[noteq]
    auditProduction[notgeq]:auditProduction[notgeq]
    auditProduction[notgte]:auditProduction[notgte]
    auditProduction[notisnull]:auditProduction[notisnull]
    auditProduction[notleq]:auditProduction[notleq]
    auditProduction[notlte]:auditProduction[notlte]
    auditProduction[notstwith]:auditProduction[notstwith]
    auditProduction[stwith]:auditProduction[stwith]
    createdAt[eq]:createdAt[eq]
    createdAt[geq]:createdAt[geq]
    createdAt[gte]:createdAt[gte]
    createdAt[isnull]:createdAt[isnull]
    createdAt[leq]:createdAt[leq]
    createdAt[lte]:createdAt[lte]
    createdAt[noteq]:createdAt[noteq]
    createdAt[notgeq]:createdAt[notgeq]
    createdAt[notgte]:createdAt[notgte]
    createdAt[notisnull]:createdAt[notisnull]
    createdAt[notleq]:createdAt[notleq]
    createdAt[notlte]:createdAt[notlte]
    createdAt[notstwith]:createdAt[notstwith]
    createdAt[stwith]:createdAt[stwith]
    databaseLocation[eq]:databaseLocation[eq]
    databaseLocation[geq]:databaseLocation[geq]
    databaseLocation[gte]:databaseLocation[gte]
    databaseLocation[isnull]:databaseLocation[isnull]
    databaseLocation[leq]:databaseLocation[leq]
    databaseLocation[lte]:databaseLocation[lte]
    databaseLocation[noteq]:databaseLocation[noteq]
    databaseLocation[notgeq]:databaseLocation[notgeq]
    databaseLocation[notgte]:databaseLocation[notgte]
    databaseLocation[notisnull]:databaseLocation[notisnull]
    databaseLocation[notleq]:databaseLocation[notleq]
    databaseLocation[notlte]:databaseLocation[notlte]
    databaseLocation[notstwith]:databaseLocation[notstwith]
    databaseLocation[stwith]:databaseLocation[stwith]
    description[eq]:description[eq]
    description[geq]:description[geq]
    description[gte]:description[gte]
    description[isnull]:description[isnull]
    description[leq]:description[leq]
    description[lte]:description[lte]
    description[noteq]:description[noteq]
    description[notgeq]:description[notgeq]
    description[notgte]:description[notgte]
    description[notisnull]:description[notisnull]
    description[notleq]:description[notleq]
    description[notlte]:description[notlte]
    description[notstwith]:description[notstwith]
    description[stwith]:description[stwith]
    disabled[eq]:disabled[eq]
    disabled[geq]:disabled[geq]
    disabled[gte]:disabled[gte]
    disabled[isnull]:disabled[isnull]
    disabled[leq]:disabled[leq]
    disabled[lte]:disabled[lte]
    disabled[noteq]:disabled[noteq]
    disabled[notgeq]:disabled[notgeq]
    disabled[notgte]:disabled[notgte]
    disabled[notisnull]:disabled[notisnull]
    disabled[notleq]:disabled[notleq]
    disabled[notlte]:disabled[notlte]
    disabled[notstwith]:disabled[notstwith]
    disabled[stwith]:disabled[stwith]
    hsComponentName[eq]:hsComponentName[eq]
    hsComponentName[geq]:hsComponentName[geq]
    hsComponentName[gte]:hsComponentName[gte]
    hsComponentName[isnull]:hsComponentName[isnull]
    hsComponentName[leq]:hsComponentName[leq]
    hsComponentName[lte]:hsComponentName[lte]
    hsComponentName[noteq]:hsComponentName[noteq]
    hsComponentName[notgeq]:hsComponentName[notgeq]
    hsComponentName[notgte]:hsComponentName[notgte]
    hsComponentName[notisnull]:hsComponentName[notisnull]
    hsComponentName[notleq]:hsComponentName[notleq]
    hsComponentName[notlte]:hsComponentName[notlte]
    hsComponentName[notstwith]:hsComponentName[notstwith]
    hsComponentName[stwith]:hsComponentName[stwith]
    lastActivated[eq]:lastActivated[eq]
    lastActivated[geq]:lastActivated[geq]
    lastActivated[gte]:lastActivated[gte]
    lastActivated[isnull]:lastActivated[isnull]
    lastActivated[leq]:lastActivated[leq]
    lastActivated[lte]:lastActivated[lte]
    lastActivated[noteq]:lastActivated[noteq]
    lastActivated[notgeq]:lastActivated[notgeq]
    lastActivated[notgte]:lastActivated[notgte]
    lastActivated[notisnull]:lastActivated[notisnull]
    lastActivated[notleq]:lastActivated[notleq]
    lastActivated[notlte]:lastActivated[notlte]
    lastActivated[notstwith]:lastActivated[notstwith]
    lastActivated[stwith]:lastActivated[stwith]
    name[eq]:name[eq]
    name[geq]:name[geq]
    name[gte]:name[gte]
    name[isnull]:name[isnull]
    name[leq]:name[leq]
    name[lte]:name[lte]
    name[noteq]:name[noteq]
    name[notgeq]:name[notgeq]
    name[notgte]:name[notgte]
    name[notisnull]:name[notisnull]
    name[notleq]:name[notleq]
    name[notlte]:name[notlte]
    name[notstwith]:name[notstwith]
    name[stwith]:name[stwith]
    productionName[eq]:productionName[eq]
    productionName[geq]:productionName[geq]
    productionName[gte]:productionName[gte]
    productionName[isnull]:productionName[isnull]
    productionName[leq]:productionName[leq]
    productionName[lte]:productionName[lte]
    productionName[noteq]:productionName[noteq]
    productionName[notgeq]:productionName[notgeq]
    productionName[notgte]:productionName[notgte]
    productionName[notisnull]:productionName[notisnull]
    productionName[notleq]:productionName[notleq]
    productionName[notlte]:productionName[notlte]
    productionName[notstwith]:productionName[notstwith]
    productionName[stwith]:productionName[stwith]
    template[eq]:template[eq]
    template[geq]:template[geq]
    template[gte]:template[gte]
    template[isnull]:template[isnull]
    template[leq]:template[leq]
    template[lte]:template[lte]
    template[noteq]:template[noteq]
    template[notgeq]:template[notgeq]
    template[notgte]:template[notgte]
    template[notisnull]:template[notisnull]
    template[notleq]:template[notleq]
    template[notlte]:template[notlte]
    template[notstwith]:template[notstwith]
    template[stwith]:template[stwith]
    type[eq]:type[eq]
    type[geq]:type[geq]
    type[gte]:type[gte]
    type[isnull]:type[isnull]
    type[leq]:type[leq]
    type[lte]:type[lte]
    type[noteq]:type[noteq]
    type[notgeq]:type[notgeq]
    type[notgte]:type[notgte]
    type[notisnull]:type[notisnull]
    type[notleq]:type[notleq]
    type[notlte]:type[notlte]
    type[notstwith]:type[notstwith]
    type[stwith]:type[stwith]
              completionHandler: ^(array[feature-config_output] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var HealthShareDeploymentApi = require('health_share_deployment_api');

var api = new HealthShareDeploymentApi.FeatureConfigApi()
var opts = {
  'activated[eq]': activated[eq]_example, // {{String}}
  'activated[geq]': 56, // {{Integer}}
  'activated[gte]': 56, // {{Integer}}
  'activated[isnull]': activated[isnull]_example, // {{String}}
  'activated[leq]': 56, // {{Integer}}
  'activated[lte]': 56, // {{Integer}}
  'activated[noteq]': activated[noteq]_example, // {{String}}
  'activated[notgeq]': 56, // {{Integer}}
  'activated[notgte]': 56, // {{Integer}}
  'activated[notisnull]': activated[notisnull]_example, // {{String}}
  'activated[notleq]': 56, // {{Integer}}
  'activated[notlte]': 56, // {{Integer}}
  'activated[notstwith]': activated[notstwith]_example, // {{String}}
  'activated[stwith]': activated[stwith]_example, // {{String}}
  'auditProduction[eq]': auditProduction[eq]_example, // {{String}}
  'auditProduction[geq]': 56, // {{Integer}}
  'auditProduction[gte]': 56, // {{Integer}}
  'auditProduction[isnull]': auditProduction[isnull]_example, // {{String}}
  'auditProduction[leq]': 56, // {{Integer}}
  'auditProduction[lte]': 56, // {{Integer}}
  'auditProduction[noteq]': auditProduction[noteq]_example, // {{String}}
  'auditProduction[notgeq]': 56, // {{Integer}}
  'auditProduction[notgte]': 56, // {{Integer}}
  'auditProduction[notisnull]': auditProduction[notisnull]_example, // {{String}}
  'auditProduction[notleq]': 56, // {{Integer}}
  'auditProduction[notlte]': 56, // {{Integer}}
  'auditProduction[notstwith]': auditProduction[notstwith]_example, // {{String}}
  'auditProduction[stwith]': auditProduction[stwith]_example, // {{String}}
  'createdAt[eq]': createdAt[eq]_example, // {{String}}
  'createdAt[geq]': 56, // {{Integer}}
  'createdAt[gte]': 56, // {{Integer}}
  'createdAt[isnull]': createdAt[isnull]_example, // {{String}}
  'createdAt[leq]': 56, // {{Integer}}
  'createdAt[lte]': 56, // {{Integer}}
  'createdAt[noteq]': createdAt[noteq]_example, // {{String}}
  'createdAt[notgeq]': 56, // {{Integer}}
  'createdAt[notgte]': 56, // {{Integer}}
  'createdAt[notisnull]': createdAt[notisnull]_example, // {{String}}
  'createdAt[notleq]': 56, // {{Integer}}
  'createdAt[notlte]': 56, // {{Integer}}
  'createdAt[notstwith]': createdAt[notstwith]_example, // {{String}}
  'createdAt[stwith]': createdAt[stwith]_example, // {{String}}
  'databaseLocation[eq]': databaseLocation[eq]_example, // {{String}}
  'databaseLocation[geq]': 56, // {{Integer}}
  'databaseLocation[gte]': 56, // {{Integer}}
  'databaseLocation[isnull]': databaseLocation[isnull]_example, // {{String}}
  'databaseLocation[leq]': 56, // {{Integer}}
  'databaseLocation[lte]': 56, // {{Integer}}
  'databaseLocation[noteq]': databaseLocation[noteq]_example, // {{String}}
  'databaseLocation[notgeq]': 56, // {{Integer}}
  'databaseLocation[notgte]': 56, // {{Integer}}
  'databaseLocation[notisnull]': databaseLocation[notisnull]_example, // {{String}}
  'databaseLocation[notleq]': 56, // {{Integer}}
  'databaseLocation[notlte]': 56, // {{Integer}}
  'databaseLocation[notstwith]': databaseLocation[notstwith]_example, // {{String}}
  'databaseLocation[stwith]': databaseLocation[stwith]_example, // {{String}}
  'description[eq]': description[eq]_example, // {{String}}
  'description[geq]': 56, // {{Integer}}
  'description[gte]': 56, // {{Integer}}
  'description[isnull]': description[isnull]_example, // {{String}}
  'description[leq]': 56, // {{Integer}}
  'description[lte]': 56, // {{Integer}}
  'description[noteq]': description[noteq]_example, // {{String}}
  'description[notgeq]': 56, // {{Integer}}
  'description[notgte]': 56, // {{Integer}}
  'description[notisnull]': description[notisnull]_example, // {{String}}
  'description[notleq]': 56, // {{Integer}}
  'description[notlte]': 56, // {{Integer}}
  'description[notstwith]': description[notstwith]_example, // {{String}}
  'description[stwith]': description[stwith]_example, // {{String}}
  'disabled[eq]': disabled[eq]_example, // {{String}}
  'disabled[geq]': 56, // {{Integer}}
  'disabled[gte]': 56, // {{Integer}}
  'disabled[isnull]': disabled[isnull]_example, // {{String}}
  'disabled[leq]': 56, // {{Integer}}
  'disabled[lte]': 56, // {{Integer}}
  'disabled[noteq]': disabled[noteq]_example, // {{String}}
  'disabled[notgeq]': 56, // {{Integer}}
  'disabled[notgte]': 56, // {{Integer}}
  'disabled[notisnull]': disabled[notisnull]_example, // {{String}}
  'disabled[notleq]': 56, // {{Integer}}
  'disabled[notlte]': 56, // {{Integer}}
  'disabled[notstwith]': disabled[notstwith]_example, // {{String}}
  'disabled[stwith]': disabled[stwith]_example, // {{String}}
  'hsComponentName[eq]': hsComponentName[eq]_example, // {{String}}
  'hsComponentName[geq]': 56, // {{Integer}}
  'hsComponentName[gte]': 56, // {{Integer}}
  'hsComponentName[isnull]': hsComponentName[isnull]_example, // {{String}}
  'hsComponentName[leq]': 56, // {{Integer}}
  'hsComponentName[lte]': 56, // {{Integer}}
  'hsComponentName[noteq]': hsComponentName[noteq]_example, // {{String}}
  'hsComponentName[notgeq]': 56, // {{Integer}}
  'hsComponentName[notgte]': 56, // {{Integer}}
  'hsComponentName[notisnull]': hsComponentName[notisnull]_example, // {{String}}
  'hsComponentName[notleq]': 56, // {{Integer}}
  'hsComponentName[notlte]': 56, // {{Integer}}
  'hsComponentName[notstwith]': hsComponentName[notstwith]_example, // {{String}}
  'hsComponentName[stwith]': hsComponentName[stwith]_example, // {{String}}
  'lastActivated[eq]': lastActivated[eq]_example, // {{String}}
  'lastActivated[geq]': 56, // {{Integer}}
  'lastActivated[gte]': 56, // {{Integer}}
  'lastActivated[isnull]': lastActivated[isnull]_example, // {{String}}
  'lastActivated[leq]': 56, // {{Integer}}
  'lastActivated[lte]': 56, // {{Integer}}
  'lastActivated[noteq]': lastActivated[noteq]_example, // {{String}}
  'lastActivated[notgeq]': 56, // {{Integer}}
  'lastActivated[notgte]': 56, // {{Integer}}
  'lastActivated[notisnull]': lastActivated[notisnull]_example, // {{String}}
  'lastActivated[notleq]': 56, // {{Integer}}
  'lastActivated[notlte]': 56, // {{Integer}}
  'lastActivated[notstwith]': lastActivated[notstwith]_example, // {{String}}
  'lastActivated[stwith]': lastActivated[stwith]_example, // {{String}}
  'name[eq]': name[eq]_example, // {{String}}
  'name[geq]': 56, // {{Integer}}
  'name[gte]': 56, // {{Integer}}
  'name[isnull]': name[isnull]_example, // {{String}}
  'name[leq]': 56, // {{Integer}}
  'name[lte]': 56, // {{Integer}}
  'name[noteq]': name[noteq]_example, // {{String}}
  'name[notgeq]': 56, // {{Integer}}
  'name[notgte]': 56, // {{Integer}}
  'name[notisnull]': name[notisnull]_example, // {{String}}
  'name[notleq]': 56, // {{Integer}}
  'name[notlte]': 56, // {{Integer}}
  'name[notstwith]': name[notstwith]_example, // {{String}}
  'name[stwith]': name[stwith]_example, // {{String}}
  'productionName[eq]': productionName[eq]_example, // {{String}}
  'productionName[geq]': 56, // {{Integer}}
  'productionName[gte]': 56, // {{Integer}}
  'productionName[isnull]': productionName[isnull]_example, // {{String}}
  'productionName[leq]': 56, // {{Integer}}
  'productionName[lte]': 56, // {{Integer}}
  'productionName[noteq]': productionName[noteq]_example, // {{String}}
  'productionName[notgeq]': 56, // {{Integer}}
  'productionName[notgte]': 56, // {{Integer}}
  'productionName[notisnull]': productionName[notisnull]_example, // {{String}}
  'productionName[notleq]': 56, // {{Integer}}
  'productionName[notlte]': 56, // {{Integer}}
  'productionName[notstwith]': productionName[notstwith]_example, // {{String}}
  'productionName[stwith]': productionName[stwith]_example, // {{String}}
  'template[eq]': template[eq]_example, // {{String}}
  'template[geq]': 56, // {{Integer}}
  'template[gte]': 56, // {{Integer}}
  'template[isnull]': template[isnull]_example, // {{String}}
  'template[leq]': 56, // {{Integer}}
  'template[lte]': 56, // {{Integer}}
  'template[noteq]': template[noteq]_example, // {{String}}
  'template[notgeq]': 56, // {{Integer}}
  'template[notgte]': 56, // {{Integer}}
  'template[notisnull]': template[notisnull]_example, // {{String}}
  'template[notleq]': 56, // {{Integer}}
  'template[notlte]': 56, // {{Integer}}
  'template[notstwith]': template[notstwith]_example, // {{String}}
  'template[stwith]': template[stwith]_example, // {{String}}
  'type[eq]': type[eq]_example, // {{String}}
  'type[geq]': 56, // {{Integer}}
  'type[gte]': 56, // {{Integer}}
  'type[isnull]': type[isnull]_example, // {{String}}
  'type[leq]': 56, // {{Integer}}
  'type[lte]': 56, // {{Integer}}
  'type[noteq]': type[noteq]_example, // {{String}}
  'type[notgeq]': 56, // {{Integer}}
  'type[notgte]': 56, // {{Integer}}
  'type[notisnull]': type[notisnull]_example, // {{String}}
  'type[notleq]': 56, // {{Integer}}
  'type[notlte]': 56, // {{Integer}}
  'type[notstwith]': type[notstwith]_example, // {{String}}
  'type[stwith]': type[stwith]_example // {{String}}
};
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.featureConfigGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class featureConfigGetExample
    {
        public void main()
        {

            var apiInstance = new FeatureConfigApi();
            var activated[eq] = activated[eq]_example;  // String |  (optional)
            var activated[geq] = 56;  // Integer |  (optional)
            var activated[gte] = 56;  // Integer |  (optional)
            var activated[isnull] = activated[isnull]_example;  // String |  (optional)
            var activated[leq] = 56;  // Integer |  (optional)
            var activated[lte] = 56;  // Integer |  (optional)
            var activated[noteq] = activated[noteq]_example;  // String |  (optional)
            var activated[notgeq] = 56;  // Integer |  (optional)
            var activated[notgte] = 56;  // Integer |  (optional)
            var activated[notisnull] = activated[notisnull]_example;  // String |  (optional)
            var activated[notleq] = 56;  // Integer |  (optional)
            var activated[notlte] = 56;  // Integer |  (optional)
            var activated[notstwith] = activated[notstwith]_example;  // String |  (optional)
            var activated[stwith] = activated[stwith]_example;  // String |  (optional)
            var auditProduction[eq] = auditProduction[eq]_example;  // String |  (optional)
            var auditProduction[geq] = 56;  // Integer |  (optional)
            var auditProduction[gte] = 56;  // Integer |  (optional)
            var auditProduction[isnull] = auditProduction[isnull]_example;  // String |  (optional)
            var auditProduction[leq] = 56;  // Integer |  (optional)
            var auditProduction[lte] = 56;  // Integer |  (optional)
            var auditProduction[noteq] = auditProduction[noteq]_example;  // String |  (optional)
            var auditProduction[notgeq] = 56;  // Integer |  (optional)
            var auditProduction[notgte] = 56;  // Integer |  (optional)
            var auditProduction[notisnull] = auditProduction[notisnull]_example;  // String |  (optional)
            var auditProduction[notleq] = 56;  // Integer |  (optional)
            var auditProduction[notlte] = 56;  // Integer |  (optional)
            var auditProduction[notstwith] = auditProduction[notstwith]_example;  // String |  (optional)
            var auditProduction[stwith] = auditProduction[stwith]_example;  // String |  (optional)
            var createdAt[eq] = createdAt[eq]_example;  // String |  (optional)
            var createdAt[geq] = 56;  // Integer |  (optional)
            var createdAt[gte] = 56;  // Integer |  (optional)
            var createdAt[isnull] = createdAt[isnull]_example;  // String |  (optional)
            var createdAt[leq] = 56;  // Integer |  (optional)
            var createdAt[lte] = 56;  // Integer |  (optional)
            var createdAt[noteq] = createdAt[noteq]_example;  // String |  (optional)
            var createdAt[notgeq] = 56;  // Integer |  (optional)
            var createdAt[notgte] = 56;  // Integer |  (optional)
            var createdAt[notisnull] = createdAt[notisnull]_example;  // String |  (optional)
            var createdAt[notleq] = 56;  // Integer |  (optional)
            var createdAt[notlte] = 56;  // Integer |  (optional)
            var createdAt[notstwith] = createdAt[notstwith]_example;  // String |  (optional)
            var createdAt[stwith] = createdAt[stwith]_example;  // String |  (optional)
            var databaseLocation[eq] = databaseLocation[eq]_example;  // String |  (optional)
            var databaseLocation[geq] = 56;  // Integer |  (optional)
            var databaseLocation[gte] = 56;  // Integer |  (optional)
            var databaseLocation[isnull] = databaseLocation[isnull]_example;  // String |  (optional)
            var databaseLocation[leq] = 56;  // Integer |  (optional)
            var databaseLocation[lte] = 56;  // Integer |  (optional)
            var databaseLocation[noteq] = databaseLocation[noteq]_example;  // String |  (optional)
            var databaseLocation[notgeq] = 56;  // Integer |  (optional)
            var databaseLocation[notgte] = 56;  // Integer |  (optional)
            var databaseLocation[notisnull] = databaseLocation[notisnull]_example;  // String |  (optional)
            var databaseLocation[notleq] = 56;  // Integer |  (optional)
            var databaseLocation[notlte] = 56;  // Integer |  (optional)
            var databaseLocation[notstwith] = databaseLocation[notstwith]_example;  // String |  (optional)
            var databaseLocation[stwith] = databaseLocation[stwith]_example;  // String |  (optional)
            var description[eq] = description[eq]_example;  // String |  (optional)
            var description[geq] = 56;  // Integer |  (optional)
            var description[gte] = 56;  // Integer |  (optional)
            var description[isnull] = description[isnull]_example;  // String |  (optional)
            var description[leq] = 56;  // Integer |  (optional)
            var description[lte] = 56;  // Integer |  (optional)
            var description[noteq] = description[noteq]_example;  // String |  (optional)
            var description[notgeq] = 56;  // Integer |  (optional)
            var description[notgte] = 56;  // Integer |  (optional)
            var description[notisnull] = description[notisnull]_example;  // String |  (optional)
            var description[notleq] = 56;  // Integer |  (optional)
            var description[notlte] = 56;  // Integer |  (optional)
            var description[notstwith] = description[notstwith]_example;  // String |  (optional)
            var description[stwith] = description[stwith]_example;  // String |  (optional)
            var disabled[eq] = disabled[eq]_example;  // String |  (optional)
            var disabled[geq] = 56;  // Integer |  (optional)
            var disabled[gte] = 56;  // Integer |  (optional)
            var disabled[isnull] = disabled[isnull]_example;  // String |  (optional)
            var disabled[leq] = 56;  // Integer |  (optional)
            var disabled[lte] = 56;  // Integer |  (optional)
            var disabled[noteq] = disabled[noteq]_example;  // String |  (optional)
            var disabled[notgeq] = 56;  // Integer |  (optional)
            var disabled[notgte] = 56;  // Integer |  (optional)
            var disabled[notisnull] = disabled[notisnull]_example;  // String |  (optional)
            var disabled[notleq] = 56;  // Integer |  (optional)
            var disabled[notlte] = 56;  // Integer |  (optional)
            var disabled[notstwith] = disabled[notstwith]_example;  // String |  (optional)
            var disabled[stwith] = disabled[stwith]_example;  // String |  (optional)
            var hsComponentName[eq] = hsComponentName[eq]_example;  // String |  (optional)
            var hsComponentName[geq] = 56;  // Integer |  (optional)
            var hsComponentName[gte] = 56;  // Integer |  (optional)
            var hsComponentName[isnull] = hsComponentName[isnull]_example;  // String |  (optional)
            var hsComponentName[leq] = 56;  // Integer |  (optional)
            var hsComponentName[lte] = 56;  // Integer |  (optional)
            var hsComponentName[noteq] = hsComponentName[noteq]_example;  // String |  (optional)
            var hsComponentName[notgeq] = 56;  // Integer |  (optional)
            var hsComponentName[notgte] = 56;  // Integer |  (optional)
            var hsComponentName[notisnull] = hsComponentName[notisnull]_example;  // String |  (optional)
            var hsComponentName[notleq] = 56;  // Integer |  (optional)
            var hsComponentName[notlte] = 56;  // Integer |  (optional)
            var hsComponentName[notstwith] = hsComponentName[notstwith]_example;  // String |  (optional)
            var hsComponentName[stwith] = hsComponentName[stwith]_example;  // String |  (optional)
            var lastActivated[eq] = lastActivated[eq]_example;  // String |  (optional)
            var lastActivated[geq] = 56;  // Integer |  (optional)
            var lastActivated[gte] = 56;  // Integer |  (optional)
            var lastActivated[isnull] = lastActivated[isnull]_example;  // String |  (optional)
            var lastActivated[leq] = 56;  // Integer |  (optional)
            var lastActivated[lte] = 56;  // Integer |  (optional)
            var lastActivated[noteq] = lastActivated[noteq]_example;  // String |  (optional)
            var lastActivated[notgeq] = 56;  // Integer |  (optional)
            var lastActivated[notgte] = 56;  // Integer |  (optional)
            var lastActivated[notisnull] = lastActivated[notisnull]_example;  // String |  (optional)
            var lastActivated[notleq] = 56;  // Integer |  (optional)
            var lastActivated[notlte] = 56;  // Integer |  (optional)
            var lastActivated[notstwith] = lastActivated[notstwith]_example;  // String |  (optional)
            var lastActivated[stwith] = lastActivated[stwith]_example;  // String |  (optional)
            var name[eq] = name[eq]_example;  // String |  (optional)
            var name[geq] = 56;  // Integer |  (optional)
            var name[gte] = 56;  // Integer |  (optional)
            var name[isnull] = name[isnull]_example;  // String |  (optional)
            var name[leq] = 56;  // Integer |  (optional)
            var name[lte] = 56;  // Integer |  (optional)
            var name[noteq] = name[noteq]_example;  // String |  (optional)
            var name[notgeq] = 56;  // Integer |  (optional)
            var name[notgte] = 56;  // Integer |  (optional)
            var name[notisnull] = name[notisnull]_example;  // String |  (optional)
            var name[notleq] = 56;  // Integer |  (optional)
            var name[notlte] = 56;  // Integer |  (optional)
            var name[notstwith] = name[notstwith]_example;  // String |  (optional)
            var name[stwith] = name[stwith]_example;  // String |  (optional)
            var productionName[eq] = productionName[eq]_example;  // String |  (optional)
            var productionName[geq] = 56;  // Integer |  (optional)
            var productionName[gte] = 56;  // Integer |  (optional)
            var productionName[isnull] = productionName[isnull]_example;  // String |  (optional)
            var productionName[leq] = 56;  // Integer |  (optional)
            var productionName[lte] = 56;  // Integer |  (optional)
            var productionName[noteq] = productionName[noteq]_example;  // String |  (optional)
            var productionName[notgeq] = 56;  // Integer |  (optional)
            var productionName[notgte] = 56;  // Integer |  (optional)
            var productionName[notisnull] = productionName[notisnull]_example;  // String |  (optional)
            var productionName[notleq] = 56;  // Integer |  (optional)
            var productionName[notlte] = 56;  // Integer |  (optional)
            var productionName[notstwith] = productionName[notstwith]_example;  // String |  (optional)
            var productionName[stwith] = productionName[stwith]_example;  // String |  (optional)
            var template[eq] = template[eq]_example;  // String |  (optional)
            var template[geq] = 56;  // Integer |  (optional)
            var template[gte] = 56;  // Integer |  (optional)
            var template[isnull] = template[isnull]_example;  // String |  (optional)
            var template[leq] = 56;  // Integer |  (optional)
            var template[lte] = 56;  // Integer |  (optional)
            var template[noteq] = template[noteq]_example;  // String |  (optional)
            var template[notgeq] = 56;  // Integer |  (optional)
            var template[notgte] = 56;  // Integer |  (optional)
            var template[notisnull] = template[notisnull]_example;  // String |  (optional)
            var template[notleq] = 56;  // Integer |  (optional)
            var template[notlte] = 56;  // Integer |  (optional)
            var template[notstwith] = template[notstwith]_example;  // String |  (optional)
            var template[stwith] = template[stwith]_example;  // String |  (optional)
            var type[eq] = type[eq]_example;  // String |  (optional)
            var type[geq] = 56;  // Integer |  (optional)
            var type[gte] = 56;  // Integer |  (optional)
            var type[isnull] = type[isnull]_example;  // String |  (optional)
            var type[leq] = 56;  // Integer |  (optional)
            var type[lte] = 56;  // Integer |  (optional)
            var type[noteq] = type[noteq]_example;  // String |  (optional)
            var type[notgeq] = 56;  // Integer |  (optional)
            var type[notgte] = 56;  // Integer |  (optional)
            var type[notisnull] = type[notisnull]_example;  // String |  (optional)
            var type[notleq] = 56;  // Integer |  (optional)
            var type[notlte] = 56;  // Integer |  (optional)
            var type[notstwith] = type[notstwith]_example;  // String |  (optional)
            var type[stwith] = type[stwith]_example;  // String |  (optional)

            try
            {
                array[feature-config_output] result = apiInstance.featureConfigGet(activated[eq], activated[geq], activated[gte], activated[isnull], activated[leq], activated[lte], activated[noteq], activated[notgeq], activated[notgte], activated[notisnull], activated[notleq], activated[notlte], activated[notstwith], activated[stwith], auditProduction[eq], auditProduction[geq], auditProduction[gte], auditProduction[isnull], auditProduction[leq], auditProduction[lte], auditProduction[noteq], auditProduction[notgeq], auditProduction[notgte], auditProduction[notisnull], auditProduction[notleq], auditProduction[notlte], auditProduction[notstwith], auditProduction[stwith], createdAt[eq], createdAt[geq], createdAt[gte], createdAt[isnull], createdAt[leq], createdAt[lte], createdAt[noteq], createdAt[notgeq], createdAt[notgte], createdAt[notisnull], createdAt[notleq], createdAt[notlte], createdAt[notstwith], createdAt[stwith], databaseLocation[eq], databaseLocation[geq], databaseLocation[gte], databaseLocation[isnull], databaseLocation[leq], databaseLocation[lte], databaseLocation[noteq], databaseLocation[notgeq], databaseLocation[notgte], databaseLocation[notisnull], databaseLocation[notleq], databaseLocation[notlte], databaseLocation[notstwith], databaseLocation[stwith], description[eq], description[geq], description[gte], description[isnull], description[leq], description[lte], description[noteq], description[notgeq], description[notgte], description[notisnull], description[notleq], description[notlte], description[notstwith], description[stwith], disabled[eq], disabled[geq], disabled[gte], disabled[isnull], disabled[leq], disabled[lte], disabled[noteq], disabled[notgeq], disabled[notgte], disabled[notisnull], disabled[notleq], disabled[notlte], disabled[notstwith], disabled[stwith], hsComponentName[eq], hsComponentName[geq], hsComponentName[gte], hsComponentName[isnull], hsComponentName[leq], hsComponentName[lte], hsComponentName[noteq], hsComponentName[notgeq], hsComponentName[notgte], hsComponentName[notisnull], hsComponentName[notleq], hsComponentName[notlte], hsComponentName[notstwith], hsComponentName[stwith], lastActivated[eq], lastActivated[geq], lastActivated[gte], lastActivated[isnull], lastActivated[leq], lastActivated[lte], lastActivated[noteq], lastActivated[notgeq], lastActivated[notgte], lastActivated[notisnull], lastActivated[notleq], lastActivated[notlte], lastActivated[notstwith], lastActivated[stwith], name[eq], name[geq], name[gte], name[isnull], name[leq], name[lte], name[noteq], name[notgeq], name[notgte], name[notisnull], name[notleq], name[notlte], name[notstwith], name[stwith], productionName[eq], productionName[geq], productionName[gte], productionName[isnull], productionName[leq], productionName[lte], productionName[noteq], productionName[notgeq], productionName[notgte], productionName[notisnull], productionName[notleq], productionName[notlte], productionName[notstwith], productionName[stwith], template[eq], template[geq], template[gte], template[isnull], template[leq], template[lte], template[noteq], template[notgeq], template[notgte], template[notisnull], template[notleq], template[notlte], template[notstwith], template[stwith], type[eq], type[geq], type[gte], type[isnull], type[leq], type[lte], type[noteq], type[notgeq], type[notgte], type[notisnull], type[notleq], type[notlte], type[notstwith], type[stwith]);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FeatureConfigApi.featureConfigGet: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\ApiFeatureConfigApi();
$activated[eq] = activated[eq]_example; // String |
$activated[geq] = 56; // Integer |
$activated[gte] = 56; // Integer |
$activated[isnull] = activated[isnull]_example; // String |
$activated[leq] = 56; // Integer |
$activated[lte] = 56; // Integer |
$activated[noteq] = activated[noteq]_example; // String |
$activated[notgeq] = 56; // Integer |
$activated[notgte] = 56; // Integer |
$activated[notisnull] = activated[notisnull]_example; // String |
$activated[notleq] = 56; // Integer |
$activated[notlte] = 56; // Integer |
$activated[notstwith] = activated[notstwith]_example; // String |
$activated[stwith] = activated[stwith]_example; // String |
$auditProduction[eq] = auditProduction[eq]_example; // String |
$auditProduction[geq] = 56; // Integer |
$auditProduction[gte] = 56; // Integer |
$auditProduction[isnull] = auditProduction[isnull]_example; // String |
$auditProduction[leq] = 56; // Integer |
$auditProduction[lte] = 56; // Integer |
$auditProduction[noteq] = auditProduction[noteq]_example; // String |
$auditProduction[notgeq] = 56; // Integer |
$auditProduction[notgte] = 56; // Integer |
$auditProduction[notisnull] = auditProduction[notisnull]_example; // String |
$auditProduction[notleq] = 56; // Integer |
$auditProduction[notlte] = 56; // Integer |
$auditProduction[notstwith] = auditProduction[notstwith]_example; // String |
$auditProduction[stwith] = auditProduction[stwith]_example; // String |
$createdAt[eq] = createdAt[eq]_example; // String |
$createdAt[geq] = 56; // Integer |
$createdAt[gte] = 56; // Integer |
$createdAt[isnull] = createdAt[isnull]_example; // String |
$createdAt[leq] = 56; // Integer |
$createdAt[lte] = 56; // Integer |
$createdAt[noteq] = createdAt[noteq]_example; // String |
$createdAt[notgeq] = 56; // Integer |
$createdAt[notgte] = 56; // Integer |
$createdAt[notisnull] = createdAt[notisnull]_example; // String |
$createdAt[notleq] = 56; // Integer |
$createdAt[notlte] = 56; // Integer |
$createdAt[notstwith] = createdAt[notstwith]_example; // String |
$createdAt[stwith] = createdAt[stwith]_example; // String |
$databaseLocation[eq] = databaseLocation[eq]_example; // String |
$databaseLocation[geq] = 56; // Integer |
$databaseLocation[gte] = 56; // Integer |
$databaseLocation[isnull] = databaseLocation[isnull]_example; // String |
$databaseLocation[leq] = 56; // Integer |
$databaseLocation[lte] = 56; // Integer |
$databaseLocation[noteq] = databaseLocation[noteq]_example; // String |
$databaseLocation[notgeq] = 56; // Integer |
$databaseLocation[notgte] = 56; // Integer |
$databaseLocation[notisnull] = databaseLocation[notisnull]_example; // String |
$databaseLocation[notleq] = 56; // Integer |
$databaseLocation[notlte] = 56; // Integer |
$databaseLocation[notstwith] = databaseLocation[notstwith]_example; // String |
$databaseLocation[stwith] = databaseLocation[stwith]_example; // String |
$description[eq] = description[eq]_example; // String |
$description[geq] = 56; // Integer |
$description[gte] = 56; // Integer |
$description[isnull] = description[isnull]_example; // String |
$description[leq] = 56; // Integer |
$description[lte] = 56; // Integer |
$description[noteq] = description[noteq]_example; // String |
$description[notgeq] = 56; // Integer |
$description[notgte] = 56; // Integer |
$description[notisnull] = description[notisnull]_example; // String |
$description[notleq] = 56; // Integer |
$description[notlte] = 56; // Integer |
$description[notstwith] = description[notstwith]_example; // String |
$description[stwith] = description[stwith]_example; // String |
$disabled[eq] = disabled[eq]_example; // String |
$disabled[geq] = 56; // Integer |
$disabled[gte] = 56; // Integer |
$disabled[isnull] = disabled[isnull]_example; // String |
$disabled[leq] = 56; // Integer |
$disabled[lte] = 56; // Integer |
$disabled[noteq] = disabled[noteq]_example; // String |
$disabled[notgeq] = 56; // Integer |
$disabled[notgte] = 56; // Integer |
$disabled[notisnull] = disabled[notisnull]_example; // String |
$disabled[notleq] = 56; // Integer |
$disabled[notlte] = 56; // Integer |
$disabled[notstwith] = disabled[notstwith]_example; // String |
$disabled[stwith] = disabled[stwith]_example; // String |
$hsComponentName[eq] = hsComponentName[eq]_example; // String |
$hsComponentName[geq] = 56; // Integer |
$hsComponentName[gte] = 56; // Integer |
$hsComponentName[isnull] = hsComponentName[isnull]_example; // String |
$hsComponentName[leq] = 56; // Integer |
$hsComponentName[lte] = 56; // Integer |
$hsComponentName[noteq] = hsComponentName[noteq]_example; // String |
$hsComponentName[notgeq] = 56; // Integer |
$hsComponentName[notgte] = 56; // Integer |
$hsComponentName[notisnull] = hsComponentName[notisnull]_example; // String |
$hsComponentName[notleq] = 56; // Integer |
$hsComponentName[notlte] = 56; // Integer |
$hsComponentName[notstwith] = hsComponentName[notstwith]_example; // String |
$hsComponentName[stwith] = hsComponentName[stwith]_example; // String |
$lastActivated[eq] = lastActivated[eq]_example; // String |
$lastActivated[geq] = 56; // Integer |
$lastActivated[gte] = 56; // Integer |
$lastActivated[isnull] = lastActivated[isnull]_example; // String |
$lastActivated[leq] = 56; // Integer |
$lastActivated[lte] = 56; // Integer |
$lastActivated[noteq] = lastActivated[noteq]_example; // String |
$lastActivated[notgeq] = 56; // Integer |
$lastActivated[notgte] = 56; // Integer |
$lastActivated[notisnull] = lastActivated[notisnull]_example; // String |
$lastActivated[notleq] = 56; // Integer |
$lastActivated[notlte] = 56; // Integer |
$lastActivated[notstwith] = lastActivated[notstwith]_example; // String |
$lastActivated[stwith] = lastActivated[stwith]_example; // String |
$name[eq] = name[eq]_example; // String |
$name[geq] = 56; // Integer |
$name[gte] = 56; // Integer |
$name[isnull] = name[isnull]_example; // String |
$name[leq] = 56; // Integer |
$name[lte] = 56; // Integer |
$name[noteq] = name[noteq]_example; // String |
$name[notgeq] = 56; // Integer |
$name[notgte] = 56; // Integer |
$name[notisnull] = name[notisnull]_example; // String |
$name[notleq] = 56; // Integer |
$name[notlte] = 56; // Integer |
$name[notstwith] = name[notstwith]_example; // String |
$name[stwith] = name[stwith]_example; // String |
$productionName[eq] = productionName[eq]_example; // String |
$productionName[geq] = 56; // Integer |
$productionName[gte] = 56; // Integer |
$productionName[isnull] = productionName[isnull]_example; // String |
$productionName[leq] = 56; // Integer |
$productionName[lte] = 56; // Integer |
$productionName[noteq] = productionName[noteq]_example; // String |
$productionName[notgeq] = 56; // Integer |
$productionName[notgte] = 56; // Integer |
$productionName[notisnull] = productionName[notisnull]_example; // String |
$productionName[notleq] = 56; // Integer |
$productionName[notlte] = 56; // Integer |
$productionName[notstwith] = productionName[notstwith]_example; // String |
$productionName[stwith] = productionName[stwith]_example; // String |
$template[eq] = template[eq]_example; // String |
$template[geq] = 56; // Integer |
$template[gte] = 56; // Integer |
$template[isnull] = template[isnull]_example; // String |
$template[leq] = 56; // Integer |
$template[lte] = 56; // Integer |
$template[noteq] = template[noteq]_example; // String |
$template[notgeq] = 56; // Integer |
$template[notgte] = 56; // Integer |
$template[notisnull] = template[notisnull]_example; // String |
$template[notleq] = 56; // Integer |
$template[notlte] = 56; // Integer |
$template[notstwith] = template[notstwith]_example; // String |
$template[stwith] = template[stwith]_example; // String |
$type[eq] = type[eq]_example; // String |
$type[geq] = 56; // Integer |
$type[gte] = 56; // Integer |
$type[isnull] = type[isnull]_example; // String |
$type[leq] = 56; // Integer |
$type[lte] = 56; // Integer |
$type[noteq] = type[noteq]_example; // String |
$type[notgeq] = 56; // Integer |
$type[notgte] = 56; // Integer |
$type[notisnull] = type[notisnull]_example; // String |
$type[notleq] = 56; // Integer |
$type[notlte] = 56; // Integer |
$type[notstwith] = type[notstwith]_example; // String |
$type[stwith] = type[stwith]_example; // String |

try {
    $result = $api_instance->featureConfigGet($activated[eq], $activated[geq], $activated[gte], $activated[isnull], $activated[leq], $activated[lte], $activated[noteq], $activated[notgeq], $activated[notgte], $activated[notisnull], $activated[notleq], $activated[notlte], $activated[notstwith], $activated[stwith], $auditProduction[eq], $auditProduction[geq], $auditProduction[gte], $auditProduction[isnull], $auditProduction[leq], $auditProduction[lte], $auditProduction[noteq], $auditProduction[notgeq], $auditProduction[notgte], $auditProduction[notisnull], $auditProduction[notleq], $auditProduction[notlte], $auditProduction[notstwith], $auditProduction[stwith], $createdAt[eq], $createdAt[geq], $createdAt[gte], $createdAt[isnull], $createdAt[leq], $createdAt[lte], $createdAt[noteq], $createdAt[notgeq], $createdAt[notgte], $createdAt[notisnull], $createdAt[notleq], $createdAt[notlte], $createdAt[notstwith], $createdAt[stwith], $databaseLocation[eq], $databaseLocation[geq], $databaseLocation[gte], $databaseLocation[isnull], $databaseLocation[leq], $databaseLocation[lte], $databaseLocation[noteq], $databaseLocation[notgeq], $databaseLocation[notgte], $databaseLocation[notisnull], $databaseLocation[notleq], $databaseLocation[notlte], $databaseLocation[notstwith], $databaseLocation[stwith], $description[eq], $description[geq], $description[gte], $description[isnull], $description[leq], $description[lte], $description[noteq], $description[notgeq], $description[notgte], $description[notisnull], $description[notleq], $description[notlte], $description[notstwith], $description[stwith], $disabled[eq], $disabled[geq], $disabled[gte], $disabled[isnull], $disabled[leq], $disabled[lte], $disabled[noteq], $disabled[notgeq], $disabled[notgte], $disabled[notisnull], $disabled[notleq], $disabled[notlte], $disabled[notstwith], $disabled[stwith], $hsComponentName[eq], $hsComponentName[geq], $hsComponentName[gte], $hsComponentName[isnull], $hsComponentName[leq], $hsComponentName[lte], $hsComponentName[noteq], $hsComponentName[notgeq], $hsComponentName[notgte], $hsComponentName[notisnull], $hsComponentName[notleq], $hsComponentName[notlte], $hsComponentName[notstwith], $hsComponentName[stwith], $lastActivated[eq], $lastActivated[geq], $lastActivated[gte], $lastActivated[isnull], $lastActivated[leq], $lastActivated[lte], $lastActivated[noteq], $lastActivated[notgeq], $lastActivated[notgte], $lastActivated[notisnull], $lastActivated[notleq], $lastActivated[notlte], $lastActivated[notstwith], $lastActivated[stwith], $name[eq], $name[geq], $name[gte], $name[isnull], $name[leq], $name[lte], $name[noteq], $name[notgeq], $name[notgte], $name[notisnull], $name[notleq], $name[notlte], $name[notstwith], $name[stwith], $productionName[eq], $productionName[geq], $productionName[gte], $productionName[isnull], $productionName[leq], $productionName[lte], $productionName[noteq], $productionName[notgeq], $productionName[notgte], $productionName[notisnull], $productionName[notleq], $productionName[notlte], $productionName[notstwith], $productionName[stwith], $template[eq], $template[geq], $template[gte], $template[isnull], $template[leq], $template[lte], $template[noteq], $template[notgeq], $template[notgte], $template[notisnull], $template[notleq], $template[notlte], $template[notstwith], $template[stwith], $type[eq], $type[geq], $type[gte], $type[isnull], $type[leq], $type[lte], $type[noteq], $type[notgeq], $type[notgte], $type[notisnull], $type[notleq], $type[notlte], $type[notstwith], $type[stwith]);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling FeatureConfigApi->featureConfigGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::FeatureConfigApi;

my $api_instance = WWW::SwaggerClient::FeatureConfigApi->new();
my $activated[eq] = activated[eq]_example; # String |
my $activated[geq] = 56; # Integer |
my $activated[gte] = 56; # Integer |
my $activated[isnull] = activated[isnull]_example; # String |
my $activated[leq] = 56; # Integer |
my $activated[lte] = 56; # Integer |
my $activated[noteq] = activated[noteq]_example; # String |
my $activated[notgeq] = 56; # Integer |
my $activated[notgte] = 56; # Integer |
my $activated[notisnull] = activated[notisnull]_example; # String |
my $activated[notleq] = 56; # Integer |
my $activated[notlte] = 56; # Integer |
my $activated[notstwith] = activated[notstwith]_example; # String |
my $activated[stwith] = activated[stwith]_example; # String |
my $auditProduction[eq] = auditProduction[eq]_example; # String |
my $auditProduction[geq] = 56; # Integer |
my $auditProduction[gte] = 56; # Integer |
my $auditProduction[isnull] = auditProduction[isnull]_example; # String |
my $auditProduction[leq] = 56; # Integer |
my $auditProduction[lte] = 56; # Integer |
my $auditProduction[noteq] = auditProduction[noteq]_example; # String |
my $auditProduction[notgeq] = 56; # Integer |
my $auditProduction[notgte] = 56; # Integer |
my $auditProduction[notisnull] = auditProduction[notisnull]_example; # String |
my $auditProduction[notleq] = 56; # Integer |
my $auditProduction[notlte] = 56; # Integer |
my $auditProduction[notstwith] = auditProduction[notstwith]_example; # String |
my $auditProduction[stwith] = auditProduction[stwith]_example; # String |
my $createdAt[eq] = createdAt[eq]_example; # String |
my $createdAt[geq] = 56; # Integer |
my $createdAt[gte] = 56; # Integer |
my $createdAt[isnull] = createdAt[isnull]_example; # String |
my $createdAt[leq] = 56; # Integer |
my $createdAt[lte] = 56; # Integer |
my $createdAt[noteq] = createdAt[noteq]_example; # String |
my $createdAt[notgeq] = 56; # Integer |
my $createdAt[notgte] = 56; # Integer |
my $createdAt[notisnull] = createdAt[notisnull]_example; # String |
my $createdAt[notleq] = 56; # Integer |
my $createdAt[notlte] = 56; # Integer |
my $createdAt[notstwith] = createdAt[notstwith]_example; # String |
my $createdAt[stwith] = createdAt[stwith]_example; # String |
my $databaseLocation[eq] = databaseLocation[eq]_example; # String |
my $databaseLocation[geq] = 56; # Integer |
my $databaseLocation[gte] = 56; # Integer |
my $databaseLocation[isnull] = databaseLocation[isnull]_example; # String |
my $databaseLocation[leq] = 56; # Integer |
my $databaseLocation[lte] = 56; # Integer |
my $databaseLocation[noteq] = databaseLocation[noteq]_example; # String |
my $databaseLocation[notgeq] = 56; # Integer |
my $databaseLocation[notgte] = 56; # Integer |
my $databaseLocation[notisnull] = databaseLocation[notisnull]_example; # String |
my $databaseLocation[notleq] = 56; # Integer |
my $databaseLocation[notlte] = 56; # Integer |
my $databaseLocation[notstwith] = databaseLocation[notstwith]_example; # String |
my $databaseLocation[stwith] = databaseLocation[stwith]_example; # String |
my $description[eq] = description[eq]_example; # String |
my $description[geq] = 56; # Integer |
my $description[gte] = 56; # Integer |
my $description[isnull] = description[isnull]_example; # String |
my $description[leq] = 56; # Integer |
my $description[lte] = 56; # Integer |
my $description[noteq] = description[noteq]_example; # String |
my $description[notgeq] = 56; # Integer |
my $description[notgte] = 56; # Integer |
my $description[notisnull] = description[notisnull]_example; # String |
my $description[notleq] = 56; # Integer |
my $description[notlte] = 56; # Integer |
my $description[notstwith] = description[notstwith]_example; # String |
my $description[stwith] = description[stwith]_example; # String |
my $disabled[eq] = disabled[eq]_example; # String |
my $disabled[geq] = 56; # Integer |
my $disabled[gte] = 56; # Integer |
my $disabled[isnull] = disabled[isnull]_example; # String |
my $disabled[leq] = 56; # Integer |
my $disabled[lte] = 56; # Integer |
my $disabled[noteq] = disabled[noteq]_example; # String |
my $disabled[notgeq] = 56; # Integer |
my $disabled[notgte] = 56; # Integer |
my $disabled[notisnull] = disabled[notisnull]_example; # String |
my $disabled[notleq] = 56; # Integer |
my $disabled[notlte] = 56; # Integer |
my $disabled[notstwith] = disabled[notstwith]_example; # String |
my $disabled[stwith] = disabled[stwith]_example; # String |
my $hsComponentName[eq] = hsComponentName[eq]_example; # String |
my $hsComponentName[geq] = 56; # Integer |
my $hsComponentName[gte] = 56; # Integer |
my $hsComponentName[isnull] = hsComponentName[isnull]_example; # String |
my $hsComponentName[leq] = 56; # Integer |
my $hsComponentName[lte] = 56; # Integer |
my $hsComponentName[noteq] = hsComponentName[noteq]_example; # String |
my $hsComponentName[notgeq] = 56; # Integer |
my $hsComponentName[notgte] = 56; # Integer |
my $hsComponentName[notisnull] = hsComponentName[notisnull]_example; # String |
my $hsComponentName[notleq] = 56; # Integer |
my $hsComponentName[notlte] = 56; # Integer |
my $hsComponentName[notstwith] = hsComponentName[notstwith]_example; # String |
my $hsComponentName[stwith] = hsComponentName[stwith]_example; # String |
my $lastActivated[eq] = lastActivated[eq]_example; # String |
my $lastActivated[geq] = 56; # Integer |
my $lastActivated[gte] = 56; # Integer |
my $lastActivated[isnull] = lastActivated[isnull]_example; # String |
my $lastActivated[leq] = 56; # Integer |
my $lastActivated[lte] = 56; # Integer |
my $lastActivated[noteq] = lastActivated[noteq]_example; # String |
my $lastActivated[notgeq] = 56; # Integer |
my $lastActivated[notgte] = 56; # Integer |
my $lastActivated[notisnull] = lastActivated[notisnull]_example; # String |
my $lastActivated[notleq] = 56; # Integer |
my $lastActivated[notlte] = 56; # Integer |
my $lastActivated[notstwith] = lastActivated[notstwith]_example; # String |
my $lastActivated[stwith] = lastActivated[stwith]_example; # String |
my $name[eq] = name[eq]_example; # String |
my $name[geq] = 56; # Integer |
my $name[gte] = 56; # Integer |
my $name[isnull] = name[isnull]_example; # String |
my $name[leq] = 56; # Integer |
my $name[lte] = 56; # Integer |
my $name[noteq] = name[noteq]_example; # String |
my $name[notgeq] = 56; # Integer |
my $name[notgte] = 56; # Integer |
my $name[notisnull] = name[notisnull]_example; # String |
my $name[notleq] = 56; # Integer |
my $name[notlte] = 56; # Integer |
my $name[notstwith] = name[notstwith]_example; # String |
my $name[stwith] = name[stwith]_example; # String |
my $productionName[eq] = productionName[eq]_example; # String |
my $productionName[geq] = 56; # Integer |
my $productionName[gte] = 56; # Integer |
my $productionName[isnull] = productionName[isnull]_example; # String |
my $productionName[leq] = 56; # Integer |
my $productionName[lte] = 56; # Integer |
my $productionName[noteq] = productionName[noteq]_example; # String |
my $productionName[notgeq] = 56; # Integer |
my $productionName[notgte] = 56; # Integer |
my $productionName[notisnull] = productionName[notisnull]_example; # String |
my $productionName[notleq] = 56; # Integer |
my $productionName[notlte] = 56; # Integer |
my $productionName[notstwith] = productionName[notstwith]_example; # String |
my $productionName[stwith] = productionName[stwith]_example; # String |
my $template[eq] = template[eq]_example; # String |
my $template[geq] = 56; # Integer |
my $template[gte] = 56; # Integer |
my $template[isnull] = template[isnull]_example; # String |
my $template[leq] = 56; # Integer |
my $template[lte] = 56; # Integer |
my $template[noteq] = template[noteq]_example; # String |
my $template[notgeq] = 56; # Integer |
my $template[notgte] = 56; # Integer |
my $template[notisnull] = template[notisnull]_example; # String |
my $template[notleq] = 56; # Integer |
my $template[notlte] = 56; # Integer |
my $template[notstwith] = template[notstwith]_example; # String |
my $template[stwith] = template[stwith]_example; # String |
my $type[eq] = type[eq]_example; # String |
my $type[geq] = 56; # Integer |
my $type[gte] = 56; # Integer |
my $type[isnull] = type[isnull]_example; # String |
my $type[leq] = 56; # Integer |
my $type[lte] = 56; # Integer |
my $type[noteq] = type[noteq]_example; # String |
my $type[notgeq] = 56; # Integer |
my $type[notgte] = 56; # Integer |
my $type[notisnull] = type[notisnull]_example; # String |
my $type[notleq] = 56; # Integer |
my $type[notlte] = 56; # Integer |
my $type[notstwith] = type[notstwith]_example; # String |
my $type[stwith] = type[stwith]_example; # String |

eval {
    my $result = $api_instance->featureConfigGet(activated[eq] => $activated[eq], activated[geq] => $activated[geq], activated[gte] => $activated[gte], activated[isnull] => $activated[isnull], activated[leq] => $activated[leq], activated[lte] => $activated[lte], activated[noteq] => $activated[noteq], activated[notgeq] => $activated[notgeq], activated[notgte] => $activated[notgte], activated[notisnull] => $activated[notisnull], activated[notleq] => $activated[notleq], activated[notlte] => $activated[notlte], activated[notstwith] => $activated[notstwith], activated[stwith] => $activated[stwith], auditProduction[eq] => $auditProduction[eq], auditProduction[geq] => $auditProduction[geq], auditProduction[gte] => $auditProduction[gte], auditProduction[isnull] => $auditProduction[isnull], auditProduction[leq] => $auditProduction[leq], auditProduction[lte] => $auditProduction[lte], auditProduction[noteq] => $auditProduction[noteq], auditProduction[notgeq] => $auditProduction[notgeq], auditProduction[notgte] => $auditProduction[notgte], auditProduction[notisnull] => $auditProduction[notisnull], auditProduction[notleq] => $auditProduction[notleq], auditProduction[notlte] => $auditProduction[notlte], auditProduction[notstwith] => $auditProduction[notstwith], auditProduction[stwith] => $auditProduction[stwith], createdAt[eq] => $createdAt[eq], createdAt[geq] => $createdAt[geq], createdAt[gte] => $createdAt[gte], createdAt[isnull] => $createdAt[isnull], createdAt[leq] => $createdAt[leq], createdAt[lte] => $createdAt[lte], createdAt[noteq] => $createdAt[noteq], createdAt[notgeq] => $createdAt[notgeq], createdAt[notgte] => $createdAt[notgte], createdAt[notisnull] => $createdAt[notisnull], createdAt[notleq] => $createdAt[notleq], createdAt[notlte] => $createdAt[notlte], createdAt[notstwith] => $createdAt[notstwith], createdAt[stwith] => $createdAt[stwith], databaseLocation[eq] => $databaseLocation[eq], databaseLocation[geq] => $databaseLocation[geq], databaseLocation[gte] => $databaseLocation[gte], databaseLocation[isnull] => $databaseLocation[isnull], databaseLocation[leq] => $databaseLocation[leq], databaseLocation[lte] => $databaseLocation[lte], databaseLocation[noteq] => $databaseLocation[noteq], databaseLocation[notgeq] => $databaseLocation[notgeq], databaseLocation[notgte] => $databaseLocation[notgte], databaseLocation[notisnull] => $databaseLocation[notisnull], databaseLocation[notleq] => $databaseLocation[notleq], databaseLocation[notlte] => $databaseLocation[notlte], databaseLocation[notstwith] => $databaseLocation[notstwith], databaseLocation[stwith] => $databaseLocation[stwith], description[eq] => $description[eq], description[geq] => $description[geq], description[gte] => $description[gte], description[isnull] => $description[isnull], description[leq] => $description[leq], description[lte] => $description[lte], description[noteq] => $description[noteq], description[notgeq] => $description[notgeq], description[notgte] => $description[notgte], description[notisnull] => $description[notisnull], description[notleq] => $description[notleq], description[notlte] => $description[notlte], description[notstwith] => $description[notstwith], description[stwith] => $description[stwith], disabled[eq] => $disabled[eq], disabled[geq] => $disabled[geq], disabled[gte] => $disabled[gte], disabled[isnull] => $disabled[isnull], disabled[leq] => $disabled[leq], disabled[lte] => $disabled[lte], disabled[noteq] => $disabled[noteq], disabled[notgeq] => $disabled[notgeq], disabled[notgte] => $disabled[notgte], disabled[notisnull] => $disabled[notisnull], disabled[notleq] => $disabled[notleq], disabled[notlte] => $disabled[notlte], disabled[notstwith] => $disabled[notstwith], disabled[stwith] => $disabled[stwith], hsComponentName[eq] => $hsComponentName[eq], hsComponentName[geq] => $hsComponentName[geq], hsComponentName[gte] => $hsComponentName[gte], hsComponentName[isnull] => $hsComponentName[isnull], hsComponentName[leq] => $hsComponentName[leq], hsComponentName[lte] => $hsComponentName[lte], hsComponentName[noteq] => $hsComponentName[noteq], hsComponentName[notgeq] => $hsComponentName[notgeq], hsComponentName[notgte] => $hsComponentName[notgte], hsComponentName[notisnull] => $hsComponentName[notisnull], hsComponentName[notleq] => $hsComponentName[notleq], hsComponentName[notlte] => $hsComponentName[notlte], hsComponentName[notstwith] => $hsComponentName[notstwith], hsComponentName[stwith] => $hsComponentName[stwith], lastActivated[eq] => $lastActivated[eq], lastActivated[geq] => $lastActivated[geq], lastActivated[gte] => $lastActivated[gte], lastActivated[isnull] => $lastActivated[isnull], lastActivated[leq] => $lastActivated[leq], lastActivated[lte] => $lastActivated[lte], lastActivated[noteq] => $lastActivated[noteq], lastActivated[notgeq] => $lastActivated[notgeq], lastActivated[notgte] => $lastActivated[notgte], lastActivated[notisnull] => $lastActivated[notisnull], lastActivated[notleq] => $lastActivated[notleq], lastActivated[notlte] => $lastActivated[notlte], lastActivated[notstwith] => $lastActivated[notstwith], lastActivated[stwith] => $lastActivated[stwith], name[eq] => $name[eq], name[geq] => $name[geq], name[gte] => $name[gte], name[isnull] => $name[isnull], name[leq] => $name[leq], name[lte] => $name[lte], name[noteq] => $name[noteq], name[notgeq] => $name[notgeq], name[notgte] => $name[notgte], name[notisnull] => $name[notisnull], name[notleq] => $name[notleq], name[notlte] => $name[notlte], name[notstwith] => $name[notstwith], name[stwith] => $name[stwith], productionName[eq] => $productionName[eq], productionName[geq] => $productionName[geq], productionName[gte] => $productionName[gte], productionName[isnull] => $productionName[isnull], productionName[leq] => $productionName[leq], productionName[lte] => $productionName[lte], productionName[noteq] => $productionName[noteq], productionName[notgeq] => $productionName[notgeq], productionName[notgte] => $productionName[notgte], productionName[notisnull] => $productionName[notisnull], productionName[notleq] => $productionName[notleq], productionName[notlte] => $productionName[notlte], productionName[notstwith] => $productionName[notstwith], productionName[stwith] => $productionName[stwith], template[eq] => $template[eq], template[geq] => $template[geq], template[gte] => $template[gte], template[isnull] => $template[isnull], template[leq] => $template[leq], template[lte] => $template[lte], template[noteq] => $template[noteq], template[notgeq] => $template[notgeq], template[notgte] => $template[notgte], template[notisnull] => $template[notisnull], template[notleq] => $template[notleq], template[notlte] => $template[notlte], template[notstwith] => $template[notstwith], template[stwith] => $template[stwith], type[eq] => $type[eq], type[geq] => $type[geq], type[gte] => $type[gte], type[isnull] => $type[isnull], type[leq] => $type[leq], type[lte] => $type[lte], type[noteq] => $type[noteq], type[notgeq] => $type[notgeq], type[notgte] => $type[notgte], type[notisnull] => $type[notisnull], type[notleq] => $type[notleq], type[notlte] => $type[notlte], type[notstwith] => $type[notstwith], type[stwith] => $type[stwith]);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling FeatureConfigApi->featureConfigGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.FeatureConfigApi()
activated[eq] = activated[eq]_example # String |  (optional)
activated[geq] = 56 # Integer |  (optional)
activated[gte] = 56 # Integer |  (optional)
activated[isnull] = activated[isnull]_example # String |  (optional)
activated[leq] = 56 # Integer |  (optional)
activated[lte] = 56 # Integer |  (optional)
activated[noteq] = activated[noteq]_example # String |  (optional)
activated[notgeq] = 56 # Integer |  (optional)
activated[notgte] = 56 # Integer |  (optional)
activated[notisnull] = activated[notisnull]_example # String |  (optional)
activated[notleq] = 56 # Integer |  (optional)
activated[notlte] = 56 # Integer |  (optional)
activated[notstwith] = activated[notstwith]_example # String |  (optional)
activated[stwith] = activated[stwith]_example # String |  (optional)
auditProduction[eq] = auditProduction[eq]_example # String |  (optional)
auditProduction[geq] = 56 # Integer |  (optional)
auditProduction[gte] = 56 # Integer |  (optional)
auditProduction[isnull] = auditProduction[isnull]_example # String |  (optional)
auditProduction[leq] = 56 # Integer |  (optional)
auditProduction[lte] = 56 # Integer |  (optional)
auditProduction[noteq] = auditProduction[noteq]_example # String |  (optional)
auditProduction[notgeq] = 56 # Integer |  (optional)
auditProduction[notgte] = 56 # Integer |  (optional)
auditProduction[notisnull] = auditProduction[notisnull]_example # String |  (optional)
auditProduction[notleq] = 56 # Integer |  (optional)
auditProduction[notlte] = 56 # Integer |  (optional)
auditProduction[notstwith] = auditProduction[notstwith]_example # String |  (optional)
auditProduction[stwith] = auditProduction[stwith]_example # String |  (optional)
createdAt[eq] = createdAt[eq]_example # String |  (optional)
createdAt[geq] = 56 # Integer |  (optional)
createdAt[gte] = 56 # Integer |  (optional)
createdAt[isnull] = createdAt[isnull]_example # String |  (optional)
createdAt[leq] = 56 # Integer |  (optional)
createdAt[lte] = 56 # Integer |  (optional)
createdAt[noteq] = createdAt[noteq]_example # String |  (optional)
createdAt[notgeq] = 56 # Integer |  (optional)
createdAt[notgte] = 56 # Integer |  (optional)
createdAt[notisnull] = createdAt[notisnull]_example # String |  (optional)
createdAt[notleq] = 56 # Integer |  (optional)
createdAt[notlte] = 56 # Integer |  (optional)
createdAt[notstwith] = createdAt[notstwith]_example # String |  (optional)
createdAt[stwith] = createdAt[stwith]_example # String |  (optional)
databaseLocation[eq] = databaseLocation[eq]_example # String |  (optional)
databaseLocation[geq] = 56 # Integer |  (optional)
databaseLocation[gte] = 56 # Integer |  (optional)
databaseLocation[isnull] = databaseLocation[isnull]_example # String |  (optional)
databaseLocation[leq] = 56 # Integer |  (optional)
databaseLocation[lte] = 56 # Integer |  (optional)
databaseLocation[noteq] = databaseLocation[noteq]_example # String |  (optional)
databaseLocation[notgeq] = 56 # Integer |  (optional)
databaseLocation[notgte] = 56 # Integer |  (optional)
databaseLocation[notisnull] = databaseLocation[notisnull]_example # String |  (optional)
databaseLocation[notleq] = 56 # Integer |  (optional)
databaseLocation[notlte] = 56 # Integer |  (optional)
databaseLocation[notstwith] = databaseLocation[notstwith]_example # String |  (optional)
databaseLocation[stwith] = databaseLocation[stwith]_example # String |  (optional)
description[eq] = description[eq]_example # String |  (optional)
description[geq] = 56 # Integer |  (optional)
description[gte] = 56 # Integer |  (optional)
description[isnull] = description[isnull]_example # String |  (optional)
description[leq] = 56 # Integer |  (optional)
description[lte] = 56 # Integer |  (optional)
description[noteq] = description[noteq]_example # String |  (optional)
description[notgeq] = 56 # Integer |  (optional)
description[notgte] = 56 # Integer |  (optional)
description[notisnull] = description[notisnull]_example # String |  (optional)
description[notleq] = 56 # Integer |  (optional)
description[notlte] = 56 # Integer |  (optional)
description[notstwith] = description[notstwith]_example # String |  (optional)
description[stwith] = description[stwith]_example # String |  (optional)
disabled[eq] = disabled[eq]_example # String |  (optional)
disabled[geq] = 56 # Integer |  (optional)
disabled[gte] = 56 # Integer |  (optional)
disabled[isnull] = disabled[isnull]_example # String |  (optional)
disabled[leq] = 56 # Integer |  (optional)
disabled[lte] = 56 # Integer |  (optional)
disabled[noteq] = disabled[noteq]_example # String |  (optional)
disabled[notgeq] = 56 # Integer |  (optional)
disabled[notgte] = 56 # Integer |  (optional)
disabled[notisnull] = disabled[notisnull]_example # String |  (optional)
disabled[notleq] = 56 # Integer |  (optional)
disabled[notlte] = 56 # Integer |  (optional)
disabled[notstwith] = disabled[notstwith]_example # String |  (optional)
disabled[stwith] = disabled[stwith]_example # String |  (optional)
hsComponentName[eq] = hsComponentName[eq]_example # String |  (optional)
hsComponentName[geq] = 56 # Integer |  (optional)
hsComponentName[gte] = 56 # Integer |  (optional)
hsComponentName[isnull] = hsComponentName[isnull]_example # String |  (optional)
hsComponentName[leq] = 56 # Integer |  (optional)
hsComponentName[lte] = 56 # Integer |  (optional)
hsComponentName[noteq] = hsComponentName[noteq]_example # String |  (optional)
hsComponentName[notgeq] = 56 # Integer |  (optional)
hsComponentName[notgte] = 56 # Integer |  (optional)
hsComponentName[notisnull] = hsComponentName[notisnull]_example # String |  (optional)
hsComponentName[notleq] = 56 # Integer |  (optional)
hsComponentName[notlte] = 56 # Integer |  (optional)
hsComponentName[notstwith] = hsComponentName[notstwith]_example # String |  (optional)
hsComponentName[stwith] = hsComponentName[stwith]_example # String |  (optional)
lastActivated[eq] = lastActivated[eq]_example # String |  (optional)
lastActivated[geq] = 56 # Integer |  (optional)
lastActivated[gte] = 56 # Integer |  (optional)
lastActivated[isnull] = lastActivated[isnull]_example # String |  (optional)
lastActivated[leq] = 56 # Integer |  (optional)
lastActivated[lte] = 56 # Integer |  (optional)
lastActivated[noteq] = lastActivated[noteq]_example # String |  (optional)
lastActivated[notgeq] = 56 # Integer |  (optional)
lastActivated[notgte] = 56 # Integer |  (optional)
lastActivated[notisnull] = lastActivated[notisnull]_example # String |  (optional)
lastActivated[notleq] = 56 # Integer |  (optional)
lastActivated[notlte] = 56 # Integer |  (optional)
lastActivated[notstwith] = lastActivated[notstwith]_example # String |  (optional)
lastActivated[stwith] = lastActivated[stwith]_example # String |  (optional)
name[eq] = name[eq]_example # String |  (optional)
name[geq] = 56 # Integer |  (optional)
name[gte] = 56 # Integer |  (optional)
name[isnull] = name[isnull]_example # String |  (optional)
name[leq] = 56 # Integer |  (optional)
name[lte] = 56 # Integer |  (optional)
name[noteq] = name[noteq]_example # String |  (optional)
name[notgeq] = 56 # Integer |  (optional)
name[notgte] = 56 # Integer |  (optional)
name[notisnull] = name[notisnull]_example # String |  (optional)
name[notleq] = 56 # Integer |  (optional)
name[notlte] = 56 # Integer |  (optional)
name[notstwith] = name[notstwith]_example # String |  (optional)
name[stwith] = name[stwith]_example # String |  (optional)
productionName[eq] = productionName[eq]_example # String |  (optional)
productionName[geq] = 56 # Integer |  (optional)
productionName[gte] = 56 # Integer |  (optional)
productionName[isnull] = productionName[isnull]_example # String |  (optional)
productionName[leq] = 56 # Integer |  (optional)
productionName[lte] = 56 # Integer |  (optional)
productionName[noteq] = productionName[noteq]_example # String |  (optional)
productionName[notgeq] = 56 # Integer |  (optional)
productionName[notgte] = 56 # Integer |  (optional)
productionName[notisnull] = productionName[notisnull]_example # String |  (optional)
productionName[notleq] = 56 # Integer |  (optional)
productionName[notlte] = 56 # Integer |  (optional)
productionName[notstwith] = productionName[notstwith]_example # String |  (optional)
productionName[stwith] = productionName[stwith]_example # String |  (optional)
template[eq] = template[eq]_example # String |  (optional)
template[geq] = 56 # Integer |  (optional)
template[gte] = 56 # Integer |  (optional)
template[isnull] = template[isnull]_example # String |  (optional)
template[leq] = 56 # Integer |  (optional)
template[lte] = 56 # Integer |  (optional)
template[noteq] = template[noteq]_example # String |  (optional)
template[notgeq] = 56 # Integer |  (optional)
template[notgte] = 56 # Integer |  (optional)
template[notisnull] = template[notisnull]_example # String |  (optional)
template[notleq] = 56 # Integer |  (optional)
template[notlte] = 56 # Integer |  (optional)
template[notstwith] = template[notstwith]_example # String |  (optional)
template[stwith] = template[stwith]_example # String |  (optional)
type[eq] = type[eq]_example # String |  (optional)
type[geq] = 56 # Integer |  (optional)
type[gte] = 56 # Integer |  (optional)
type[isnull] = type[isnull]_example # String |  (optional)
type[leq] = 56 # Integer |  (optional)
type[lte] = 56 # Integer |  (optional)
type[noteq] = type[noteq]_example # String |  (optional)
type[notgeq] = 56 # Integer |  (optional)
type[notgte] = 56 # Integer |  (optional)
type[notisnull] = type[notisnull]_example # String |  (optional)
type[notleq] = 56 # Integer |  (optional)
type[notlte] = 56 # Integer |  (optional)
type[notstwith] = type[notstwith]_example # String |  (optional)
type[stwith] = type[stwith]_example # String |  (optional)

try:
    api_response = api_instance.feature_config_get(activated[eq]=activated[eq], activated[geq]=activated[geq], activated[gte]=activated[gte], activated[isnull]=activated[isnull], activated[leq]=activated[leq], activated[lte]=activated[lte], activated[noteq]=activated[noteq], activated[notgeq]=activated[notgeq], activated[notgte]=activated[notgte], activated[notisnull]=activated[notisnull], activated[notleq]=activated[notleq], activated[notlte]=activated[notlte], activated[notstwith]=activated[notstwith], activated[stwith]=activated[stwith], auditProduction[eq]=auditProduction[eq], auditProduction[geq]=auditProduction[geq], auditProduction[gte]=auditProduction[gte], auditProduction[isnull]=auditProduction[isnull], auditProduction[leq]=auditProduction[leq], auditProduction[lte]=auditProduction[lte], auditProduction[noteq]=auditProduction[noteq], auditProduction[notgeq]=auditProduction[notgeq], auditProduction[notgte]=auditProduction[notgte], auditProduction[notisnull]=auditProduction[notisnull], auditProduction[notleq]=auditProduction[notleq], auditProduction[notlte]=auditProduction[notlte], auditProduction[notstwith]=auditProduction[notstwith], auditProduction[stwith]=auditProduction[stwith], createdAt[eq]=createdAt[eq], createdAt[geq]=createdAt[geq], createdAt[gte]=createdAt[gte], createdAt[isnull]=createdAt[isnull], createdAt[leq]=createdAt[leq], createdAt[lte]=createdAt[lte], createdAt[noteq]=createdAt[noteq], createdAt[notgeq]=createdAt[notgeq], createdAt[notgte]=createdAt[notgte], createdAt[notisnull]=createdAt[notisnull], createdAt[notleq]=createdAt[notleq], createdAt[notlte]=createdAt[notlte], createdAt[notstwith]=createdAt[notstwith], createdAt[stwith]=createdAt[stwith], databaseLocation[eq]=databaseLocation[eq], databaseLocation[geq]=databaseLocation[geq], databaseLocation[gte]=databaseLocation[gte], databaseLocation[isnull]=databaseLocation[isnull], databaseLocation[leq]=databaseLocation[leq], databaseLocation[lte]=databaseLocation[lte], databaseLocation[noteq]=databaseLocation[noteq], databaseLocation[notgeq]=databaseLocation[notgeq], databaseLocation[notgte]=databaseLocation[notgte], databaseLocation[notisnull]=databaseLocation[notisnull], databaseLocation[notleq]=databaseLocation[notleq], databaseLocation[notlte]=databaseLocation[notlte], databaseLocation[notstwith]=databaseLocation[notstwith], databaseLocation[stwith]=databaseLocation[stwith], description[eq]=description[eq], description[geq]=description[geq], description[gte]=description[gte], description[isnull]=description[isnull], description[leq]=description[leq], description[lte]=description[lte], description[noteq]=description[noteq], description[notgeq]=description[notgeq], description[notgte]=description[notgte], description[notisnull]=description[notisnull], description[notleq]=description[notleq], description[notlte]=description[notlte], description[notstwith]=description[notstwith], description[stwith]=description[stwith], disabled[eq]=disabled[eq], disabled[geq]=disabled[geq], disabled[gte]=disabled[gte], disabled[isnull]=disabled[isnull], disabled[leq]=disabled[leq], disabled[lte]=disabled[lte], disabled[noteq]=disabled[noteq], disabled[notgeq]=disabled[notgeq], disabled[notgte]=disabled[notgte], disabled[notisnull]=disabled[notisnull], disabled[notleq]=disabled[notleq], disabled[notlte]=disabled[notlte], disabled[notstwith]=disabled[notstwith], disabled[stwith]=disabled[stwith], hsComponentName[eq]=hsComponentName[eq], hsComponentName[geq]=hsComponentName[geq], hsComponentName[gte]=hsComponentName[gte], hsComponentName[isnull]=hsComponentName[isnull], hsComponentName[leq]=hsComponentName[leq], hsComponentName[lte]=hsComponentName[lte], hsComponentName[noteq]=hsComponentName[noteq], hsComponentName[notgeq]=hsComponentName[notgeq], hsComponentName[notgte]=hsComponentName[notgte], hsComponentName[notisnull]=hsComponentName[notisnull], hsComponentName[notleq]=hsComponentName[notleq], hsComponentName[notlte]=hsComponentName[notlte], hsComponentName[notstwith]=hsComponentName[notstwith], hsComponentName[stwith]=hsComponentName[stwith], lastActivated[eq]=lastActivated[eq], lastActivated[geq]=lastActivated[geq], lastActivated[gte]=lastActivated[gte], lastActivated[isnull]=lastActivated[isnull], lastActivated[leq]=lastActivated[leq], lastActivated[lte]=lastActivated[lte], lastActivated[noteq]=lastActivated[noteq], lastActivated[notgeq]=lastActivated[notgeq], lastActivated[notgte]=lastActivated[notgte], lastActivated[notisnull]=lastActivated[notisnull], lastActivated[notleq]=lastActivated[notleq], lastActivated[notlte]=lastActivated[notlte], lastActivated[notstwith]=lastActivated[notstwith], lastActivated[stwith]=lastActivated[stwith], name[eq]=name[eq], name[geq]=name[geq], name[gte]=name[gte], name[isnull]=name[isnull], name[leq]=name[leq], name[lte]=name[lte], name[noteq]=name[noteq], name[notgeq]=name[notgeq], name[notgte]=name[notgte], name[notisnull]=name[notisnull], name[notleq]=name[notleq], name[notlte]=name[notlte], name[notstwith]=name[notstwith], name[stwith]=name[stwith], productionName[eq]=productionName[eq], productionName[geq]=productionName[geq], productionName[gte]=productionName[gte], productionName[isnull]=productionName[isnull], productionName[leq]=productionName[leq], productionName[lte]=productionName[lte], productionName[noteq]=productionName[noteq], productionName[notgeq]=productionName[notgeq], productionName[notgte]=productionName[notgte], productionName[notisnull]=productionName[notisnull], productionName[notleq]=productionName[notleq], productionName[notlte]=productionName[notlte], productionName[notstwith]=productionName[notstwith], productionName[stwith]=productionName[stwith], template[eq]=template[eq], template[geq]=template[geq], template[gte]=template[gte], template[isnull]=template[isnull], template[leq]=template[leq], template[lte]=template[lte], template[noteq]=template[noteq], template[notgeq]=template[notgeq], template[notgte]=template[notgte], template[notisnull]=template[notisnull], template[notleq]=template[notleq], template[notlte]=template[notlte], template[notstwith]=template[notstwith], template[stwith]=template[stwith], type[eq]=type[eq], type[geq]=type[geq], type[gte]=type[gte], type[isnull]=type[isnull], type[leq]=type[leq], type[lte]=type[lte], type[noteq]=type[noteq], type[notgeq]=type[notgeq], type[notgte]=type[notgte], type[notisnull]=type[notisnull], type[notleq]=type[notleq], type[notlte]=type[notlte], type[notstwith]=type[notstwith], type[stwith]=type[stwith])
    pprint(api_response)
except ApiException as e:
    print("Exception when calling FeatureConfigApi->featureConfigGet: %s\n" % e)

Parameters

Query parameters
Name Description Operator
activated[eq]
String
Equals
activated[geq]
Integer
Greater than or equal
activated[gte]
Integer
Greater than
activated[isnull]
String
Must be null
activated[leq]
Integer
Less than or equal
activated[lte]
Integer
Less than
activated[noteq]
String
Not equal
activated[notgeq]
Integer
Not greater than or equal
activated[notgte]
Integer
Not greater than
activated[notisnull]
String
Not null
activated[notleq]
Integer
Not less than or equal
activated[notlte]
Integer
Not less than
activated[notstwith]
String
Not start with
activated[stwith]
String
Starts with
auditProduction[eq]
String
Equals
auditProduction[geq]
Integer
Greater than or equal
auditProduction[gte]
Integer
Greater than
auditProduction[isnull]
String
Must be null
auditProduction[leq]
Integer
Less than or equal
auditProduction[lte]
Integer
Less than
auditProduction[noteq]
String
Not equal
auditProduction[notgeq]
Integer
Not greater than or equal
auditProduction[notgte]
Integer
Not greater than
auditProduction[notisnull]
String
Not null
auditProduction[notleq]
Integer
Not less than or equal
auditProduction[notlte]
Integer
Not less than
auditProduction[notstwith]
String
Not start with
auditProduction[stwith]
String
Starts with
createdAt[eq]
String
Equals
createdAt[geq]
Integer
Greater than or equal
createdAt[gte]
Integer
Greater than
createdAt[isnull]
String
Must be null
createdAt[leq]
Integer
Less than or equal
createdAt[lte]
Integer
Less than
createdAt[noteq]
String
Not equal
createdAt[notgeq]
Integer
Not greater than or equal
createdAt[notgte]
Integer
Not greater than
createdAt[notisnull]
String
Not null
createdAt[notleq]
Integer
Not less than or equal
createdAt[notlte]
Integer
Not less than
createdAt[notstwith]
String
Not start with
createdAt[stwith]
String
Starts with
databaseLocation[eq]
String
Equals
databaseLocation[geq]
Integer
Greater than or equal
databaseLocation[gte]
Integer
Greater than
databaseLocation[isnull]
String
Must be null
databaseLocation[leq]
Integer
Less than or equal
databaseLocation[lte]
Integer
Less than
databaseLocation[noteq]
String
Not equal
databaseLocation[notgeq]
Integer
Not greater than or equal
databaseLocation[notgte]
Integer
Not greater than
databaseLocation[notisnull]
String
Not null
databaseLocation[notleq]
Integer
Not less than or equal
databaseLocation[notlte]
Integer
Not less than
databaseLocation[notstwith]
String
Not start with
databaseLocation[stwith]
String
Starts with
description[eq]
String
Equals
description[geq]
Integer
Greater than or equal
description[gte]
Integer
Greater than
description[isnull]
String
Must be null
description[leq]
Integer
Less than or equal
description[lte]
Integer
Less than
description[noteq]
String
Not equal
description[notgeq]
Integer
Not greater than or equal
description[notgte]
Integer
Not greater than
description[notisnull]
String
Not null
description[notleq]
Integer
Not less than or equal
description[notlte]
Integer
Not less than
description[notstwith]
String
Not start with
description[stwith]
String
Starts with
disabled[eq]
String
Equals
disabled[geq]
Integer
Greater than or equal
disabled[gte]
Integer
Greater than
disabled[isnull]
String
Must be null
disabled[leq]
Integer
Less than or equal
disabled[lte]
Integer
Less than
disabled[noteq]
String
Not equal
disabled[notgeq]
Integer
Not greater than or equal
disabled[notgte]
Integer
Not greater than
disabled[notisnull]
String
Not null
disabled[notleq]
Integer
Not less than or equal
disabled[notlte]
Integer
Not less than
disabled[notstwith]
String
Not start with
disabled[stwith]
String
Starts with
hsComponentName[eq]
String
Equals
hsComponentName[geq]
Integer
Greater than or equal
hsComponentName[gte]
Integer
Greater than
hsComponentName[isnull]
String
Must be null
hsComponentName[leq]
Integer
Less than or equal
hsComponentName[lte]
Integer
Less than
hsComponentName[noteq]
String
Not equal
hsComponentName[notgeq]
Integer
Not greater than or equal
hsComponentName[notgte]
Integer
Not greater than
hsComponentName[notisnull]
String
Not null
hsComponentName[notleq]
Integer
Not less than or equal
hsComponentName[notlte]
Integer
Not less than
hsComponentName[notstwith]
String
Not start with
hsComponentName[stwith]
String
Starts with
lastActivated[eq]
String
Equals
lastActivated[geq]
Integer
Greater than or equal
lastActivated[gte]
Integer
Greater than
lastActivated[isnull]
String
Must be null
lastActivated[leq]
Integer
Less than or equal
lastActivated[lte]
Integer
Less than
lastActivated[noteq]
String
Not equal
lastActivated[notgeq]
Integer
Not greater than or equal
lastActivated[notgte]
Integer
Not greater than
lastActivated[notisnull]
String
Not null
lastActivated[notleq]
Integer
Not less than or equal
lastActivated[notlte]
Integer
Not less than
lastActivated[notstwith]
String
Not start with
lastActivated[stwith]
String
Starts with
name[eq]
String
Equals
name[geq]
Integer
Greater than or equal
name[gte]
Integer
Greater than
name[isnull]
String
Must be null
name[leq]
Integer
Less than or equal
name[lte]
Integer
Less than
name[noteq]
String
Not equal
name[notgeq]
Integer
Not greater than or equal
name[notgte]
Integer
Not greater than
name[notisnull]
String
Not null
name[notleq]
Integer
Not less than or equal
name[notlte]
Integer
Not less than
name[notstwith]
String
Not start with
name[stwith]
String
Starts with
productionName[eq]
String
Equals
productionName[geq]
Integer
Greater than or equal
productionName[gte]
Integer
Greater than
productionName[isnull]
String
Must be null
productionName[leq]
Integer
Less than or equal
productionName[lte]
Integer
Less than
productionName[noteq]
String
Not equal
productionName[notgeq]
Integer
Not greater than or equal
productionName[notgte]
Integer
Not greater than
productionName[notisnull]
String
Not null
productionName[notleq]
Integer
Not less than or equal
productionName[notlte]
Integer
Not less than
productionName[notstwith]
String
Not start with
productionName[stwith]
String
Starts with
template[eq]
String
Equals
template[geq]
Integer
Greater than or equal
template[gte]
Integer
Greater than
template[isnull]
String
Must be null
template[leq]
Integer
Less than or equal
template[lte]
Integer
Less than
template[noteq]
String
Not equal
template[notgeq]
Integer
Not greater than or equal
template[notgte]
Integer
Not greater than
template[notisnull]
String
Not null
template[notleq]
Integer
Not less than or equal
template[notlte]
Integer
Not less than
template[notstwith]
String
Not start with
template[stwith]
String
Starts with
type[eq]
String
Equals
type[geq]
Integer
Greater than or equal
type[gte]
Integer
Greater than
type[isnull]
String
Must be null
type[leq]
Integer
Less than or equal
type[lte]
Integer
Less than
type[noteq]
String
Not equal
type[notgeq]
Integer
Not greater than or equal
type[notgte]
Integer
Not greater than
type[notisnull]
String
Not null
type[notleq]
Integer
Not less than or equal
type[notlte]
Integer
Not less than
type[notstwith]
String
Not start with
type[stwith]
String
Starts with

Responses

Status: 200 - An array containing all feature-configs that match the specified query parameters.

Status: 403 - Forbidden: Authentication Failure

Status: 406 - Not Acceptable: The requested mediatype is not compatible with the any supported response mediatypes.


featureConfigIdGet

Get the feature-config whose ID matches the one supplied


/feature-config/{id}

Usage and SDK Samples

curl -X GET\
-H "Accept: application/vnd.intersystems.com.hs.sys.feature-config.v1+json,application/json,default"\
"http://127.0.1.1:52773/api/healthshare-rest/hssys/feature-config/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.FeatureConfigApi;

import java.io.File;
import java.util.*;

public class FeatureConfigApiExample {

    public static void main(String[] args) {

        FeatureConfigApi apiInstance = new FeatureConfigApi();
        String id = id_example; // String |
        try {
            feature-config_output result = apiInstance.featureConfigIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FeatureConfigApi#featureConfigIdGet");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.FeatureConfigApi;

public class FeatureConfigApiExample {

    public static void main(String[] args) {
        FeatureConfigApi apiInstance = new FeatureConfigApi();
        String id = id_example; // String |
        try {
            feature-config_output result = apiInstance.featureConfigIdGet(id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FeatureConfigApi#featureConfigIdGet");
            e.printStackTrace();
        }
    }
}
String *id = id_example; //

FeatureConfigApi *apiInstance = [[FeatureConfigApi alloc] init];

[apiInstance featureConfigIdGetWith:id
              completionHandler: ^(feature-config_output output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var HealthShareDeploymentApi = require('health_share_deployment_api');

var api = new HealthShareDeploymentApi.FeatureConfigApi()
var id = id_example; // {{String}}

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.featureConfigIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class featureConfigIdGetExample
    {
        public void main()
        {

            var apiInstance = new FeatureConfigApi();
            var id = id_example;  // String |

            try
            {
                feature-config_output result = apiInstance.featureConfigIdGet(id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FeatureConfigApi.featureConfigIdGet: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\ApiFeatureConfigApi();
$id = id_example; // String |

try {
    $result = $api_instance->featureConfigIdGet($id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling FeatureConfigApi->featureConfigIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::FeatureConfigApi;

my $api_instance = WWW::SwaggerClient::FeatureConfigApi->new();
my $id = id_example; # String |

eval {
    my $result = $api_instance->featureConfigIdGet(id => $id);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling FeatureConfigApi->featureConfigIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.FeatureConfigApi()
id = id_example # String |

try:
    api_response = api_instance.feature_config_id_get(id)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling FeatureConfigApi->featureConfigIdGet: %s\n" % e)

Parameters

Path parameters
Name Description
id*
String
Required

Responses

Status: 200 - A successful response

Status: 403 - Forbidden: Authentication Failure

Status: 406 - Unsupported Mediatype: The requested mediatype is not compatible with any supported response mediatypes.


featureConfigIdPut

Update properties of the feature-config whose ID matches the one supplied with the specified values


/feature-config/{id}

Usage and SDK Samples

curl -X PUT\
-H "Accept: application/vnd.intersystems.com.hs.sys.feature-config.v1+json,application/json,default"\
-H "Content-Type: application/vnd.intersystems.com.hs.sys.feature-config.v1+json"\
"http://127.0.1.1:52773/api/healthshare-rest/hssys/feature-config/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.FeatureConfigApi;

import java.io.File;
import java.util.*;

public class FeatureConfigApiExample {

    public static void main(String[] args) {

        FeatureConfigApi apiInstance = new FeatureConfigApi();
        String id = id_example; // String |
        Feature-config_update body = ; // Feature-config_update |
        try {
            feature-config_output result = apiInstance.featureConfigIdPut(id, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FeatureConfigApi#featureConfigIdPut");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.FeatureConfigApi;

public class FeatureConfigApiExample {

    public static void main(String[] args) {
        FeatureConfigApi apiInstance = new FeatureConfigApi();
        String id = id_example; // String |
        Feature-config_update body = ; // Feature-config_update |
        try {
            feature-config_output result = apiInstance.featureConfigIdPut(id, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FeatureConfigApi#featureConfigIdPut");
            e.printStackTrace();
        }
    }
}
String *id = id_example; //
Feature-config_update *body = ; //  (optional)

FeatureConfigApi *apiInstance = [[FeatureConfigApi alloc] init];

[apiInstance featureConfigIdPutWith:id
    body:body
              completionHandler: ^(feature-config_output output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var HealthShareDeploymentApi = require('health_share_deployment_api');

var api = new HealthShareDeploymentApi.FeatureConfigApi()
var id = id_example; // {{String}}
var opts = {
  'body':  // {{Feature-config_update}}
};
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.featureConfigIdPut(id, opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class featureConfigIdPutExample
    {
        public void main()
        {

            var apiInstance = new FeatureConfigApi();
            var id = id_example;  // String |
            var body = new Feature-config_update(); // Feature-config_update |  (optional)

            try
            {
                feature-config_output result = apiInstance.featureConfigIdPut(id, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FeatureConfigApi.featureConfigIdPut: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\ApiFeatureConfigApi();
$id = id_example; // String |
$body = ; // Feature-config_update |

try {
    $result = $api_instance->featureConfigIdPut($id, $body);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling FeatureConfigApi->featureConfigIdPut: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::FeatureConfigApi;

my $api_instance = WWW::SwaggerClient::FeatureConfigApi->new();
my $id = id_example; # String |
my $body = WWW::SwaggerClient::Object::Feature-config_update->new(); # Feature-config_update |

eval {
    my $result = $api_instance->featureConfigIdPut(id => $id, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling FeatureConfigApi->featureConfigIdPut: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.FeatureConfigApi()
id = id_example # String |
body =  # Feature-config_update |  (optional)

try:
    api_response = api_instance.feature_config_id_put(id, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling FeatureConfigApi->featureConfigIdPut: %s\n" % e)

Parameters

Path parameters
Name Description
id*
String
Required
Body parameters
Name Description
body

Responses

Status: 200 - The updated feature-config

Status: 403 - Forbidden: Authentication Failure

Status: 415 - Unsupported Mediatype: Mediatype is not compatible with any supported request mediatypes.


featureConfigPost

Create a new feature-config, and write it to the database.


/feature-config

Usage and SDK Samples

curl -X POST\
-H "Accept: application/vnd.intersystems.com.hs.sys.feature-config.v1+json,application/json,default"\
-H "Content-Type: application/vnd.intersystems.com.hs.sys.feature-config.v1+json"\
"http://127.0.1.1:52773/api/healthshare-rest/hssys/feature-config"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.FeatureConfigApi;

import java.io.File;
import java.util.*;

public class FeatureConfigApiExample {

    public static void main(String[] args) {

        FeatureConfigApi apiInstance = new FeatureConfigApi();
        Feature-config_input body = ; // Feature-config_input | The information necessary to create a new feature-config.
        try {
            feature-config_output result = apiInstance.featureConfigPost(body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FeatureConfigApi#featureConfigPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.FeatureConfigApi;

public class FeatureConfigApiExample {

    public static void main(String[] args) {
        FeatureConfigApi apiInstance = new FeatureConfigApi();
        Feature-config_input body = ; // Feature-config_input | The information necessary to create a new feature-config.
        try {
            feature-config_output result = apiInstance.featureConfigPost(body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FeatureConfigApi#featureConfigPost");
            e.printStackTrace();
        }
    }
}
Feature-config_input *body = ; // The information necessary to create a new feature-config.

FeatureConfigApi *apiInstance = [[FeatureConfigApi alloc] init];

[apiInstance featureConfigPostWith:body
              completionHandler: ^(feature-config_output output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var HealthShareDeploymentApi = require('health_share_deployment_api');

var api = new HealthShareDeploymentApi.FeatureConfigApi()
var body = ; // {{Feature-config_input}} The information necessary to create a new feature-config.

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.featureConfigPost(body, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class featureConfigPostExample
    {
        public void main()
        {

            var apiInstance = new FeatureConfigApi();
            var body = new Feature-config_input(); // Feature-config_input | The information necessary to create a new feature-config.

            try
            {
                feature-config_output result = apiInstance.featureConfigPost(body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FeatureConfigApi.featureConfigPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\ApiFeatureConfigApi();
$body = ; // Feature-config_input | The information necessary to create a new feature-config.

try {
    $result = $api_instance->featureConfigPost($body);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling FeatureConfigApi->featureConfigPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::FeatureConfigApi;

my $api_instance = WWW::SwaggerClient::FeatureConfigApi->new();
my $body = WWW::SwaggerClient::Object::Feature-config_input->new(); # Feature-config_input | The information necessary to create a new feature-config.

eval {
    my $result = $api_instance->featureConfigPost(body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling FeatureConfigApi->featureConfigPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.FeatureConfigApi()
body =  # Feature-config_input | The information necessary to create a new feature-config.

try:
    api_response = api_instance.feature_config_post(body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling FeatureConfigApi->featureConfigPost: %s\n" % e)

Parameters

Body parameters
Name Description
body *

Responses

Status: 200 - The newly-created feature-config.

Status: 403 - Forbidden: Authentication Failure

Status: 415 - Unsupported Mediatype: Mediatype is not compatible with any supported request mediatypes.


featureConfignewGet

Create a new feature-config, but do not write it to the database.


/feature-config/$new

Usage and SDK Samples

curl -X GET\
-H "Accept: application/vnd.intersystems.com.hs.sys.feature-config.v1+json,application/json,default"\
"http://127.0.1.1:52773/api/healthshare-rest/hssys/feature-config/$new"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.FeatureConfigApi;

import java.io.File;
import java.util.*;

public class FeatureConfigApiExample {

    public static void main(String[] args) {

        FeatureConfigApi apiInstance = new FeatureConfigApi();
        try {
            feature-config_output result = apiInstance.featureConfignewGet();
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FeatureConfigApi#featureConfignewGet");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.FeatureConfigApi;

public class FeatureConfigApiExample {

    public static void main(String[] args) {
        FeatureConfigApi apiInstance = new FeatureConfigApi();
        try {
            feature-config_output result = apiInstance.featureConfignewGet();
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FeatureConfigApi#featureConfignewGet");
            e.printStackTrace();
        }
    }
}

FeatureConfigApi *apiInstance = [[FeatureConfigApi alloc] init];

[apiInstance featureConfignewGetWithCompletionHandler:
              ^(feature-config_output output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var HealthShareDeploymentApi = require('health_share_deployment_api');

var api = new HealthShareDeploymentApi.FeatureConfigApi()
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.featureConfignewGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class featureConfignewGetExample
    {
        public void main()
        {

            var apiInstance = new FeatureConfigApi();

            try
            {
                feature-config_output result = apiInstance.featureConfignewGet();
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FeatureConfigApi.featureConfignewGet: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\ApiFeatureConfigApi();

try {
    $result = $api_instance->featureConfignewGet();
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling FeatureConfigApi->featureConfignewGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::FeatureConfigApi;

my $api_instance = WWW::SwaggerClient::FeatureConfigApi->new();

eval {
    my $result = $api_instance->featureConfignewGet();
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling FeatureConfigApi->featureConfignewGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.FeatureConfigApi()

try:
    api_response = api_instance.feature_confignew_get()
    pprint(api_response)
except ApiException as e:
    print("Exception when calling FeatureConfigApi->featureConfignewGet: %s\n" % e)

Parameters

Responses

Status: 200 - The newly-created feature-config.

Status: 403 - Forbidden: Authentication Failure

Status: 406 - Unsupported Mediatype: The requested mediatype is not compatible with any supported response mediatypes.


NetworkConfig

networkConfigGet

Query the database for network-configs. NOTE: The return type of this endpoint follows a non-standard implementation.


/network-config

Usage and SDK Samples

curl -X GET\
-H "Accept: application/vnd.intersystems.com.hs.sys.network-config.v1+json,application/json,default"\
"http://127.0.1.1:52773/api/healthshare-rest/hssys/network-config"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.NetworkConfigApi;

import java.io.File;
import java.util.*;

public class NetworkConfigApiExample {

    public static void main(String[] args) {

        NetworkConfigApi apiInstance = new NetworkConfigApi();
        try {
            network-config_collection result = apiInstance.networkConfigGet();
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling NetworkConfigApi#networkConfigGet");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.NetworkConfigApi;

public class NetworkConfigApiExample {

    public static void main(String[] args) {
        NetworkConfigApi apiInstance = new NetworkConfigApi();
        try {
            network-config_collection result = apiInstance.networkConfigGet();
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling NetworkConfigApi#networkConfigGet");
            e.printStackTrace();
        }
    }
}

NetworkConfigApi *apiInstance = [[NetworkConfigApi alloc] init];

[apiInstance networkConfigGetWithCompletionHandler:
              ^(network-config_collection output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var HealthShareDeploymentApi = require('health_share_deployment_api');

var api = new HealthShareDeploymentApi.NetworkConfigApi()
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.networkConfigGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class networkConfigGetExample
    {
        public void main()
        {

            var apiInstance = new NetworkConfigApi();

            try
            {
                network-config_collection result = apiInstance.networkConfigGet();
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling NetworkConfigApi.networkConfigGet: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\ApiNetworkConfigApi();

try {
    $result = $api_instance->networkConfigGet();
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling NetworkConfigApi->networkConfigGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::NetworkConfigApi;

my $api_instance = WWW::SwaggerClient::NetworkConfigApi->new();

eval {
    my $result = $api_instance->networkConfigGet();
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling NetworkConfigApi->networkConfigGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.NetworkConfigApi()

try:
    api_response = api_instance.network_config_get()
    pprint(api_response)
except ApiException as e:
    print("Exception when calling NetworkConfigApi->networkConfigGet: %s\n" % e)

Parameters

Responses

Status: 200 - The result of querying the network-config collection endpoint.

Status: 403 - Forbidden: Authentication Failure

Status: 406 - Not Acceptable: The requested mediatype is not compatible with the any supported response mediatypes.


networkConfigPost

Create a new network-config, and write it to the database.


/network-config

Usage and SDK Samples

curl -X POST\
-H "Accept: application/vnd.intersystems.com.hs.sys.network-config.v1+json,application/json,default"\
-H "Content-Type: application/vnd.intersystems.com.hs.sys.network-config.v1+json"\
"http://127.0.1.1:52773/api/healthshare-rest/hssys/network-config"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.NetworkConfigApi;

import java.io.File;
import java.util.*;

public class NetworkConfigApiExample {

    public static void main(String[] args) {

        NetworkConfigApi apiInstance = new NetworkConfigApi();
        Network-config_input body = ; // Network-config_input | The information necessary to create a new network-config.
        try {
            network-config_output result = apiInstance.networkConfigPost(body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling NetworkConfigApi#networkConfigPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.NetworkConfigApi;

public class NetworkConfigApiExample {

    public static void main(String[] args) {
        NetworkConfigApi apiInstance = new NetworkConfigApi();
        Network-config_input body = ; // Network-config_input | The information necessary to create a new network-config.
        try {
            network-config_output result = apiInstance.networkConfigPost(body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling NetworkConfigApi#networkConfigPost");
            e.printStackTrace();
        }
    }
}
Network-config_input *body = ; // The information necessary to create a new network-config.

NetworkConfigApi *apiInstance = [[NetworkConfigApi alloc] init];

[apiInstance networkConfigPostWith:body
              completionHandler: ^(network-config_output output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var HealthShareDeploymentApi = require('health_share_deployment_api');

var api = new HealthShareDeploymentApi.NetworkConfigApi()
var body = ; // {{Network-config_input}} The information necessary to create a new network-config.

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.networkConfigPost(body, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class networkConfigPostExample
    {
        public void main()
        {

            var apiInstance = new NetworkConfigApi();
            var body = new Network-config_input(); // Network-config_input | The information necessary to create a new network-config.

            try
            {
                network-config_output result = apiInstance.networkConfigPost(body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling NetworkConfigApi.networkConfigPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\ApiNetworkConfigApi();
$body = ; // Network-config_input | The information necessary to create a new network-config.

try {
    $result = $api_instance->networkConfigPost($body);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling NetworkConfigApi->networkConfigPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::NetworkConfigApi;

my $api_instance = WWW::SwaggerClient::NetworkConfigApi->new();
my $body = WWW::SwaggerClient::Object::Network-config_input->new(); # Network-config_input | The information necessary to create a new network-config.

eval {
    my $result = $api_instance->networkConfigPost(body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling NetworkConfigApi->networkConfigPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.NetworkConfigApi()
body =  # Network-config_input | The information necessary to create a new network-config.

try:
    api_response = api_instance.network_config_post(body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling NetworkConfigApi->networkConfigPost: %s\n" % e)

Parameters

Body parameters
Name Description
body *

Responses

Status: 200 - The newly-created network-config.

Status: 403 - Forbidden: Authentication Failure

Status: 415 - Unsupported Mediatype: Mediatype is not compatible with any supported request mediatypes.


networkConfignewGet

Create a new network-config, but do not write it to the database.


/network-config/$new

Usage and SDK Samples

curl -X GET\
-H "Accept: application/vnd.intersystems.com.hs.sys.network-config.v1+json,application/json,default"\
"http://127.0.1.1:52773/api/healthshare-rest/hssys/network-config/$new"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.NetworkConfigApi;

import java.io.File;
import java.util.*;

public class NetworkConfigApiExample {

    public static void main(String[] args) {

        NetworkConfigApi apiInstance = new NetworkConfigApi();
        try {
            network-config_output result = apiInstance.networkConfignewGet();
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling NetworkConfigApi#networkConfignewGet");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.NetworkConfigApi;

public class NetworkConfigApiExample {

    public static void main(String[] args) {
        NetworkConfigApi apiInstance = new NetworkConfigApi();
        try {
            network-config_output result = apiInstance.networkConfignewGet();
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling NetworkConfigApi#networkConfignewGet");
            e.printStackTrace();
        }
    }
}

NetworkConfigApi *apiInstance = [[NetworkConfigApi alloc] init];

[apiInstance networkConfignewGetWithCompletionHandler:
              ^(network-config_output output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var HealthShareDeploymentApi = require('health_share_deployment_api');

var api = new HealthShareDeploymentApi.NetworkConfigApi()
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.networkConfignewGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class networkConfignewGetExample
    {
        public void main()
        {

            var apiInstance = new NetworkConfigApi();

            try
            {
                network-config_output result = apiInstance.networkConfignewGet();
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling NetworkConfigApi.networkConfignewGet: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\ApiNetworkConfigApi();

try {
    $result = $api_instance->networkConfignewGet();
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling NetworkConfigApi->networkConfignewGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::NetworkConfigApi;

my $api_instance = WWW::SwaggerClient::NetworkConfigApi->new();

eval {
    my $result = $api_instance->networkConfignewGet();
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling NetworkConfigApi->networkConfignewGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.NetworkConfigApi()

try:
    api_response = api_instance.network_confignew_get()
    pprint(api_response)
except ApiException as e:
    print("Exception when calling NetworkConfigApi->networkConfignewGet: %s\n" % e)

Parameters

Responses

Status: 200 - The newly-created network-config.

Status: 403 - Forbidden: Authentication Failure

Status: 406 - Unsupported Mediatype: The requested mediatype is not compatible with any supported response mediatypes.


OauthConfig

oauthConfigGet

Query the database for oauth-configs. NOTE: The return type of this endpoint follows a non-standard implementation.


/oauth-config

Usage and SDK Samples

curl -X GET\
-H "Accept: application/vnd.intersystems.com.hs.sys.oauth-config.v1+json,application/json,default"\
"http://127.0.1.1:52773/api/healthshare-rest/hssys/oauth-config"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.OauthConfigApi;

import java.io.File;
import java.util.*;

public class OauthConfigApiExample {

    public static void main(String[] args) {

        OauthConfigApi apiInstance = new OauthConfigApi();
        try {
            oauth-config_collection result = apiInstance.oauthConfigGet();
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling OauthConfigApi#oauthConfigGet");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.OauthConfigApi;

public class OauthConfigApiExample {

    public static void main(String[] args) {
        OauthConfigApi apiInstance = new OauthConfigApi();
        try {
            oauth-config_collection result = apiInstance.oauthConfigGet();
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling OauthConfigApi#oauthConfigGet");
            e.printStackTrace();
        }
    }
}

OauthConfigApi *apiInstance = [[OauthConfigApi alloc] init];

[apiInstance oauthConfigGetWithCompletionHandler:
              ^(oauth-config_collection output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var HealthShareDeploymentApi = require('health_share_deployment_api');

var api = new HealthShareDeploymentApi.OauthConfigApi()
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.oauthConfigGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class oauthConfigGetExample
    {
        public void main()
        {

            var apiInstance = new OauthConfigApi();

            try
            {
                oauth-config_collection result = apiInstance.oauthConfigGet();
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling OauthConfigApi.oauthConfigGet: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\ApiOauthConfigApi();

try {
    $result = $api_instance->oauthConfigGet();
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling OauthConfigApi->oauthConfigGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::OauthConfigApi;

my $api_instance = WWW::SwaggerClient::OauthConfigApi->new();

eval {
    my $result = $api_instance->oauthConfigGet();
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling OauthConfigApi->oauthConfigGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.OauthConfigApi()

try:
    api_response = api_instance.oauth_config_get()
    pprint(api_response)
except ApiException as e:
    print("Exception when calling OauthConfigApi->oauthConfigGet: %s\n" % e)

Parameters

Responses

Status: 200 - The result of querying the oauth-config collection endpoint.

Status: 403 - Forbidden: Authentication Failure

Status: 406 - Not Acceptable: The requested mediatype is not compatible with the any supported response mediatypes.


oauthConfigPost

Create a new oauth-config, and write it to the database.


/oauth-config

Usage and SDK Samples

curl -X POST\
-H "Accept: application/vnd.intersystems.com.hs.sys.oauth-config.v1+json,application/json,default"\
-H "Content-Type: application/vnd.intersystems.com.hs.sys.oauth-config.v1+json"\
"http://127.0.1.1:52773/api/healthshare-rest/hssys/oauth-config"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.OauthConfigApi;

import java.io.File;
import java.util.*;

public class OauthConfigApiExample {

    public static void main(String[] args) {

        OauthConfigApi apiInstance = new OauthConfigApi();
        Oauth-config_input body = ; // Oauth-config_input | The information necessary to create a new oauth-config.
        try {
            oauth-config_output result = apiInstance.oauthConfigPost(body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling OauthConfigApi#oauthConfigPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.OauthConfigApi;

public class OauthConfigApiExample {

    public static void main(String[] args) {
        OauthConfigApi apiInstance = new OauthConfigApi();
        Oauth-config_input body = ; // Oauth-config_input | The information necessary to create a new oauth-config.
        try {
            oauth-config_output result = apiInstance.oauthConfigPost(body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling OauthConfigApi#oauthConfigPost");
            e.printStackTrace();
        }
    }
}
Oauth-config_input *body = ; // The information necessary to create a new oauth-config.

OauthConfigApi *apiInstance = [[OauthConfigApi alloc] init];

[apiInstance oauthConfigPostWith:body
              completionHandler: ^(oauth-config_output output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var HealthShareDeploymentApi = require('health_share_deployment_api');

var api = new HealthShareDeploymentApi.OauthConfigApi()
var body = ; // {{Oauth-config_input}} The information necessary to create a new oauth-config.

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.oauthConfigPost(body, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class oauthConfigPostExample
    {
        public void main()
        {

            var apiInstance = new OauthConfigApi();
            var body = new Oauth-config_input(); // Oauth-config_input | The information necessary to create a new oauth-config.

            try
            {
                oauth-config_output result = apiInstance.oauthConfigPost(body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling OauthConfigApi.oauthConfigPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\ApiOauthConfigApi();
$body = ; // Oauth-config_input | The information necessary to create a new oauth-config.

try {
    $result = $api_instance->oauthConfigPost($body);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling OauthConfigApi->oauthConfigPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::OauthConfigApi;

my $api_instance = WWW::SwaggerClient::OauthConfigApi->new();
my $body = WWW::SwaggerClient::Object::Oauth-config_input->new(); # Oauth-config_input | The information necessary to create a new oauth-config.

eval {
    my $result = $api_instance->oauthConfigPost(body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling OauthConfigApi->oauthConfigPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.OauthConfigApi()
body =  # Oauth-config_input | The information necessary to create a new oauth-config.

try:
    api_response = api_instance.oauth_config_post(body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling OauthConfigApi->oauthConfigPost: %s\n" % e)

Parameters

Body parameters
Name Description
body *

Responses

Status: 200 - The newly-created oauth-config.

Status: 403 - Forbidden: Authentication Failure

Status: 415 - Unsupported Mediatype: Mediatype is not compatible with any supported request mediatypes.


oauthConfignewGet

Create a new oauth-config, but do not write it to the database.


/oauth-config/$new

Usage and SDK Samples

curl -X GET\
-H "Accept: application/vnd.intersystems.com.hs.sys.oauth-config.v1+json,application/json,default"\
"http://127.0.1.1:52773/api/healthshare-rest/hssys/oauth-config/$new"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.OauthConfigApi;

import java.io.File;
import java.util.*;

public class OauthConfigApiExample {

    public static void main(String[] args) {

        OauthConfigApi apiInstance = new OauthConfigApi();
        try {
            oauth-config_output result = apiInstance.oauthConfignewGet();
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling OauthConfigApi#oauthConfignewGet");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.OauthConfigApi;

public class OauthConfigApiExample {

    public static void main(String[] args) {
        OauthConfigApi apiInstance = new OauthConfigApi();
        try {
            oauth-config_output result = apiInstance.oauthConfignewGet();
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling OauthConfigApi#oauthConfignewGet");
            e.printStackTrace();
        }
    }
}

OauthConfigApi *apiInstance = [[OauthConfigApi alloc] init];

[apiInstance oauthConfignewGetWithCompletionHandler:
              ^(oauth-config_output output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var HealthShareDeploymentApi = require('health_share_deployment_api');

var api = new HealthShareDeploymentApi.OauthConfigApi()
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.oauthConfignewGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class oauthConfignewGetExample
    {
        public void main()
        {

            var apiInstance = new OauthConfigApi();

            try
            {
                oauth-config_output result = apiInstance.oauthConfignewGet();
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling OauthConfigApi.oauthConfignewGet: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\ApiOauthConfigApi();

try {
    $result = $api_instance->oauthConfignewGet();
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling OauthConfigApi->oauthConfignewGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::OauthConfigApi;

my $api_instance = WWW::SwaggerClient::OauthConfigApi->new();

eval {
    my $result = $api_instance->oauthConfignewGet();
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling OauthConfigApi->oauthConfignewGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.OauthConfigApi()

try:
    api_response = api_instance.oauth_confignew_get()
    pprint(api_response)
except ApiException as e:
    print("Exception when calling OauthConfigApi->oauthConfignewGet: %s\n" % e)

Parameters

Responses

Status: 200 - The newly-created oauth-config.

Status: 403 - Forbidden: Authentication Failure

Status: 406 - Unsupported Mediatype: The requested mediatype is not compatible with any supported response mediatypes.