Other types

Learn about other types supported by the app installs API

The monday.com app installs API enables you to read an app's performance and usage.

The types below are used by the app installs query and are not independently queryable.

AppInstallAccount

An object containing the app installer's account details.

FieldTypeDescription
idInt!The unique identifier of the app installer's account.

AppInstallPermissions

An object containing the required and approved scopes for an app installation.

FieldTypeDescription
approved_scopes[String!]!The scopes approved by the account admin.
required_scopes[String!]!The scopes required by the latest live app version.

AppInstallUser

An object containing the app installer's user details.

FieldTypeDescription
idIntThe app installer's unique identifier.

AppVersion

An object containing the app version when the app was installed.

FieldTypeDescription
majorInt!The app's major version.
minorInt!The app's minor version.
patchInt!The app's patch version.
textString!The app's version text.
typeStringThe app's version type.