Read a Fold3 record
fold3_recordRetrieve detailed metadata for a single Fold3 military record: file pages, index fields, memorial stories, and citations. Use an ID, type, or URL to get the record's content and viewability.
Instructions
Read one Fold3 document. Action get: needs id + type (as a search hit reports them) or url (a fold3.com /file/, /image/, /record/ or /memorial/ page).
FILE: title, collection and its access, index fields ("[Blank]" fields dropped), page count, every page's imageId, whether this account may view it, and a citation. Long files page with start/count.
IMAGE: the page's title, file, index fields, size and whether it is viewable.
INDEX_RECORD / SUB_IMAGE: the index fields; a SUB_IMAGE (a person's line on a census page) names its imageId and line.
MEMORIAL: facts, stories, and the Ancestry records Fold3 linked (collectionId + recordId for ancestry_record get). Images themselves come from fold3_download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Document id from a search hit (with type) | |
| url | No | A fold3.com page URL instead of id + type | |
| type | No | The hit's type; ids of different types can collide | |
| count | No | FILE: pages to list (default 200) | |
| start | No | Paging offset: index of the first item to return (default 0) | |
| action | Yes | get |