Memories
Path
/platform/memories/memories |
|
Production: | https://api.familysearch.org/platform/memories/memories |
Beta: | https://apibeta.familysearch.org/platform/memories/memories |
Integration (Integration): | https://api-integ.familysearch.org/platform/memories/memories |
Description
The Memories resource defines the list of all memories in the system. A memory is a container for user-contributed artifacts, such as photos, stories,
documents and audio. The Memories resource is used to upload, annotate and organize memories and then attach them to persons in the Tree. Each memory
artifact has an associated source description that contains metadata about the artifact, such as a title, a created timestamp, links, references and any
extracted information.
Operations
GET - If the 'mids' query parameter is set, retrieve all memories specified by the ids in the 'mids' query parameter. Otherwise, retrieve all memories for the current user, which is accomplished by a redirect to the memories for the current user. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
|||||||||||||||||||||
POST - Create a memory by uploading an artifact and some associated metadata. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
Example Requests
Create User-Uploaded Source | How to create a source for an artifact that a user has uploaded. |
Upload Image as a Document | How to upload an image as a document. |
Upload Multiple Photo Memories | How to upload multiple photo memories using a multipart request. |
Upload PDF Document | How to upload a PDF document. |
Upload Photo | How to upload a photo. |
Upload Photo Via Multipart Form Data | How to upload a photo via multipart form data. |
Upload Story | How to upload a story. |
Upload Story Memories | How to upload multiple stories using a multipart request. |