List all object ids in the RATO ArcGIS Enterprise MapServer
Source:R/list_object_ids.R
list_object_ids.Rd
The returned id's are cached by default, but this can be overwritten by
calling memoise::forget(list_object_ids)
which will remove the cache and
ensure the next call queries the database (but will reinstate the cache for
any follow up calls).
Usage
list_object_ids(token = get_token())
Arguments
- token
Access token, by default generated by
get_token()