Apps
Retrieve metadata about apps built with the apps framework.
View-Specific Information
SELECT
Note: The Id filter is required to retrieve data from this table.The provider uses the Monday API to process some of the filters. The provider processes other filters client-side within the provider.
- Id supports the '=','IN' comparison operators.
SELECT * FROM Apps WHERE Id = '10483971'
SELECT * FROM Apps WHERE Id IN ('10483971', '10483972')
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The app's unique identifier. | |
| ApiAppId | String | The app's unique API consumer identifier. | |
| UserId | String | The unique identifier of the user that created the app. | |
| Name | String | The app's name. | |
| Kind | String | The app's kind. | |
| PhotoUrl | String | the app photo url | |
| PhotoUrlSmall | String | the app photo url for small size | |
| State | String | The app's state (e.g., active/inactive). | |
| CreatedAt | Datetime | The app's creation date. | |
| UpdatedAt | Datetime | The date the app was last updated. |