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>

언어 변경

피드백

보내는 중…

피드백이 발송되었습니다.

피드백을 발송할 수 없습니다. 5초 후에 다시 시도하십시오.