I’ve been up and down the API documentation and can’t find one process that does everything I need, so it looks to be I’ll need a smattering of different calls, which given the API limit will severly hinder our access.
Please let me know if I’ve missed anything, but here’s what is going on now.
I would like to retrieve a list of all Notes (or Calls or Tickets or Emails) that were updated since date X. I can do that for each type using the Search function, which is fine, but it doesn’t return associated elements. So if I search for a Note, it returns most of the fields I need except for the associations, ie. which Ticket is it assigned to. So for each Note record, I need to do a ticket search based on that association. Is that correct? Seems like a lot of unnecessary calls to the API.
Alternatively, if the Get Ticket APi call returned the list of associated elements that would also solve my problem.
Thanks and please do point me in the right direction of the documentation if I’ve missed something glaringly obvious ![]()
Thanks.