You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
For example: get a computer or a ticket should allow to get linked items and return as answer an object for the main item, and sub objects for linked ones.
Getting sub items must be optional
The text was updated successfully, but these errors were encountered:
As a hint for current situation, for you can already use the getItem()with parameters, like with_softwares , with_tickets ...
You only have top add them right after the ID in http-get-style.
like: $response = $itemHandler->getItem('Computer', '2?with_softwares=true&expand_dropdowns=true'); https://github.com/glpi-project/glpi/blob/master/apirest.md#get-an-item
For example: get a computer or a ticket should allow to get linked items and return as answer an object for the main item, and sub objects for linked ones.
Getting sub items must be optional
The text was updated successfully, but these errors were encountered: