get https://api-zenintegra.educacional.com/api/tickets/
This is where you show your users how to set it up. You can use code samples, like this:
$http.post('/someUrl', data).success(successCallback);
alert('test');
This request provides all the information regarding the open ticket
Return structure
{
"ticket_id": 23178,
"priority": "low",
"title": null,
"description": "teste",
"category": "SCHOOD",
"afeta_outros_usuarios": "Sim",
"dispositivo": "Computador/Notebook",
"navegador": "Safari",
"recorrente": "Sim",
"sistema_operacional": "Windows",
"versao_sistema_operacional": "sadf",
"cliente": "Eteg",
"id_hub": 200000
}
Request
- Environment
- DEV
- PROD