Description Usage Arguments Details Examples
Get collection items by release
1 2 3 4 5 | get_collection_items_by_release(
username,
release_id
token = NA
)
|
username |
String containing a valid username |
release_id |
Integer value representing a valid release ID |
token |
(optional) Token object obtained from authorize() or a string containing your personal access token |
View the user’s collection folders which contain a specified release. This will also show information about each release instance.
The release_id must be non-zero.
Authentication as the collection owner is required if the owner’s collection is private.
1 | items <- get_collection_items_by_release("username", 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.