This is one of the modules used in iTop packages (Community, Essential, Professional, SaaS) for iTop.
Available in iTop 3.1+, not available as a module in iTop Hub.
When downloading directly from GitHub (by cloning or downloading as zip) you will get potentially unstable code, and you will miss additional modules.
This iTop module development is sponsored, led and supported by Combodo.
- Add
'rest-token'
to allowed_login_types configuration parameter - Connect using either:
- HTTP Header
Auth-Token
- query parameter
auth_token
- HTTP Header
Complete documentation here
curl --location -g --request POST 'https://localhost/itop/Develop/webservices/rest.php?version=1.3&XDEBUG_SESSION_START=PHPSTORM&json_data={ "operation": "core/get", "class": "Person", "key": "SELECT Person WHERE email LIKE '\''%.fr'\''", "output_fields": "friendlyname, email" }' \ --header 'Auth-Token: 1234567890ABCDEF'