You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2018-02-22 15:46:27

ciadch
Member
Registered: 2017-11-01
Posts: 6

[API REST] Recherche ticket par élément associé

Bonjour à tous,

Je souhaite faire une recherche de ticket par élément associé. Je vois bien le champ suivant dans la liste des champs de recherche disponibles :

    [13]=>
    array(8) {
      ["name"]=>
      string(20) "Éléments associés"
      ["table"]=>
      string(18) "glpi_items_tickets"
      ["field"]=>
      string(8) "items_id"
      ["datatype"]=>
      string(8) "specific"
      ["nosearch"]=>
      bool(true)
      ["nodisplay"]=>
      bool(false)
      ["available_searchtypes"]=>
      array(1) {
        [0]=>
        string(8) "contains"
      }
      ["uid"]=>
      string(27) "Ticket.Item_Ticket.items_id"
    }

Pourtant, si j'effectue une recherche sur ce champ (donc le 13). J'ai le message d'erreur suivant :

array(1) {
  [0]=>
  array(2) {
    [0]=>
    string(5) "ERROR"
    [1]=>
    string(158) "Identifiant de champ interdit dans le critère de recherche; Afficher la documentation dans votre navigateur /apirest.php/#ERROR"
  }
}

Une idée ?

Merci pour votre aide

Offline

Board footer

Powered by FluxBB