https://github.com/markuzzi/extendedapi
osTicket Extended API
https://github.com/markuzzi/extendedapi
Last synced: about 1 year ago
JSON representation
osTicket Extended API
- Host: GitHub
- URL: https://github.com/markuzzi/extendedapi
- Owner: markuzzi
- License: mit
- Created: 2023-09-20T17:10:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T17:11:18.000Z (over 2 years ago)
- Last Synced: 2025-02-13T03:29:37.308Z (over 1 year ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osTicket Extended API
This plugin exposes tickets and users at the API.
Tickets and users can be retrieved, created, updated, and deleted.
Full API documentation is given at [openapi.json](openapi.json).
## Installation
1. Copy plugin directory to osTicket-dir/include/plugins
2. Add plugin in osTicket and add an instance for configuration
3. Start using the API