List of custom fields identifiers which will be used to filter configurations

interface ConfigurationsListParameters {
    fieldIdsOrKeys: string[];
}

Properties

Properties

fieldIdsOrKeys: string[]

List of IDs or keys of the custom fields. It can be a mix of IDs and keys in the same query.