document_list_attachments | R Documentation |
This function lists all attachments of a field in a structured document.
document_list_attachments(
doc_id,
field_id = NULL,
field_name = NULL,
api_key = get_api_key()
)
doc_id |
Unique identifier of the document |
field_id |
Specify either |
field_name |
Specify either |
api_key |
RSpace API key |
description A tibble with identifiers and information on attachments, one attachment per row.
Returns FALSE
if no files are attached to the field.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.