QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface GetRelationshipsParams

    Get all relationships

    interface GetRelationshipsParams {
        skip?: number;
        tableId: string;
    }
    Index

    Properties

    Properties

    skip?: number

    The number of relationships to skip.

    tableId: string

    The unique identifier (dbid) of the child table.