cityofaustin / knackpy

A Python client for interacting with Knack applications
https://cityofaustin.github.io/knackpy/docs/user-guide/
Other
39 stars 18 forks source link

Support for fetching from the record history API #71

Open johnclary opened 3 years ago

johnclary commented 3 years ago

You can query a record's edit history here using your standard headers: https://us-east-1-builder-read.knack.com/v1/objects/<object name>/records/<record id>/history

Perhaps implement this as a Record method, e.g. Record.get_history(), or App.get_history(object_id, record_id)