Person Change History

Description

The Person Change History resource provides a list of changes for a person. Each entry in the change history provides details about what was changed, who performed the change, and an explanation of why the change was made if the reason was provided by the user.

Operations

GET - Read the change history for a person.

Produces - Specify a returned data format using the Accept header.
Parameters
Name Type Description
pid path The id of the person whose change history is to be retrieved.
from query The ID of the last change from the most recent page retrieved. Don't specify this parameter to get the first (most recent page). Page sizes vary - up to 150 changes may be returned in each page.
Status Codes
  • 200  -  Upon a successful read.
  • 204  -  Upon a successful read with an empty change history.
  • 301  -  If the person has been merged into another person.
  • 404  -  If the person is not found.
  • 410  -  If the person has been deleted.
  • 429  -  If the request was throttled.

Example Requests

Read Person Change History How to get a change history.
Read Person Change History First Ten Entries How to read the first ten entries of a change history for a person.

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.