121,887
edits
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
| 4 || imageIndex= || specific image (starting with 1) || image | | 4 || imageIndex= || specific image (starting with 1) || image | ||
|} | |} | ||
For testing purposes: | |||
This is for the first image in a folder | 1. This URL is for the first image in a folder | ||
<pre> | <pre> | ||
https://www.familysearch.org/records/images/search-results?imageGroupNumbers=8417008&page=1 | https://www.familysearch.org/records/images/search-results?imageGroupNumbers=8417008&page=1 | ||
</pre> | </pre> | ||
These results are for each item in a folder. In the the URL string '''search-results''' is replaced with '''image-details''' and the text '''rmsId=M9DP-VQY&imageIndex=0''' is appended, where ''M9DP-VQY'' represents a unique value for that item. | 2. These results are for each item in a folder. In the the URL string '''search-results''' is replaced with '''image-details''' and the text '''rmsId=M9DP-VQY&imageIndex=0''' is appended, where ''M9DP-VQY'' represents a unique value for that item. | ||
<pre> | <pre> | ||
https://www.familysearch.org/records/images/image-details?imageGroupNumbers=8417008&page=1&rmsId=M9DP-VQY&imageIndex=0 | https://www.familysearch.org/records/images/image-details?imageGroupNumbers=8417008&page=1&rmsId=M9DP-VQY&imageIndex=0 | ||
Line 27: | Line 27: | ||
https://www.familysearch.org/records/images/image-details?imageGroupNumbers=8417008&page=1&rmsId=M9DP-VQ1&imageIndex=0 | https://www.familysearch.org/records/images/image-details?imageGroupNumbers=8417008&page=1&rmsId=M9DP-VQ1&imageIndex=0 | ||
</pre> | </pre> | ||
These are for specific images in a folder. This is the same URL string as that for an item, but the numeric value at the end of the string is replaced by the specific image number and the string '''&singleView=true'''. | 3. These are for specific images in a folder. This is the same URL string as that for an item, but the numeric value at the end of the string is replaced by the specific image number and the string '''&singleView=true'''. | ||
<pre> | <pre> | ||
https://www.familysearch.org/records/images/search-results?imageGroupNumbers=8417007&page=1 | https://www.familysearch.org/records/images/search-results?imageGroupNumbers=8417007&page=1 |