Skip to contents

Retrieves information about connected applications from the Tableau Server using the provided authentication credentials.

Usage

get_server_connected_apps(tableau, api_version = 3.14, page_size = 100)

Arguments

tableau

A list containing the Tableau authentication variables: `base_url`, `token`, `user_id`, and `site_id`.

api_version

The API version to use (default: 3.14).

page_size

The number of records to retrieve per page (default: 100).

Value

A data frame containing the connected applications information.