ChangeInfo (XML)
Information about a change.
Namespace: | http://familysearch.org/v1/ |
URI: | http://familysearch.org/v1/ChangeInfo |
Properties
Name |
Type |
Description |
|
objectModifier |
string
|
An optional modifier for the object to which the operation applies. For example, if the object is a Fact , a
modifier could be applied to indicate that fact applies to a person, couple, or child-and-parents relationship. |
|
objectType |
string
|
The type of the object to which the operation applies. |
|
operation |
string
|
The operation of the change. |
|
reason |
string
|
The reason for the change. |
|
original |
ResourceReference
|
The subject representing the original value(s) that existed before the change. |
|
parent |
ResourceReference
|
The parent change that triggered, caused, or included this change. |
|
previous |
ResourceReference
|
The subject representing the previous value(s) that existed before the change. |
|
removed |
ResourceReference
|
The subject representing the removed value(s) that existed before the change. |
|
resulting |
ResourceReference
|
The subject representing the result of the change. |
|
Example
<changeInfo objectModifier="..." objectType="..." operation="..." reason="..." xmlns="http://familysearch.org/v1/">
<original resource="..." resourceId="..."/>
<parent resource="..." resourceId="..."/>
<previous resource="..." resourceId="..."/>
<removed resource="..." resourceId="..."/>
<resulting resource="..." resourceId="..."/>
</changeInfo>