Description Usage Arguments Details Examples
List custom fields in collection
1 2 3 4 | get_list_custom_fields(
username,
token = NA
)
|
username |
String containing a valid username |
token |
Token object obtained from authorize() or a string containing your personal access token |
Retrieve a list of user-defined collection notes fields. These fields are available on every release in the collection.
If the collection has been made private by its owner, authentication as the collection owner is required.
If you are not authenticated as the collection owner, only fields with public set to true will be visible.
1 2 | token <- authorize("key", "secret")
list <- get_list_custom_fields("username", token)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.