All URIs are relative to http://localhost
Method | HTTP request | Description ------------- | ------------- | ------------- GetSharees | GET /api/sharelog/sharees | Get a list of users with whom current user has shared a Workspace.
array[character] GetSharees()
Get a list of users with whom current user has shared a Workspace.
Get a list of users with whom current user has shared a Workspace.
library(openapi)
#Get a list of users with whom current user has shared a Workspace.
api.instance <- ShareLogApi$new()
# Configure OAuth2 access token for authorization: googleoauth
api.instance$apiClient$accessToken <- 'TODO_YOUR_ACCESS_TOKEN';
result <- api.instance$GetSharees()
dput(result)
This endpoint does not need any parameter.
array[character]
| Status code | Description | Response headers | |-------------|-------------|------------------| | 200 | Success | - | | 500 | Internal Error | - |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.