All URIs are relative to http://localhost
Method | HTTP request | Description ------------- | ------------- | ------------- FacetsByIndexFacetsEntityGet | GET /facets/{entity} | Facets By Index
array[character] FacetsByIndexFacetsEntityGet(entity)
Facets By Index
Return the available facet fields for an entity
library(omicidxClientR)
var.entity <- TODO # AnyType |
#Facets By Index
api.instance <- DefaultApi$new()
result <- api.instance$FacetsByIndexFacetsEntityGet(var.entity)
dput(result)
Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- entity | AnyType| |
array[character]
No authorization required
| Status code | Description | Response headers | |-------------|-------------|------------------| | 200 | Successful Response | - | | 422 | Validation Error | - |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.