Description
Retrieve IDs for particular entries or all entries in a table
Usage
get_id(table, query = list(), endpoint = "http://127.0.0.1:8000/api/")
Value
Returns a string or list of strings specifying the URL or URLs of
entries in a table
Arguments
- table
a string specifying the name of the table
- query
a list containing a valid query for the table, e.g.
list(field = value)
- endpoint
a string specifying the registry endpoint