Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Version
Date
Description
0.1
2 May 2019
Initial Draft
0.25 June 2019Change in query sort field example


Example URL for atom feed

https://avalon.example.com/catalog.atom?q=other_identifier_sim:/GR[0-9]{8}/&sort=system_modified_dtsitimestamp+desc&rows=100&page=1

parameters

...

Access to the atom feed is normally unrestricted. However, results returned will be limited to those items to which the currently logged-in user has access. Only public items will returned for non-logged-in users.

Additionally, a token (also often referred to as a key) can be passed with the request through the http header 'Avalon-Api-Key'. If a matching token is found in Avalon's database, all records will be accessible. Creating and viewing tokens can be done via rake tasks.

...