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

    Interface CopyAppRequest

    interface CopyAppRequest {
        description?: string;
        name: string;
        properties?: {
            assignUserToken?: boolean;
            excludeFiles?: boolean;
            keepData?: boolean;
            usersAndRoles?: boolean;
        };
    }
    Index

    Properties

    description?: string

    The description of the newly copied app

    name: string

    The name of the newly copied app

    properties?: {
        assignUserToken?: boolean;
        excludeFiles?: boolean;
        keepData?: boolean;
        usersAndRoles?: boolean;
    }

    The configuration properties for performing the app copy

    Type Declaration

    • OptionalassignUserToken?: boolean

      Whether to add the user token used to make this request to the new app

    • OptionalexcludeFiles?: boolean

      If keepData is true, whether to copy the file attachments as well. If keepData is false, this property is ignored

    • OptionalkeepData?: boolean

      Whether to copy the app's data along with the schema

    • OptionalusersAndRoles?: boolean

      If true, users will be copied along with their assigned roles. If false, users and roles will be copied but roles will not be assigned