Sharing Links for Reference

Sharing Links for Reference

Linking to pages of a document

Using the page=param brings a user to the individual page of a digital object

https://archives.albany.edu/description/catalog/ua100aspace_b792ae84de14263293d992150fb3fd07?page=22

For URL params, the first one always uses a ? but subsequent params use a & such as:

https://archives.albany.edu/description/catalog/ua100aspace_b792ae84de14263293d992150fb3fd07?locale=en&page=22

Link to a search result of items in a series

To link to a search results page of all children of a parent (such as all files in a series) use the parent_ssi facet such as:

https://archives.albany.edu/description/catalog?f[parent_ssi][]=aspace_08451e5f103499998981b19ae54b34c5&q=&sort=date_sort+asc

Replace the 08451e5f103499998981b19ae54b34c5 with the ref_id of the parent, but be sure to keep the aspace_.

From that page you can add additional facets, like View only online content, which provides a url like:

https://archives.albany.edu/description/catalog?f%5Bhas_online_content_ssim%5D%5B%5D=View+only+online+content&f%5Bparent_ssi%5D%5B%5D=aspace_08451e5f103499998981b19ae54b34c5&q=&sort=date_sort+asc

Escaping spaces makes this complicated so you may want to use the first URL and use the UI to add the View only online content facet.