interface RelationshipsRetrieveParams {
    fetchResources?: boolean;
    ignoreUnknownIds?: boolean;
}

Hierarchy (view full)

Properties

fetchResources?: boolean

If true, will try to fetch the resources referred to in the relationship, based on the users access rights. Will silently fail to attatch the resources if the user lacks access to some of them.

ignoreUnknownIds?: boolean

Ignore IDs and external IDs that are not found

false