nodeData (XML)
Data representation of a node - transfer object
Namespace: | http://familysearch.org/platform/artifacts |
URI: | http://familysearch.org/platform/artifactsnodeData |
Properties
Name |
Type |
Description |
|
apid |
string
|
Get the node's apid |
|
childCount |
long
|
Get the number of children |
|
lastMod |
long
|
Returns the last modification date for the node. |
|
name |
string
|
Get name of the node, e.g. 004110000 |
|
streamCount |
long
|
Get the node's stream count |
|
link |
list of
link
|
|
|
templates |
list of
template
|
|
|
Example
<nodeData apid="..." childCount="..." lastMod="..." name="..." streamCount="..." xmlns="http://familysearch.org/platform/artifacts">
<templates name="..." template="..." xmlns=""/>
<link href="..." rel="..." type="..." xmlns=""/>
</nodeData>