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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The id of the user. To find user IDs, see Read Current User.

Query Params
int64
required
≥ 0
Defaults to 0

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

int64
≥ 1

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

Headers
string
enum
required

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

Allowed:
Responses
200

The read was successful. See SourceDescription Schema (JSON)

204

Upon a successful read with no results.

429

The request was throttled.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!