Memory
Path
/platform/memories/memories/{mid} |
|
Production: | https://api.familysearch.org/platform/memories/memories/{mid} |
Beta: | https://apibeta.familysearch.org/platform/memories/memories/{mid} |
Integration (Integration): | https://api-integ.familysearch.org/platform/memories/memories/{mid} |
Description
The memory resource defines a memory. A memory consists of one or more artifacts, each with an associated description. This resource is used to read, modify
and organize memories and to attach those memories to persons in the FamilySearch Family Tree. When reading a memory, it is represented as the (paged) list
of artifact descriptions. You can also use this resource to delete a memory.
Operations
GET - Read a description of a memory. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
|||||||||
POST - Update a description of a memory. Produces - Specify a returned data format using the
Accept
header.
Consumes - Specify the incoming data format using the
Content-Type header.
Parameters
Status Codes
|
|||||||||
DELETE - Delete a memory. 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. |
Delete Memory | How to delete a memory. |
Read Memory | How to read a memory. |
Update Memory Description | How to update a description of a memory. |