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

Aller à la navigation Aller à la recherche
 
(2 versions intermédiaires par le même utilisateur non affichées)
Ligne 2 : Ligne 2 :


L'API permet à d'autres applications de communiquer avec GLPI.
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 ==
== API REST ==
Ligne 24 : Ligne 31 :
api-rest-ticket-glpi.php
api-rest-ticket-glpi.php
* https://github.com/StephaneDci/glpi_docker/blob/master/scripts/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 ==
== Autre ==

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

  •