|
1 | 1 | # GLPI REST API: Documentation
|
2 | 2 |
|
3 |
| -## Summary |
4 |
| - |
5 |
| -* [Glossary](#glossary) |
6 |
| -* [Important](#important) |
7 |
| -* [Init session](#init-session) |
8 |
| -* [Kill session](#kill-session) |
9 |
| -* [Lost password](#lost-password) |
10 |
| -* [Get my profiles](#get-my-profiles) |
11 |
| -* [Get active profile](#get-active-profile) |
12 |
| -* [Change active profile](#change-active-profile) |
13 |
| -* [Get my entities](#get-my-entities) |
14 |
| -* [Get active entities](#get-active-entities) |
15 |
| -* [Change active entities](#change-active-entities) |
16 |
| -* [Get full session](#get-full-session) |
17 |
| -* [Get GLPI config](#get-glpi-config) |
18 |
| -* [Get an item](#get-an-item) |
19 |
| -* [Get all items](#get-all-items) |
20 |
| -* [Get sub items](#get-sub-items) |
21 |
| -* [Get multiple items](#get-multiple-items) |
22 |
| -* [List searchOptions](#list-searchoptions) |
23 |
| -* [Search items](#search-items) |
24 |
| -* [Add item(s)](#add-items) |
25 |
| -* [Update item(s)](#update-items) |
26 |
| -* [Delete item(s)](#delete-items) |
27 |
| -* [Get available massive actions for an itemtype](#get-available-massive-actions-for-an-itemtype) |
28 |
| -* [Get available massive actions for an item](#get-available-massive-actions-for-an-item) |
29 |
| -* [Get massive action parameters](#get-massive-action-parameters) |
30 |
| -* [Apply massive action](#apply-massive-action) |
31 |
| -* [Special cases](#special-cases) |
32 |
| -* [Errors](#errors) |
33 |
| -* [Servers configuration](#servers-configuration) |
34 |
| - |
35 | 3 | ## Glossary
|
36 | 4 |
|
37 | 5 | Endpoint
|
|
0 commit comments