glpi_get_item
Retrieve complete details of a GLPI item (e.g., Computer, Ticket) by its ID, with options to include associated disks, devices, softwares, connections, and expanded dropdown fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the item | |
| itemType | Yes | The type of item (e.g. Computer, Ticket) | |
| with_disks | No | Show associated disks | |
| get_hateoas | No | Show HATEOAS links | |
| with_devices | No | Show associated devices | |
| with_softwares | No | Show associated softwares | |
| expand_dropdowns | No | Show details for dropdown fields (params: expand_dropdowns=true) | |
| with_connections | No | Show associated connections |