edan_ead_getrefpath: Get the reference path for an ID

View source: R/edan_ead_getrefpath.R

edan_ead_getrefpathR Documentation

Get the reference path for an ID

Description

Returns the reference path for a given ID. This endpoint is not currently functional.

Usage

edan_ead_getrefpath(
  refid = NA,
  url = NA,
  AppID = NA,
  AppKey = NA,
  returnjson = FALSE
)

Arguments

refid

The refID. Default value: root

url

The url. Default value: edanead-sova-aaa-thayabbo

AppID

AppID used for authentication

AppKey

Key for the AppID used for authentication

returnjson

Boolean to return the answer as JSON, otherwise as a list.

Details

All queries require valid EDAN credentials (AppID and AppKey). Consult the EDAN Docs (https://edandoc.si.edu/) for instructions on how to obtain a set of credentials.

Value

List or JSON with the results.


Smithsonian/EDANr documentation built on Dec. 11, 2023, 2:18 a.m.