---
url: https://gudhub.com/uk/docs/understanding-gudhub/application/apps-list/
title: "Apps List\n                #"
description: "GudHub users can create and get access to shared applications. All of them, including shared ones, are contained in apps list. And due to this, they are display"
lang: uk
updated: 2026-09-11T09:24:07.033Z
---

# Apps List [#](https://gudhub.com/uk/docs/understanding-gudhub/application/apps-list/#apps-list)

GudHub users can create and get access to shared applications. All of them, including shared ones, are contained in apps\_list. And due to this, they are displayed on the main page. When you start working with GudHub, apps\_list is empty, and as you've already figured out, it starts filling up when you create applications or someone shared it with you.

**apps\_list** has almost the same properties as [application](https://gudhub.com/uk/docs/understanding-gudhub/application/app-data-structure-overview/). Except for all arrays, they are empty.

| Name | Type | Description |
| :-- | :-- | :-- |
| app\_id | `number` | _unique identification in the system_ |
| app\_name | `string` | _application name_ |
| field\_list | `array` | _this array contains all data type models_ |
| file\_list | `array` | _this array contains data about files loaded into the application_ |
| icon | `object` | _contains your applications icon information_ |
| items\_list | `array` | _this array is information storage_ |
| last\_update | `number` | _shows last time of update in milliseconds_ |
| permission | `number` | _shows the kind of access you have_ |
| priority | `number` | _position in the list_ |
| privacy | `number` | _shows application is public or not_ |
| sharing\_type | `number` | _shows how the application is shared_ |
| show | `boolean` | _shows object is visible in list or not_ |
| trash | `boolean` | _shows application is deleted or not_ |
| view\_init | `number` | _shows which view do we use to enter_ |
| views\_list | `array` | _this object array contains information about all program views_ |

## show [#](https://gudhub.com/uk/docs/understanding-gudhub/application/apps-list/#show)

Thanks to this property, it is possible to hide your application. Users can customize it.

## privacy [#](https://gudhub.com/uk/docs/understanding-gudhub/application/apps-list/#privacy)

There is one more thing available to users. The function called publish allows them to open access to their application. That means everyone would see a public app without login and password.
