Hey is there a way to create a API call where i get all Tickets within the last 24h in a table.csv?

I appreciate every information cause i only found api calls for Ticket creations!


Article Comments

Hi there,

You can find most of the information about PRTG's API in the webinterface under "Setup > PRTG API". The following call gets all tickets from "today" (there is no 24h filter):

/api/table.csv?content=tickets&columns=datetime,priority,parentid,message,user,status,name&filter_drel=today

Best regards.


Mar, 2019 - Permalink

Hey thanks, got everything i need!


Mar, 2019 - Permalink