How do I get the details of each person?
You can get the data for each person by asking to get the persons and deleted persons included in the Data object that is returned from the getData method. You do that by specifying the properties Data.persons
and Data.deletedPersons
in the includeProperties
parameter to getData, like this:
includeProperties=Data.persons,Data.deletedPersons,...