User History

Description

The User History is used to retrieve or update a user's history.

Operations

GET - Read a user's history list.

Produces - Specify a returned data format using the Accept header.
Parameters
Name Type Description
uid path The id of the user whose history list is to be read.
tid query Tree id to filter on. Pass in a value of "all" for all entries in the History List.
Status Codes
  • 200  -  Upon a successful read.
  • 429  -  If the request was throttled.

POST - Update the user's history list. Only one Person at a time may be added to the history list.

Produces - Specify a returned data format using the Accept header.
Consumes - Specify the incoming data format using the Content-Type header.
Parameters
Name Type Description
uid path The id of the user whose history list is to be updated.
body request-body The list of source descriptions with persons to add to the user's history list. The List may only have one Person.
Status Codes
  • 201  -  The update of the user's history list was successful.
  • 400  -  If the request was unable to be understood by the application.
  • 429  -  If the request was throttled.

Example Requests

Delete Entry in Current User's History How to delete an entry in the current user's history.
Read Current User's History How to query for the current user's history.
Update Current User's History How to update the current user's history.

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.