osticket-api icon indicating copy to clipboard operation
osticket-api copied to clipboard

OSTicket Unofficial API

Results 11 osticket-api issues
Sort by recently updated
recently updated
newest added

Add a new endpoint for Internal Notes (finding thread base on Message ID header of specific email and addInternalNote on a specific thread) Project with @SimonBaars and @mherreshoff

enhancement

the class class.dbconnection.php must be renamed to class.dBConnection.php because of case sensitive filenames on linux platform

Please modify class.ticket.php lines 411- 416 Add the close timestamp to the ticket for it to display in the close ticket menu and list. // Update ticket status $ticketStatusUpdate =...

I'm trying to integrate osticket with Power automate (desktop), to retrieve a list of pending ticket. For a weird reason, the same exact query that is working perfectly on Postaman,...

API is excellent and easy to use. Many thanks for your great work Issue Description: staff_id always returns "0" in json to fetch all tickets. Sample response: https://jsoneditoronline.org/#left=cloud.ee63bb970ff447899dc5725ccb1bf943 ![image](https://user-images.githubusercontent.com/430431/196244088-4c76e665-b63e-4a96-8e8a-219ff512f59f.png) Please...

![ost api](https://user-images.githubusercontent.com/13983323/190357486-b45e8e7a-3766-4b17-9013-d28a0f4634d8.PNG) ![ost api 2](https://user-images.githubusercontent.com/13983323/190356649-ec82f712-60e7-4923-87dc-b45bff265604.PNG) Hi, I am using osticket version v1.16.2, php 8.0 and mysql 5.5. I had made the changes as per your provided installation details. I am...

Hello! This API that you've made is great. The code is awesome. I'm not sure if these changes will be useful for you or others, but figured I'd let you...

Fixing case issues with headers and class files.

I've put the ost_wbs folder into the "upload" folder as that appears to be where OSTicket pulls from. Because of this I have to use *hosturl*/ost_wbs instead of what it...

Hello, I am getting an error like below index.php $requestBody = json_decode(file_get_contents('php://input'), true); Line 34 returns empty. Can anyone help? ![image](https://github.com/user-attachments/assets/9279d58f-8df2-465f-a098-e940a922ae50) **Body** { "query": "topics", "condition": "all" } **Response** {...