API
Connection
To use the Ticaga's API you need to submit the connection first: URL: https://yourdomain.com/api...
Register
To create a new user account with Ticaga via the API: URL: https://yourdomain.com/api/register ...
Departments
This allows you to grab the departments on your Ticaga installation: URL: https://yourdomain.com...
Create a Ticket
URL: https://yourdomain.com/api/tickets/create Type: POST { "id": 8, } customer_id: The ...
Create a Response
URL: https://yourdomain.com/api/responses/create Type: POST { "id": 8, } ticket_numb...
Auth Required
Authorisation via the Connection API call.
Login
To log a customer in: URL: https://yourdomain.com/api/login Type: POST { "user": { "id...
Customer Information
To get the customer information from Ticaga: URL: https://yourdomain.com/api/customers/get Type...
Grab a Ticket
How to grab a ticket from Ticaga: URL: https://yourdomain.com/api/tickets/get Type: GET { "...
Tickets
To get all the tickets Ticaga: URL: https://yourdomain.com/api/tickets/get/all Type: GET { ...
Responses
To get the responses for a ticket in Ticaga: URL: https://yourdomain.com/api/responses/get Type...