Custom Fields Timestamps and Updated Filter

Custom fields now include timestamps and support filtering by last update time:

  • Fields now include an updated_at field in API responses showing when the field was last modified
  • GET /fields?updated.gt={timestamp} - Filter fields updated after a specific timestamp

This allows you to efficiently synchronize custom field definitions by fetching only recently modified fields.