An open API service indexing awesome lists of open source software.

https://github.com/jitbit/helpdesk-api

Jitbit Helpdesk API samples (python, c#, php, ruby, javascript)
https://github.com/jitbit/helpdesk-api

helpdesk helpdesk-ticketing jitbit ticket ticket-system ticketing ticketing-system

Last synced: about 2 months ago
JSON representation

Jitbit Helpdesk API samples (python, c#, php, ruby, javascript)

Awesome Lists containing this project

README

        

# Jitbit Helpdesk Ticketing System API

This is an open-source collection of code-snippets for [Jitbit Helpdesk](https://jitbit.github.com/helpdesk/ "Helpdesk Ticketing System") that shows how you can use the helpdesk app's [API](https://jitbit.github.com/helpdesk/helpdesk-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").