Your software
My Mautic version is: 4.0
My PHP version is: 7.4
My Database type and version is: tidb
Your problem
My problem is:
curl -u USER:PASSWORD ‘https://mautic.agilicus.com/api/companies’
I am returned a set of companies, but i cannot see the date_modified.
I see:
id, score, fields.
of the fields, i see core, professional, other, all
none of these have any date or other info.
I am trying to do some sync w/ an external db, and its forcing me to fetch all all the time.
sicne there is no filtering, i cannot query SINCE some time (where mod time > X), and,
since I cannot see the mod time, i cannot bail out of my loop early.
Any suggestions?