interface InstanceReferenceFilterV3 {
    instanceReferences: {
        externalId: string;
        space: string;
    }[];
}

Properties

instanceReferences: {
    externalId: string;
    space: string;
}[]

Matches instances with any of the specified space/externalId pairs.