- subdomain
Character vector with one element. Found at the beginning of
the Quickbase URL. Realm specific.
- auth
Character vector with one element. The Quickbase authentication
scheme you are using to authenticate the request (e.g., user token).
- app_id
Character vector with one element. Unique identifier of an app.
Found in the URL of the app's homepage after /db/
- app_name
Character vector with one element. Name the app's copy.
- app_desc
Optional. Character vector with one element. Describe the
app's copy.
- agent
Optional. Character vector with one element. Describes
user/agent making API call.
- users_and_roles
Logical. 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.
- keep_data
Logical. Whether to copy the app's data along with the
schema.
- exclude_files
Logical. If keep_data is true, whether to copy the file
attachments as well. If keep_data is false, this parameter is ignored.
- assign_user_token
Logical. Whether to add the user token used to make
this request to the new app.