v1

latestOpenAPI 3.0.1Apache 2.02026-07-2420454370.2 KB
Memories

Read User Memories

Read a user's memories. The user memories query provides a (paged) list of artifacts of memories that belong to a specific user. This allows users to get a list of all memories that have been uploaded by the current user. To do this, make a request to the User Memories resource with the Accept header set to application/x-fs-v1+json.

get/memories/users/{uid}/memories

Path parameters

uidstring required

The id of the user. To find user IDs, see <a href="/reference/readcurrentuser" target="_blank">Read Current User</a>.

Query parameters

startinteger required

The index (zero-based) of the first artifact belonging to this user to be returned.

countinteger

The maximum number of artifacts belonging to this user to return. If not specified or a bad value, all memories will be returned.

Headers

Accept'application/x-fs-v1+json' | 'application/x-gedcomx-v1+json' | 'application/json' | 'application/x-fs-v1+xml' | 'application/x-gedcomx-v1+xml' | 'application/xml' required

Specifies the media type(s) that the client is willing to accept in the response.

Response

The read was successful. See <a href="https://developers.familysearch.org/main/docs/json-schema#sourcedescription" target="_blank">SourceDescription Schema (JSON)</a>