All URIs are relative to http://localhost/v1
Method | HTTP request | Description ------------- | ------------- | ------------- GetArrayTasksSidebar | GET /tasks/sidebar |
ArrayTaskBrowserSidebar GetArrayTasksSidebar(start=var.start, end=var.end)
library(tiledbcloud)
var.start <- 56 # integer | Fetch tasks created after this time, unix epoch in seconds, default 7 days ago
var.end <- 56 # integer | Fetch tasks created before this time, unix epoch in seconds, default now
api.instance <- ArrayTasksApi$new()
# Configure API key authorization: ApiKeyAuth
api.instance$apiClient$apiKeys['X-TILEDB-REST-API-KEY'] <- 'TODO_YOUR_API_KEY';
# Configure HTTP basic authorization: BasicAuth
api.instance$apiClient$username <- 'TODO_YOUR_USERNAME';
api.instance$apiClient$password <- 'TODO_YOUR_PASSWORD';
result <- api.instance$GetArrayTasksSidebar(start=var.start, end=var.end)
dput(result)
Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- start | integer| Fetch tasks created after this time, unix epoch in seconds, default 7 days ago | [optional] end | integer| Fetch tasks created before this time, unix epoch in seconds, default now | [optional]
| Status code | Description | Response headers | |-------------|-------------|------------------| | 200 | sidebar metadata for task definitions for all arrays user has access to | - | | 404 | array tasks not found | - | | 0 | error response | - |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.