Trees
Read User Tree Person Ids
This operation retrieves the list of person ids in a user tree. The list is returned as a Feed of Entry elements. Each Entry contains a person id in the id field.
get/trees/{tid}/persons
Path parameters
tidstring required
The id of the tree from which person ids are to be retrieved. To find user tree IDs, see <a href="/reference/getgroups" target="_blank">Read User's Groups</a>, or <a href="/reference/createtree" target="_blank">Create Tree</a> to create a new user tree.
Query parameters
countinteger
The maximum number of person ids to return.
fromstring
The page of person ids to return. Omit this parameter to retrieve the first page.
viewstring
The type of data to return. Currently, 'identifiers' is the only supported data type.
Headers
Accept'application/x-gedcomx-atom+json' | 'application/json' required
Specifies the media type(s) that the client is willing to accept in the response.
Response
The list of person ids in the user tree.