meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tickets [2023/10/08 15:41] wrongechotickets [2023/12/16 11:15] (current) – [API] wrongecho
Line 42: Line 42:
   * Invoicing   * Invoicing
 {{:tickets-invoice.png?300|}} {{:tickets-invoice.png?300|}}
 +  * Close - Once a ticket is closed, it cannot be re-opened
   * Auto-close tickets - sends a friendly chaser message before automatically closing the ticket for good   * Auto-close tickets - sends a friendly chaser message before automatically closing the ticket for good
  
Line 69: Line 70:
 <code> <code>
  
-Invoke-RestMethod -Uri "http://127.0.0.1/itflow/api/v1/tickets/read.php?api_key=3iVeTipINS9eDGpm&ticket_id=3" | ConvertTo-Json+Invoke-RestMethod -Uri "https://demo.itflow.org/api/v1/tickets/read.php?api_key=YOUR-API-KEY&ticket_id=3" | ConvertTo-Json
 { {
     "success":  "True",     "success":  "True",