childrenData (XML)
Data representation of a node's children - transfer object
Used to return data about an node's children when accessing children resource, e.g. http://10.10.10.10/das/v1/dgs:root/children
Namespace: | http://familysearch.org/platform/artifacts |
---|---|
URI: | http://familysearch.org/platform/artifactschildrenData |
Properties
Name | Type | Description | |
---|---|---|---|
baseUrl | string | Get the base URL string of this parent node. | |
position | string | Get the position from that last request. If the value is null, then there are no more children to retrieve. This value is used to request the next set of children. | |
children | list of child | Get a list of the child nodes | |
templates | list of template |
Example
<childrenData baseUrl="..." position="..." xmlns="http://familysearch.org/platform/artifacts"> <children apid="..." locator="..." name="..." order="..." xmlns=""/> <templates name="..." template="..." xmlns=""/> </childrenData>