MenuItems
Introduction
User routes
List
$client = new GuzzleHttp\Client(['base_uri' => 'https://{tenant}.intratool.de']);
$response = $client->request('GET', '/api/menu/items', [
'headers' => ['Authorization' => 'Bearer {accessToken}'],
]);[
{
"id": 15,
"lang_id": "de",
"icon_id": 4,
"menu_identifier": "help-center",
"type": "default",
"title": "Help Center",
"link": "https://example.com/help",
"allow_iframe_access": true,
"iframe_access": false,
"user_confirmation_required": false,
"sort_number": 1,
"created_at": "2019-06-15 12:00:00",
"updated_at": "2019-06-15 12:00:00",
"deleted_at": null
}
]Show
[Adm.] List
[Adm.] Show
[Adm.] Create
Key
Type
Default
Description
System variables in link
link[Adm.] Update
[Adm.] Delete
Last updated