Skip to contents

Make sure you have file-access to the projects (owned or shared with you)

Usage

getProjectList(accessToken)

Arguments

accessToken

A valid Access-Token

Value

A Response object with $data (a tibble of the project list) and $message a status message and $isError (True if API Call was unsuccessful)

Examples

projectList <- getProjectList("######")