Type alias QuickBaseRequestGetRelationships

QuickBaseRequestGetRelationships: QuickBaseRequest & {
    childTableId: string;
    skip?: number;
}

Type declaration

  • childTableId: string

    The unique identifier (dbid) of the child table.

  • Optional skip?: number

    The number of relationships to skip.