6.2 UI
This section provides UI definitions and example definitions. For a description of the UI, see “UI design”.
There are two versions of UI YAML definitions: UI version 1.0 and UI version 1.1. For differences between the two UI versions, see “UI version”.
YAML definitions for Uipath for defining the URLs of components are also described. For details on URL definitions, see “Uipath”.
Usable template definitions are also provided below. These template definitions can be used for UI version 1.0 and UI version 1.1.
(Table) Usable template definitions
| Template | Description |
|---|---|
| {{ .GetValue ".Requester.Customer" }} | ID of OTOBO to which the customer user belongs (if a user with the same name is registered as a customer user in OTOBO) |
| {{ .GetValue ".Requester.Groups" }} | List of group IDs to which the user belongs Return the response assignedGroups.id for /users/{id} as a text a string, separated by commas (,). |
| {{ .GetValue ".Requester.Roles" }} | List of role IDs held by the user Return the response effectiveRoles.id for /users/{id} as a text a string, separated by commas (,). |
Section structure
6.2.1 UI (UI Version 1.0)
6.2.2 UI (UI Version 1.1)
6.2.3 Uipath