-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Travis
committed
Nov 9, 2015
1 parent
755855c
commit 03cfcb5
Showing
3 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<h1><code ng:non-bindable="">getChanges</code> | ||
<div><span class="hint">functions in module <code ng:non-bindable="">changeHistory</code> | ||
</span> | ||
</div> | ||
</h1> | ||
<div><h2 id="description">Description</h2> | ||
<div class="description"><div class="changehistory-functions-page changehistory-functions-getchanges-page"><p>Get change history for a person, couple, or child and parents. | ||
The response includes the following convenience function</p> | ||
<ul> | ||
<li><code>getChanges()</code> - get the array of <a href="#/api/changeHistory.types:constructor.Change">Changes</a> from the response</li> | ||
</ul> | ||
<p><a href="https://familysearch.org/developers/docs/api/tree/Person_Change_History_resource">Person Changes API Docs</a> | ||
<a href="https://familysearch.org/developers/docs/api/tree/Child-and-Parents_Relationship_Change_History_resource">Child and Parents Changes API Docs</a> | ||
<a href="https://familysearch.org/developers/docs/api/tree/Couple_Relationship_Change_History_resource">Couple Changes API Docs</a></p> | ||
</div></div> | ||
<h2 id="usage">Usage</h2> | ||
<div class="usage"><pre class="prettyprint linenums">getChanges(url[, params:]);</pre> | ||
<h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>url</td><td><a href="" class="label type-hint type-hint-string">String</a></td><td><div class="changehistory-functions-page changehistory-functions-getchanges-page"><p>full URL of the person changes, child and parent changes, or couple changes endpoint</p> | ||
</div></td></tr><tr><td>params: <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-object">Object</a></td><td><div class="changehistory-functions-page changehistory-functions-getchanges-page"><p><code>count</code> is the number of change entries to return, <code>from</code> to return changes following this id</p> | ||
</div></td></tr></tbody></table><h4 id="usage_returns">Returns</h4><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-object">Object</a></td><td><div class="changehistory-functions-page changehistory-functions-getchanges-page"><p>promise for the response</p> | ||
</div></td></tr></table></div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters