changes

fun changes(personId: Int, startDate: LocalDate? = null, endDate: LocalDate? = null, page: Int? = null): Flow.Publisher<PersonChanges>

Get the changes for a person. By default only the last 24 hours are returned.

You can query up to 14 days in a single query by using the startDate and endDate parameters

Parameters

personId

The id of the person

startDate

Filter the results with a start date

endDate

Filter the results with a end date

page

Specify which page to query