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)
- Host: GitHub
- URL: https://github.com/jitbit/helpdesk-api
- Owner: jitbit
- Created: 2015-01-30T20:01:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T21:37:15.000Z (almost 5 years ago)
- Last Synced: 2025-03-01T15:11:17.686Z (about 2 months ago)
- Topics: helpdesk, helpdesk-ticketing, jitbit, ticket, ticket-system, ticketing, ticketing-system
- Language: C#
- Homepage: https://www.jitbit.com/helpdesk/
- Size: 19.5 KB
- Stars: 10
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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").