---
url: https://gudhub.com/docs/gh-elements/view-list/
title: "View List\n                #"
description: "View List is a gh element that allows to add a list of views of any application and display one of them in the current application. This element can be used to"
lang: uk
updated: 2026-09-11T19:16:52.437Z
---

# View List [#](https://gudhub.com/docs/gh-elements/view-list/#view-list)

**View List** is a gh-element that allows to add a list of views of any application and display one of them in the current application.

## Functional Characteristics [#](https://gudhub.com/docs/gh-elements/view-list/#functional-characteristics)

This element can be used to obtain the name of some view for further use.

## Value Format [#](https://gudhub.com/docs/gh-elements/view-list/#value-format)

Since the view list have to take views somewhere, it takes the ID of the application with the desired views as the value.

Copy

```json
{
    "field_value": "1289974"
}
```

## Element Options [#](https://gudhub.com/docs/gh-elements/view-list/#element-options)

View list has quite small number of options but they are divided into two groups.

### Field Settings [#](https://gudhub.com/docs/gh-elements/view-list/#field-settings)

As the most of the elements, the view list has only standard field options.

![Settings of view list field](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/view-list-field-settings.jpg "View list field settings")

### Main Settings [#](https://gudhub.com/docs/gh-elements/view-list/#main-settings)

Main settings of the view list has only one option.

![Main settings of view list](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/view-list-main-settings.jpg "View list main settings")

| Name | Description |
| :-- | :-- |
| Application | allows to select the source application |

#### **Application** [#](https://gudhub.com/docs/gh-elements/view-list/#application)

This is the source application from which the views will be taken.

## Element Style [#](https://gudhub.com/docs/gh-elements/view-list/#element-style)

The element style contains only standard settings which are described in [Setting Overview](https://gudhub.com/docs/understanding-gudhub/gh-elements-structure/setting-overview/), and [interpretation types](#interpretation).

![Style of view list element](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/view-list-element-style.jpg "View list element style")

## Data Model [#](https://gudhub.com/docs/gh-elements/view-list/#data-model)

Copy

```json
{
    "data_model": {
        "app_id": "31345",
        "interpretation": [],
        "multiple_value": false
    }
}
```

| Name | Type | Description |
| :-- | :-- | :-- |
| app\_id | `string` | _ID of the source application_ |
| interpretation | `array` | _contains all element interpretations_ |
| multiple\_value | `boolean` | _shows whether the element accepts multiple value or not_ |

## Filtration [#](https://gudhub.com/docs/gh-elements/view-list/#filtration)

There no filters for this element.

## Interpretation [#](https://gudhub.com/docs/gh-elements/view-list/#interpretation)

The view list has two unique types of interpretation. At first glance are the same, but they do not.

![Types of view list interpretation](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/view-list-interpretation-types.jpg "View list interpretations")

### Default [#](https://gudhub.com/docs/gh-elements/view-list/#default)

The default interpretation provides views only from current application. This means that the user can only select a view from the application in which the list is located.

### Input [#](https://gudhub.com/docs/gh-elements/view-list/#input)

This types allows to select any application for the list. Namely, you can select the application from your app list.
