We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contact data is a pretty important part of a data warehousing project and so its exclusion is a significant gap.
I see that the contacts API doesn't have an updated_since filter, but it looks like you could use the query API instead: https://developers.freshdesk.com/api/#filter_contacts
I believe that the following query would give you a data-efficient way of getting the data.
/api/v2/search/contacts?query=updated_at:>(UTCDATE)
The text was updated successfully, but these errors were encountered:
That sounds reasonable. Thanks for the info!
Sorry, something went wrong.
I'd also like to upvote enabling contacts-table-integration (but unfortunately I can't help technically).
No branches or pull requests
Contact data is a pretty important part of a data warehousing project and so its exclusion is a significant gap.
I see that the contacts API doesn't have an updated_since filter, but it looks like you could use the query API instead: https://developers.freshdesk.com/api/#filter_contacts
I believe that the following query would give you a data-efficient way of getting the data.
The text was updated successfully, but these errors were encountered: