Description Usage Arguments Examples
This function allows you to use the select multiple classifications.
1 2 3 |
url |
The base URL of the RDS server |
collection |
The collection ID |
view |
The view ID |
codeLimit |
Specifies the number of codes to return in each classification |
codeOffset |
Specifies the starting index of the codes in each classification |
codeSort |
Specifies how the codes should be sorted, options are ASC or DESC |
key |
API key for views that require a key. |
limit |
Specifies the number of classifications to return |
offset |
Specifies the starting index of the classifications |
sort |
Specifies how to sort the classfications returned. Classifications will be sorted by their ID and can be sorted ASC or DESC |
1 2 3 | get.classifications("http://localhost:8080/rds/api/catalog/","myCollection","myView")
get.classifications("http://localhost:8080/rds/api/catalog/","myCollection","myView",limit=10,offset=10,sort="DESC")
get.classifications("http://localhost:8080/rds/api/catalog/","myCollection","myView",codeLimit=100,codeSort="DESC")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.