Skip to main content

API - How to lists tickets created or updated between two dates/time

  • October 17, 2014
  • 1 reply
  • 240 views

Hello,

Please let me know how, with an API, to get a list of tickets created or updated between two dates/time.

This is because I need to extract, every 5 minutes, a list of tickets created or updated in the last 5 minutes. This is because I have to show some statistics in a dashboard.


Thanks and best regards


Did this topic help you find an answer to your question?
This topic has been closed for comments

1 reply

  • Community Debut
  • 27 replies
  • November 4, 2014

Saverio,


Sorry to keep you waiting!


Right now we do not have API for listing tickets created / updated between a time-range. One solution I could suggest is to use our features Observer and Dispatcher to send ticket events to your endpoint, and you capture it in your backend, and query from it.