Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 2, 2020
May 2, 2020

README.md

Jitbit Helpdesk Ticketing System API

This is an open-source collection of code-snippets for Jitbit Helpdesk that shows how you can use the helpdesk app's API. Currently we have Helpdesk API examples for C#, PHP, Ruby, Python and JavaScript.

Feel free to contribute your samples.

CURL example

curl -X GET -u 'user:password' 'https://AccountName.jitbit.com/helpdesk/api/Tickets'

About Jitbit Helpdesk

Jitbit Helpdesk is a popular affordable support ticket system created by a small bootstrapped UK startup "Jitbit". The helpdesk app is available both as a "saas"-application and an "on-premise" solution that can be downloaded and installed on your local server.

The system is based on ASP.NET MVC and uses MS SQL Server to store the tickets. The API is a "restful" http service that can be used on both versions of the helpdesk ("hosted" and "onpremises").

You can’t perform that action at this time.