« GLPI/Configuration/Générale/API » : différence entre les versions

Aller à la navigation Aller à la recherche
(Page créée avec « {{Sommaire}} === API REST === * https://forum.glpi-project.org/viewtopic.php?id=190372 * https://forum.glpi-project.org/viewtopic.php?id=167817 * http://glgnet1/glpi/apirest.php * https://forum.glpi-project.org/viewtopic.php?id=176273 * https://forum.glpi-project.org/viewtopic.php?id=156794 * https://hotexamples.com/examples/-/API/-/php-api-class-examples.html * https://github.com/glpi-project/php-library-glpi#code-examples * ==== Exemple ==== Forum GLPI, API REST,... »)
 
 
(6 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
{{Sommaire}}
{{Sommaire}}


=== API REST ===
L'API permet à d'autres applications de communiquer avec GLPI.
 
== Youtube ==
Fernando Jorge, Como instalar o GLPI e utilizar sua API :
* vidéo : https://www.youtube.com/watch?v=2KqZbznqgKk
* outil :
** Insomnia : https://insomnia.rest/
** Insomnia, téléchargement : https://insomnia.rest/download
 
== API REST ==
* https://forum.glpi-project.org/viewtopic.php?id=190372
* https://forum.glpi-project.org/viewtopic.php?id=190372
* https://forum.glpi-project.org/viewtopic.php?id=167817
* https://forum.glpi-project.org/viewtopic.php?id=167817
Ligne 11 : Ligne 20 :
*
*


==== Exemple ====
=== Exemple 1 ===
Forum GLPI, API REST, comment importer des tickets ?
Forum GLPI, API REST, comment importer des tickets ?
* https://forum.glpi-project.org/viewtopic.php?id=157741
* https://forum.glpi-project.org/viewtopic.php?id=157741
=== Exemple 2 ===
GLPI, API REST
* https://servicenav.coservit.com/documentations/glpi-configurer-lintegration-ticketing/
=== Exemple 3 ===
api-rest-ticket-glpi.php
* https://github.com/StephaneDci/glpi_docker/blob/master/scripts/api-rest-ticket-glpi.php
== API REST et PHP ==
Forum GLPI :
* API Rest > [resolu] Pb avec POST et les tableaux
** https://forum.glpi-project.org/viewtopic.php?id=274111
* API Rest > add solution for a ticket
** https://forum.glpi-project.org/viewtopic.php?id=281430
* API Rest» [Résolu] Manipulation d'un lien entre un ordinateur et un écran
** https://forum.glpi-project.org/viewtopic.php?id=165064
== API REST et PowerShell ==
PowerShell Gallery :
* https://www.powershellgallery.com/packages/GlpiTools
* https://www.powershellgallery.com/packages/GlpiTools/1.6.0/Content/Public%5CAssistance%5CTickets%5CAdd-GlpiToolsTicketSolution.ps1
Forum GLPI :
* API Rest > Récuperer liste des ID via API&plugin powershell
** https://forum.glpi-project.org/viewtopic.php?id=287844
* API Rest > Powershell module available
** https://forum.glpi-project.org/viewtopic.php?id=169938
* API Rest > Search Ticket via PowerShell
** https://forum.glpi-project.org/viewtopic.php?id=279493
== Autre ==
* https://forum.glpi-project.org/viewtopic.php?id=274111
* https://forum.glpi-project.org/viewtopic.php?id=173054
* https://forum.glpi-project.org/viewtopic.php?id=169938
PHP REST Client:
* https://github.com/tcdent/php-restclient
PowerShell et API REST :
* https://forum.glpi-project.org/viewtopic.php?id=155751
Récupérer les acteurs d'un ticket :
* https://forum.glpi-project.org/viewtopic.php?id=157070
== Voir aussi ==
*  
[[Catégorie:GLPI]]

Dernière version du 21 février 2024 à 19:58

L'API permet à d'autres applications de communiquer avec GLPI.

Youtube

Fernando Jorge, Como instalar o GLPI e utilizar sua API :

API REST

Exemple 1

Forum GLPI, API REST, comment importer des tickets ?

Exemple 2

GLPI, API REST

Exemple 3

api-rest-ticket-glpi.php

API REST et PHP

Forum GLPI :

API REST et PowerShell

PowerShell Gallery :

Forum GLPI :

Autre

PHP REST Client:

PowerShell et API REST :

Récupérer les acteurs d'un ticket :

Voir aussi

  •