Tags |
When the REST API is run with appropriate configurations it is able to return a combination of open
, limited
, and closed
references in its json response. If no configuration is supplied then by default the rest api will only return open
references.
This functionality can be configured with the environment variable REFERENCES
, and it can take one of the following values:
open
- only open references are returnedlimited
- open and limited references are returnedclosed
- open, limited, and closed references are returned