Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/embiembi/public_html/admin/engine.inc.php on line 2
Helpdesk Software | Service Desk | Web | Email http://embi.embihelpdesk.com.br/kb Artigos mais recentes Dom, 05 05 2024 20:06:05 GMT utf-8 Artigo de texte c/ anexo http://embi.embihelpdesk.com.br/kb/article/artigo-de-texte-c-anexo Teste... Sistema lento - Ping para testar http://embi.embihelpdesk.com.br/kb/article/embi-helpdesk/ajuda-e-treinamento/administrador/sistema-lento Boa noite Gabriel,Poderia me informar qual foi o horáro que você percebeu a lentidão?Preciso que quando ocorrer novamente,  você rode comando abaixo e me envie: ping -n 50 i-cloud48.embihelpdesk.com.br tracert  i-cloud48.embihelpdesk.com.br Com o resultado eu consigo eliminar se há algum problema de rede no momento da lentidão!Grato,Everton NascimentoEMBI(11) 2362-5771 Conexão Única http://embi.embihelpdesk.com.br/kb/article/embi-helpdesk/ajuda-e-treinamento/api/conexao-unica Exemplo de API:123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111<?php/** * This sample code is designed to connect to your Help Desk Software using the Unserialization method. */  // By default, this sample code is designed to get the result from your// server (where Help Desk is installed) and log in the person... Visualizar Usuário Login http://embi.embihelpdesk.com.br/kb/article/embi-helpdesk/ajuda-e-treinamento/api/visualizar-usuario-login Exemplo de API:1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798<?php/** * This sample code is designed to connect to your Help Desk Software using the Unserialization method. */  // By default, this sample code is designed to get the result from your// server (where Help Desk is installed) and to print out the result$url    =... Visualizar Usuário por E-mail http://embi.embihelpdesk.com.br/kb/article/embi-helpdesk/ajuda-e-treinamento/api/visualizar-usuario-por-e-mail Exemplo de API:1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798<?php/** * This sample code is designed to connect to your Help Desk Software using the Unserialization method. */  // By default, this sample code is designed to get the result from your// server (where Help Desk is installed) and to print out the result$url    =... Visualizar Usuário http://embi.embihelpdesk.com.br/kb/article/embi-helpdesk/ajuda-e-treinamento/api/visualizar-usuario Exemplo de API:1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798<?php/** * This sample code is designed to connect to your Help Desk Software using the Unserialization method. */  // By default, this sample code is designed to get the result from your// server (where Help Desk is installed) and to print out the result$url    =... Lista Grupos de Usuários http://embi.embihelpdesk.com.br/kb/article/embi-helpdesk/ajuda-e-treinamento/api/lista-grupos-de-usuarios Exemplo de API:1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798<?php/** * This sample code is designed to connect to your Help Desk Software using the Unserialization method. */  // By default, this sample code is designed to get the result from your// server (where Help Desk is installed) and to print out the result$url    =... Lista de Usuários http://embi.embihelpdesk.com.br/kb/article/embi-helpdesk/ajuda-e-treinamento/api/lista-de-usuarios Exemplo de API:1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798<?php/** * This sample code is designed to connect to your Help Desk Software using the Unserialization method. */  // By default, this sample code is designed to get the result from your// server (where Help Desk is installed) and to print out the result$url    =... Editar Usuário http://embi.embihelpdesk.com.br/kb/article/embi-helpdesk/ajuda-e-treinamento/api/editar-usuario Exemplo de API:123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116<?php/** * This sample code is designed to connect to your Help Desk Software using the Unserialization method. */  // By default, this sample code is designed to get the result from your// server (where Help Desk is installed) and to... Deletar Lista de Usuários http://embi.embihelpdesk.com.br/kb/article/embi-helpdesk/ajuda-e-treinamento/api/deletar-lista-de-usuarios Exemplo de API:1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798<?php/** * This sample code is designed to connect to your Help Desk Software using the Unserialization method. */  // By default, this sample code is designed to get the result from your// server (where Help Desk is installed) and to print out the result$url    =... Deletar Usuário http://embi.embihelpdesk.com.br/kb/article/embi-helpdesk/ajuda-e-treinamento/api/deletar-usuario Exemplo de API:1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798<?php/** * This sample code is designed to connect to your Help Desk Software using the Unserialization method. */  // By default, this sample code is designed to get the result from your// server (where Help Desk is installed) and to print out the result$url    =... Adicionar Usuário http://embi.embihelpdesk.com.br/kb/article/embi-helpdesk/ajuda-e-treinamento/api/adicionar-usuario Exemplo de API:123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118<?php/** * This sample code is designed to connect to your Help Desk Software using the Unserialization method. */  // By default, this sample code is designed to get the result from your// server (where Help Desk is installed) and... Visualizar Ticket http://embi.embihelpdesk.com.br/kb/article/embi-helpdesk/ajuda-e-treinamento/api/visualizar-ticket Exemplo de API:1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798<?php/** * This sample code is designed to connect to your Help Desk Software using the Unserialization method. */  // By default, this sample code is designed to get the result from your// server (where Help Desk is installed) and to print out the result$url    =... Enviar Ticket http://embi.embihelpdesk.com.br/kb/article/embi-helpdesk/ajuda-e-treinamento/api/enviar-ticket Exemplo de API:123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113<?php/** * This sample code is designed to connect to your Help Desk Software using the Unserialization method. */  // By default, this sample code is designed to get the result from your// server (where Help Desk is installed) and to print out... Responder Ticket - Público http://embi.embihelpdesk.com.br/kb/article/embi-helpdesk/ajuda-e-treinamento/api/responder-ticket-publico Exemplo de API:123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112<?php/** * This sample code is designed to connect to your Help Desk Software using the Unserialization method. */  // By default, this sample code is designed to get the result from your// server (where Help Desk is installed) and to print out the...